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
-
-
Constructor Summary
Constructors Constructor Description GetFeature(HashMap<String,String> parameters)Useful if you want full control over the parametersGetFeature(WMS layer, boolean box, boolean hover, String multipleKey, String toggleKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJSadd(IOpenLayersMap map)-
Methods inherited from class org.wicketstuff.openlayers.api.control.AbstractControl
getId, getJSadd, getJSadd, getJSadd, getJSadd, getJSinvoke, getJSremove, getJSResourceReferences, getLayerList, registerJavascriptEvent, setLayerList
-
-
-
-
Method Detail
-
getJSadd
public String getJSadd(IOpenLayersMap map)
- Specified by:
getJSaddin interfaceIJavascriptComponent- Overrides:
getJSaddin classAbstractControl- Returns:
- the rendered javascript to add this component to the map
-
-