org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapperImpl Maven / Gradle / Ivy
package org.gwtopenmaps.openlayers.client;
import org.gwtopenmaps.openlayers.client.util.JSObject;
/**
* See {@OpenLayersObjectWrapper}.
*
* @author Erdem Gunay
* @author Edwin Commandeur
*/
class OpenLayersObjectWrapperImpl {
public static native JSObject getEvents(JSObject self)/*-{
var events = self.events;
return (events === undefined) ? null : events;
}-*/;
public static native String getClassName(JSObject self)/*-{
var className = self.CLASS_NAME;
return (className === undefined) ? null : className;
}-*/;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy