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