org.wicketstuff.openlayers.api.layer
Class WFS
java.lang.Object
org.wicketstuff.openlayers.api.layer.Layer
org.wicketstuff.openlayers.api.layer.WFS
- All Implemented Interfaces:
- Serializable, IClusterable
public class WFS
- extends Layer
- implements IClusterable
- Author:
- mocleiri
Maps the OpenLayers.Layer.WFS object.
See http://dev.openlayers.org/docs/files/OpenLayers/Layer/WFS-js.html
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WFS
public WFS(String name,
String url,
Map<String,String> params,
Map<String,String> options)
- name {String} url {String} params {Object} options {Object} Hashtable of extra options to tag
onto the layer
getUrl
public String getUrl()
- Returns:
- the url
setUrl
public void setUrl(String url)
- Parameters:
url - the url to set
getParams
public Map<String,String> getParams()
- Returns:
- the params
setParams
public void setParams(Map<String,String> params)
- Parameters:
params - the params to set
getOptions
public Map<String,String> getOptions()
- Returns:
- the options
setOptions
public void setOptions(Map<String,String> options)
- Parameters:
options - the options to set
bindHeaderContributors
protected void bindHeaderContributors(org.apache.wicket.markup.head.IHeaderResponse response)
- Specified by:
bindHeaderContributors in class Layer
getJSconstructor
public String getJSconstructor()
- Specified by:
getJSconstructor in class Layer
Copyright © 2008-2012. All Rights Reserved.