public class BoundingBox extends Object
| Constructor and Description |
|---|
BoundingBox()
Constructor
|
BoundingBox(BoundingBox boundingBox)
Constructor
|
BoundingBox(double minLongitude,
double maxLongitude,
double minLatitude,
double maxLatitude)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
GeometryEnvelope |
buildEnvelope()
Build a Geometry Envelope from the bounding box
|
boolean |
equals(Object obj) |
double |
getMaxLatitude() |
double |
getMaxLongitude() |
double |
getMinLatitude() |
double |
getMinLongitude() |
int |
hashCode() |
void |
setMaxLatitude(double maxLatitude) |
void |
setMaxLongitude(double maxLongitude) |
void |
setMinLatitude(double minLatitude) |
void |
setMinLongitude(double minLongitude) |
public BoundingBox()
public BoundingBox(double minLongitude,
double maxLongitude,
double minLatitude,
double maxLatitude)
minLongitude - maxLongitude - minLatitude - maxLatitude - public BoundingBox(BoundingBox boundingBox)
boundingBox - public double getMinLongitude()
public void setMinLongitude(double minLongitude)
public double getMaxLongitude()
public void setMaxLongitude(double maxLongitude)
public double getMinLatitude()
public void setMinLatitude(double minLatitude)
public double getMaxLatitude()
public void setMaxLatitude(double maxLatitude)
public GeometryEnvelope buildEnvelope()
Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.