org.wicketstuff.openlayers.api.layer
Class WMS

java.lang.Object
  extended by org.wicketstuff.openlayers.api.layer.Layer
      extended by org.wicketstuff.openlayers.api.layer.WMS
All Implemented Interfaces:
Serializable

public class WMS
extends Layer
implements Serializable

Author:
Nino Martinez Wael (nino.martinez@jayway.dk)
See Also:
Serialized Form

Constructor Summary
WMS(String name, String url, HashMap<String,String> options)
           
WMS(String name, String url, HashMap<String,String> options, HashMap<String,String> extraOptions)
           
 
Method Summary
protected  void bindHeaderContributors(org.apache.wicket.markup.head.IHeaderResponse response)
           
 String getJSconstructor()
           
 String getUrl()
           
 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

WMS

public WMS(String name,
           String url,
           HashMap<String,String> options)

WMS

public WMS(String name,
           String url,
           HashMap<String,String> options,
           HashMap<String,String> extraOptions)
Parameters:
name -
url -
options - layer options
extraOptions - things like baseLayer: need to be placed in extraOptions.
Method Detail

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getJSconstructor

public String getJSconstructor()
Specified by:
getJSconstructor in class Layer

bindHeaderContributors

protected void bindHeaderContributors(org.apache.wicket.markup.head.IHeaderResponse response)
Specified by:
bindHeaderContributors in class Layer


Copyright © 2008-2012. All Rights Reserved.