org.wicketstuff.openlayers.api.layer
Class WMS
java.lang.Object
org.wicketstuff.openlayers.api.layer.Layer
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 optionsextraOptions - things like baseLayer: need to be placed in extraOptions.
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.