public class BoundingBox extends Object
| Constructor and Description |
|---|
BoundingBox()
Constructor
|
BoundingBox(double minLongitude,
double maxLongitude,
double minLatitude,
double maxLatitude)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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 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)
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.