@Entity public class Extent extends PersistentObject
UR
+--------o
| |
o--------+
LL
| Constructor and Description |
|---|
Extent() |
Extent(double lowerLeftX,
double lowerLeftY,
double upperRightX,
double upperRightY) |
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) |
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic Extent()
public Extent(Point2D.Double lowerLeft, Point2D.Double upperRight)
lowerLeft - upperRight - public Extent(double lowerLeftX,
double lowerLeftY,
double upperRightX,
double upperRightY)
lowerLeftX - lowerLeftY - upperRightX - upperRightY - 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)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.