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:
java.io.Serializable, org.apache.wicket.IClusterable

public class WFS
extends Layer
implements org.apache.wicket.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(java.lang.String name, java.lang.String url, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> options)
          name {String} url {String} params {Object} options {Object} Hashtable of extra options to tag onto the layer
 
Method Summary
 java.util.List<org.apache.wicket.behavior.HeaderContributor> getHeaderContributors()
           
 java.lang.String getJSconstructor()
           
 java.util.Map<java.lang.String,java.lang.String> getOptions()
           
 java.util.Map<java.lang.String,java.lang.String> getParams()
           
 java.lang.String getUrl()
           
 void setOptions(java.util.Map<java.lang.String,java.lang.String> options)
           
 void setParams(java.util.Map<java.lang.String,java.lang.String> params)
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class org.wicketstuff.openlayers.api.layer.Layer
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(java.lang.String name,
           java.lang.String url,
           java.util.Map<java.lang.String,java.lang.String> params,
           java.util.Map<java.lang.String,java.lang.String> options)
name {String} url {String} params {Object} options {Object} Hashtable of extra options to tag onto the layer

Method Detail

getUrl

public java.lang.String getUrl()
Returns:
the url

setUrl

public void setUrl(java.lang.String url)
Parameters:
url - the url to set

getParams

public java.util.Map<java.lang.String,java.lang.String> getParams()
Returns:
the params

setParams

public void setParams(java.util.Map<java.lang.String,java.lang.String> params)
Parameters:
params - the params to set

getOptions

public java.util.Map<java.lang.String,java.lang.String> getOptions()
Returns:
the options

setOptions

public void setOptions(java.util.Map<java.lang.String,java.lang.String> options)
Parameters:
options - the options to set

getHeaderContributors

public java.util.List<org.apache.wicket.behavior.HeaderContributor> getHeaderContributors()
Specified by:
getHeaderContributors in class Layer

getJSconstructor

public java.lang.String getJSconstructor()
Specified by:
getJSconstructor in class Layer


Copyright © 2008-2010. All Rights Reserved.