public class LayerConfig extends Object implements SysConfigData
| Constructor and Description |
|---|
LayerConfig() |
LayerConfig(LayerConfig other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
LayerBounds |
getBoundingBox() |
DataSource |
getDataSource() |
String |
getLayerId() |
Integer |
getMaxScale() |
Integer |
getMinScale() |
String |
getName() |
String |
getStyle() |
int |
hashCode() |
void |
setBoundingBox(LayerBounds boundingBox) |
void |
setDataSource(DataSource dataSource) |
void |
setLayerId(String layerId) |
void |
setMaxScale(Integer maxScale) |
void |
setMinScale(Integer minScale) |
void |
setName(String name) |
void |
setStyle(String style) |
String |
toString() |
public LayerConfig()
public LayerConfig(LayerConfig other)
public String getStyle()
public DataSource getDataSource()
public void setDataSource(DataSource dataSource)
public void setStyle(String style)
public String getName()
public void setName(String name)
public Integer getMinScale()
public void setMinScale(Integer minScale)
public Integer getMaxScale()
public void setMaxScale(Integer maxScale)
public LayerBounds getBoundingBox()
public void setBoundingBox(LayerBounds boundingBox)
public String getLayerId()
public void setLayerId(String layerId)
Copyright © 2017. All Rights Reserved.