public class GeoMap extends Object implements HasFeatures, Serializable, Cloneable
| Constructor and Description |
|---|
GeoMap() |
| Modifier and Type | Method and Description |
|---|---|
GeoMap |
clone() |
GeoPosition |
getCenter() |
GeoCrs |
getCrs() |
Map<String,Object> |
getFeatures() |
List<GeoLayer> |
getLayers() |
Double |
getMaxZoom() |
Double |
getMinZoom() |
Double |
getZoom() |
void |
setCenter(GeoPosition center) |
void |
setCrs(GeoCrs 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(GeoCrs 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 GeoCrs getCrs()
public void setCrs(GeoCrs 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.