@Entity public class MapConfig extends PersistentObject
| Constructor and Description |
|---|
MapConfig()
default constructor
|
MapConfig(String name,
Point2D.Double center,
Extent extent,
List<Resolution> resolutions,
Integer zoom,
Resolution maxResolution,
Resolution minResolution,
Double rotation,
String projection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Point2D |
getCenter() |
Extent |
getExtent() |
Resolution |
getMaxResolution() |
Resolution |
getMinResolution() |
String |
getName() |
String |
getProjection() |
List<Resolution> |
getResolutions() |
Double |
getRotation() |
Integer |
getZoom() |
int |
hashCode() |
void |
setCenter(Point2D.Double center) |
void |
setExtent(Extent extent) |
void |
setMaxResolution(Resolution maxResolution) |
void |
setMinResolution(Resolution minResolution) |
void |
setName(String name) |
void |
setProjection(String projection) |
void |
setResolutions(List<Resolution> resolutions) |
void |
setRotation(Double rotation) |
void |
setZoom(Integer zoom) |
String |
toString() |
getCreated, getId, getModified, setModifiedpublic MapConfig()
public MapConfig(String name, Point2D.Double center, Extent extent, List<Resolution> resolutions, Integer zoom, Resolution maxResolution, Resolution 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 List<Resolution> getResolutions()
public void setResolutions(List<Resolution> resolutions)
resolutions - the resolutions to setpublic Integer getZoom()
public void setZoom(Integer zoom)
zoom - the zoom to setpublic Resolution getMaxResolution()
public void setMaxResolution(Resolution maxResolution)
maxResolution - the maxResolution to setpublic Resolution getMinResolution()
public void setMinResolution(Resolution 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)
public String toString()
toString in class PersistentObjectCopyright © 2016 terrestris GmbH & Co. KG. All rights reserved.