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