@Entity public class MapConfig extends PersistentObject
| Constructor and Description |
|---|
MapConfig()
default constructor
|
MapConfig(String name,
Point2D.Double center,
Extent extent,
List<Double> resolutions,
Integer zoom,
Double maxResolution,
Double minResolution,
Double rotation,
String projection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Point2D |
getCenter() |
Extent |
getExtent() |
Double |
getMaxResolution() |
Double |
getMinResolution() |
String |
getName() |
String |
getProjection() |
Double |
getResolution() |
List<Double> |
getResolutions() |
Double |
getRotation() |
Integer |
getZoom() |
int |
hashCode() |
void |
setCenter(Point2D.Double center) |
void |
setExtent(Extent extent) |
void |
setMaxResolution(Double maxResolution) |
void |
setMinResolution(Double minResolution) |
void |
setName(String name) |
void |
setProjection(String projection) |
void |
setResolution(Double resolution) |
void |
setResolutions(List<Double> resolutions) |
void |
setRotation(Double rotation) |
void |
setZoom(Integer zoom) |
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic MapConfig()
public MapConfig(String name, Point2D.Double center, Extent extent, List<Double> resolutions, Integer zoom, Double maxResolution, Double minResolution, Double rotation, String projection)
name - center - extent - resolutions - zoom - maxResolution - minResolution - rotation - projection - public String getName()
public void setName(String name)
name - the name to setpublic Point2D getCenter()
public void setCenter(Point2D.Double center)
center - the center to setpublic Extent getExtent()
public void setExtent(Extent extent)
extent - the extent to setpublic void setResolutions(List<Double> resolutions)
resolutions - the resolutions to setpublic Integer getZoom()
public void setZoom(Integer zoom)
zoom - the zoom to setpublic Double getResolution()
public void setResolution(Double resolution)
resolution - the resolution to setpublic Double getMaxResolution()
public void setMaxResolution(Double maxResolution)
maxResolution - the maxResolution to setpublic Double getMinResolution()
public void setMinResolution(Double minResolution)
minResolution - the minResolution to setpublic Double getRotation()
public void setRotation(Double rotation)
rotation - the rotation to setpublic String getProjection()
public void setProjection(String projection)
projection - the projection to setpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.