public class Layer extends Object
Constructor and Description |
---|
Layer() |
Modifier and Type | Method and Description |
---|---|
List<Layer> |
getLayers() |
String |
getLegendUrl() |
int |
getMax_scale() |
Md |
getMd() |
int |
getMin_scale() |
String |
getName() |
List<String> |
getSources() |
String |
getTitle() |
void |
setLayers(List<Layer> layers) |
void |
setLegendUrl(String legendUrl) |
void |
setMax_scale(int maxScale) |
void |
setMd(Md md) |
void |
setMin_scale(int minScale) |
void |
setName(String name) |
void |
setSources(List<String> sources) |
void |
setTitle(String title) |
public String getTitle()
public void setTitle(String title)
public String getLegendUrl()
public void setLegendUrl(String legendUrl)
public Md getMd()
public void setMd(Md md)
public int getMin_scale()
public void setMin_scale(int minScale)
public int getMax_scale()
public void setMax_scale(int maxScale)
public String getName()
public void setName(String name)