public class GetSpecificFeature extends AbstractControl
| Constructor and Description |
|---|
GetSpecificFeature(WMS layer,
WFSProxyBehavior wfsProxy,
org.apache.wicket.behavior.AbstractAjaxBehavior featureSelectionBehaviour,
String wfsURL,
String featureTypePrefix,
String featureTypeUrl,
String featureTypeName,
int srsNumber,
String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJSadd(IOpenLayersMap map) |
org.apache.wicket.request.resource.JavaScriptResourceReference[] |
getJSResourceReferences()
In some cases a javascript component will provide its own javascript resource.
|
getId, getJSadd, getJSadd, getJSadd, getJSadd, getJSinvoke, getJSremove, getLayerList, registerJavascriptEvent, setLayerListpublic GetSpecificFeature(WMS layer, WFSProxyBehavior wfsProxy, org.apache.wicket.behavior.AbstractAjaxBehavior featureSelectionBehaviour, String wfsURL, String featureTypePrefix, String featureTypeUrl, String featureTypeName, int srsNumber, String propertyName)
layer - the wms layer that is used to provide the bounding box.featureSelectionBehaviour - this behaviour will be invoked with an &propertyValue parameter containing the
value retrieved through WFS.proxyURL - the full url including the ?url= if a proxy is being used.the - wfs urlfeatureTypeName - the name of the feature to be queried.srsNumber - the EPSG number.the - property to be included in the response. (typically this is a a primary key or
unique id for the feature)public String getJSadd(IOpenLayersMap map)
getJSadd in interface IJavascriptComponentgetJSadd in class AbstractControlpublic org.apache.wicket.request.resource.JavaScriptResourceReference[] getJSResourceReferences()
IJavascriptComponentgetJSResourceReferences in interface IJavascriptComponentgetJSResourceReferences in class AbstractControlCopyright © 2015. All rights reserved.