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

org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapperImpl Maven / Gradle / Ivy

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