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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbindHeaderContributors(IHeaderResponse response)StringgetJSconstructor()Map<String,String>getOptions()Map<String,String>getParams()StringgetUrl()voidsetOptions(Map<String,String> options)voidsetParams(Map<String,String> params)voidsetUrl(String url)-
Methods inherited from class org.wicketstuff.openlayers.api.layer.Layer
bindHeaderContributors, getId, getJSAddLayer, getJSconstructor, getJSOptionsMap, getName, setName
-
-
-
-
Method Detail
-
getUrl
public String getUrl()
- Returns:
- the url
-
setUrl
public void setUrl(String url)
- Parameters:
url- the url to set
-
setOptions
public void setOptions(Map<String,String> options)
- Parameters:
options- the options to set
-
bindHeaderContributors
protected void bindHeaderContributors(IHeaderResponse response)
- Specified by:
bindHeaderContributorsin classLayer
-
getJSconstructor
public String getJSconstructor()
- Specified by:
getJSconstructorin classLayer
-
-