@Entity public class Extent extends PersistentObject
| Constructor and Description |
|---|
Extent() |
Extent(Point2D.Double lowerLeft,
Point2D.Double upperRight) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Point2D.Double |
getLowerLeft() |
Point2D.Double |
getUpperRight() |
int |
hashCode() |
void |
setLowerLeft(Point2D.Double lowerLeft) |
void |
setUpperRight(Point2D.Double upperRight) |
String |
toString() |
getCreated, getId, getModified, setModifiedpublic Extent()
public Extent(Point2D.Double lowerLeft, Point2D.Double upperRight)
lowerLeft - upperRight - public Point2D.Double getLowerLeft()
public void setLowerLeft(Point2D.Double lowerLeft)
lowerLeft - the lowerLeft to setpublic Point2D.Double getUpperRight()
public void setUpperRight(Point2D.Double upperRight)
upperRight - the upperRight to setpublic int hashCode()
public boolean equals(Object obj)
public String toString()
toString in class PersistentObjectCopyright © 2016 terrestris GmbH & Co. KG. All rights reserved.