public class WFS extends Layer implements org.apache.wicket.util.io.IClusterable
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
bindHeaderContributors, getId, getJSAddLayer, getJSconstructor, getJSOptionsMap, getName, setNamepublic String getUrl()
public void setUrl(String url)
url - the url to setpublic void setOptions(Map<String,String> options)
options - the options to setprotected void bindHeaderContributors(org.apache.wicket.markup.head.IHeaderResponse response)
bindHeaderContributors in class Layerpublic String getJSconstructor()
getJSconstructor in class LayerCopyright © 2015. All rights reserved.