All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gwtopenmaps.openlayers.client.control.Graticule Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
/**
 * 
 */
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