|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gwtopenmaps.openlayers.client.util.JSObjectWrapper org.gwtopenmaps.openlayers.client.control.WMSGetFeatureInfoOptions
public class WMSGetFeatureInfoOptions
Nested Class Summary | |
---|---|
static class |
WMSGetFeatureInfoOptions.GetFeatureInfoFormat
|
Constructor Summary | |
---|---|
|
WMSGetFeatureInfoOptions()
|
protected |
WMSGetFeatureInfoOptions(JSObject jsObject)
|
Method Summary | |
---|---|
boolean |
getHover()
|
int |
getMaxFeatures()
|
void |
setDrillDown(boolean value)
Drill down over all WMS layers in the map. |
void |
setHover(boolean hover)
|
void |
setInfoFormat(String infoFormat)
The mimetype to request from the server defaults to 'text/html' |
void |
setLayers(WMS[] layers)
The layers to query for feature info. |
void |
setLayerUrls(String[] urls)
Optional list of urls for layers that should be queried. |
void |
setMaxFeaturess(int maxFeatures)
|
void |
setQueryVisible(Boolean qvis)
|
void |
setTitle(String title)
|
void |
setURL(String url)
The URL of the WMS service to use. |
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper |
---|
getJSObject, setJSObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WMSGetFeatureInfoOptions(JSObject jsObject)
public WMSGetFeatureInfoOptions()
Method Detail |
---|
public void setHover(boolean hover)
public boolean getHover()
public void setMaxFeaturess(int maxFeatures)
public int getMaxFeatures()
public void setURL(String url)
url
- The url to which the WmsGetFeatureInfo will be called againstpublic void setTitle(String title)
public void setQueryVisible(Boolean qvis)
public void setLayers(WMS[] layers)
layers
- The layers to querypublic void setLayerUrls(String[] urls)
urls
- urls that should be consideredpublic void setDrillDown(boolean value)
value
- indicates whether drillDown should be enabled or notpublic void setInfoFormat(String infoFormat)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |