org.wicketstuff.openlayers.api.control
Class GetFeature

java.lang.Object
  extended by org.wicketstuff.openlayers.api.control.AbstractControl
      extended by 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
GetFeature(HashMap<String,String> parameters)
          Useful if you want full control over the parameters
GetFeature(WMS layer, boolean box, boolean hover, String multipleKey, String toggleKey)
           
 
Method Summary
 String getJSadd(IOpenLayersMap map)
           
 
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
 

Constructor Detail

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)
Method Detail

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.