org.gwtopenmaps.openlayers.client.control.Graticule Maven / Gradle / Ivy
/**
*
*/
package org.gwtopenmaps.openlayers.client.control;
import org.gwtopenmaps.openlayers.client.util.JSObject;
/**
* @author lorenzo - CNR IMAA geoSDI Group
* email: [email protected]
*
*/
public class Graticule extends Control {
protected Graticule(JSObject element) {
super(element);
// TODO Auto-generated constructor stub
}
public Graticule(){
this(GraticuleImpl.create());
}
public Graticule(GraticuleOptions options){
this(GraticuleImpl.create(options.getJSObject()));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy