org.wicketstuff.openlayers.api.layer
Class WFS

java.lang.Object
  extended by org.wicketstuff.openlayers.api.layer.Layer
      extended by 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

Constructor Summary
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
 
Method Summary
protected  void bindHeaderContributors(org.apache.wicket.markup.head.IHeaderResponse response)
           
 String getJSconstructor()
           
 Map<String,String> getOptions()
           
 Map<String,String> getParams()
           
 String getUrl()
           
 void setOptions(Map<String,String> options)
           
 void setParams(Map<String,String> params)
           
 void setUrl(String url)
           
 
Methods inherited from class org.wicketstuff.openlayers.api.layer.Layer
bindHeaderContributors, getId, getJSAddLayer, getJSconstructor, getJSOptionsMap, getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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

Method Detail

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.