public abstract class GeoLayer extends Object implements Descriptive, HasFeatures, Serializable, Cloneable
| Modifier | Constructor and Description |
|---|---|
protected |
GeoLayer(GeoLayerType type) |
protected |
GeoLayer(GeoLayerType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
GeoLayer |
clone() |
String |
getDescription() |
Map<String,Object> |
getFeatures() |
String |
getLabel() |
String |
getName() |
GeoLayerType |
getType() |
void |
setDescription(String description) |
void |
setFeatures(Map<String,Object> features) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setType(GeoLayerType type) |
GeoLayer |
withDescription(String description) |
GeoLayer |
withFeature(String name,
Object value) |
GeoLayer |
withFeatures(Map<String,Object> features) |
GeoLayer |
withLabel(String label) |
GeoLayer |
withName(String name) |
protected GeoLayer(GeoLayerType type, String name)
protected GeoLayer(GeoLayerType type)
public GeoLayerType getType()
public void setType(GeoLayerType type)
public String getName()
getName in interface Descriptivepublic void setName(String name)
setName in interface Descriptivepublic String getLabel()
getLabel in interface Descriptivepublic void setLabel(String label)
setLabel in interface Descriptivepublic String getDescription()
getDescription in interface Descriptivepublic void setDescription(String description)
setDescription in interface Descriptivepublic Map<String,Object> getFeatures()
getFeatures in interface HasFeaturespublic void setFeatures(Map<String,Object> features)
setFeatures in interface HasFeaturesCopyright © 2016–2021 Softelnet. All rights reserved.