public class BoundingBox extends Object implements Serializable
Constructor and Description |
---|
BoundingBox() |
Modifier and Type | Method and Description |
---|---|
List<Double> |
getNorthEastXY() |
List<Double> |
getSouthWestXY() |
void |
setNorthEastXY(List<Double> northEastXY)
List containing [X, Y] coordinate for the north east direction of boundary
|
void |
setSouthWestXY(List<Double> southWestXY)
List containing [X, Y] coordinate for the south west direction of boundary
|
String |
toString() |
public List<Double> getNorthEastXY()
public void setNorthEastXY(List<Double> northEastXY)
northEastXY
- xy coordinate of north east direction of envelopepublic List<Double> getSouthWestXY()
public void setSouthWestXY(List<Double> southWestXY)
southWestXY
- xy coordinate of southwest direction of envelopeCopyright © 2024. All rights reserved.