|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.openlayers.api.control.AbstractControl
org.wicketstuff.openlayers.api.control.WMSGetFeatureInfo
public class WMSGetFeatureInfo
| Constructor Summary | |
|---|---|
WMSGetFeatureInfo(java.util.HashMap<java.lang.String,java.lang.String> parameters,
org.apache.wicket.model.AbstractReadOnlyModel<java.lang.String> onEventJavascript)
|
|
| Method Summary | |
|---|---|
java.lang.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 |
|---|
public WMSGetFeatureInfo(java.util.HashMap<java.lang.String,java.lang.String> parameters,
org.apache.wicket.model.AbstractReadOnlyModel<java.lang.String> onEventJavascript)
parameters - a list of parameters that will be passed into the javascript constructor.
See: http://openlayers.org/dev/examples/getfeatureinfo-control.html
url: 'http://demo.opengeo.org/geoserver/wms',
title: 'Identify features by clicking',
layers: [water],
hover: true,
formatOptions: {
typeName: 'water_bodies',
featureNS: 'http://www.openplans.org/topp'
},
queryVisible: trueonEventJavascript - any javascript to be called when the 'getfeatureinfo' event is fired (one parameter evt in scope).| Method Detail |
|---|
public java.lang.String getJSadd(IOpenLayersMap map)
getJSadd in interface IJavascriptComponentgetJSadd in class AbstractControl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||