org.gwtopenmaps.openlayers.client.format.WKTImpl Maven / Gradle / Ivy
package org.gwtopenmaps.openlayers.client.format;
import org.gwtopenmaps.openlayers.client.util.JSObject;
/**
* @author Edwin Commandeur - Atlis EJS
*
*/
public class WKTImpl {
public static native JSObject create()
/*-{
return new $wnd.OpenLayers.Format.WKT();
}-*/;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy