org.wicketstuff.openlayers.api.control
Class GetFeature
java.lang.Object
org.wicketstuff.openlayers.api.control.AbstractControl
org.wicketstuff.openlayers.api.control.GetFeature
- All Implemented Interfaces:
- Serializable, IClusterable, IJavascriptComponent
public class GetFeature
- extends AbstractControl
- Author:
- mocleiri
See:
http://dev.openlayers.org/releases/OpenLayers-2.8/doc/apidocs/files/OpenLayers/Control
/GetFeature-js.html
- See Also:
- Serialized Form
| Methods inherited from class org.wicketstuff.openlayers.api.control.AbstractControl |
getId, getJSadd, getJSadd, getJSadd, getJSadd, getJSinvoke, getJSremove, getJSResourceReferences, getLayerList, registerJavascriptEvent, setLayerList |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetFeature
public GetFeature(HashMap<String,String> parameters)
- Useful if you want full control over the parameters
- Parameters:
parameters -
GetFeature
public GetFeature(WMS layer,
boolean box,
boolean hover,
String multipleKey,
String toggleKey)
getJSadd
public String getJSadd(IOpenLayersMap map)
- Specified by:
getJSadd in interface IJavascriptComponent- Overrides:
getJSadd in class AbstractControl
- Returns:
- the rendered javascript to add this component to the map
Copyright © 2008-2012. All Rights Reserved.