public class GeoMap extends Object implements HasFeatures, Serializable
| Constructor and Description |
|---|
GeoMap() |
| Modifier and Type | Method and Description |
|---|---|
GeoPosition |
getCenter() |
String |
getCrs() |
Map<String,Object> |
getFeatures() |
List<GeoLayer> |
getLayers() |
Double |
getMaxZoom() |
Double |
getMinZoom() |
Double |
getZoom() |
void |
setCenter(GeoPosition center) |
void |
setCrs(String crs) |
void |
setFeatures(Map<String,Object> features) |
void |
setLayers(List<GeoLayer> layers) |
void |
setMaxZoom(Double maxZoom) |
void |
setMinZoom(Double minZoom) |
void |
setZoom(Double zoom) |
GeoMap |
withCenter(GeoPosition center) |
GeoMap |
withCrs(String crs) |
GeoMap |
withFeature(String name,
Object value) |
GeoMap |
withFeatures(Map<String,Object> features) |
GeoMap |
withLayer(GeoLayer layer) |
GeoMap |
withLayers(List<GeoLayer> layers) |
GeoMap |
withMaxZoom(Double maxZoom) |
GeoMap |
withMinZoom(Double minZoom) |
GeoMap |
withZoom(Double zoom) |
public GeoMap withCenter(GeoPosition center)
public GeoPosition getCenter()
public void setCenter(GeoPosition center)
public Double getZoom()
public void setZoom(Double zoom)
public Double getMinZoom()
public void setMinZoom(Double minZoom)
public Double getMaxZoom()
public void setMaxZoom(Double maxZoom)
public String getCrs()
public void setCrs(String crs)
public Map<String,Object> getFeatures()
getFeatures in interface HasFeaturespublic void setFeatures(Map<String,Object> features)
setFeatures in interface HasFeaturesCopyright © 2016–2020 Softelnet. All rights reserved.