public class GeographicBoundingBox extends Object
| Constructor and Description |
|---|
GeographicBoundingBox()
Constructor
|
GeographicBoundingBox(double lowerLeftLatitude,
double lowerLeftLongitude,
double upperRightLatitude,
double upperRightLongitude)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getLowerLeftLatitude()
Get the lower left latitude
|
double |
getLowerLeftLongitude()
Get the lower left longitude
|
double |
getUpperRightLatitude()
Set the upper right latitude
|
double |
getUpperRightLongitude()
Set the upper right longitude
|
int |
hashCode() |
void |
setLowerLeftLatitude(double lowerLeftLatitude)
Set the lower left latitude
|
void |
setLowerLeftLongitude(double lowerLeftLongitude)
Set the lower left longitude
|
void |
setUpperRightLatitude(double upperRightLatitude)
Set the upper right latitude
|
void |
setUpperRightLongitude(double upperRightLongitude)
Set the upper right longitude
|
String |
toString() |
public GeographicBoundingBox()
public GeographicBoundingBox(double lowerLeftLatitude,
double lowerLeftLongitude,
double upperRightLatitude,
double upperRightLongitude)
lowerLeftLatitude - lower left latitudelowerLeftLongitude - lower left longitudeupperRightLatitude - upper right latitudeupperRightLongitude - upper right longitudepublic double getLowerLeftLatitude()
public void setLowerLeftLatitude(double lowerLeftLatitude)
lowerLeftLatitude - lower left latitudepublic double getLowerLeftLongitude()
public void setLowerLeftLongitude(double lowerLeftLongitude)
lowerLeftLongitude - lower left longitudepublic double getUpperRightLatitude()
public void setUpperRightLatitude(double upperRightLatitude)
upperRightLatitude - upper right latitudepublic double getUpperRightLongitude()
public void setUpperRightLongitude(double upperRightLongitude)
upperRightLongitude - upper right longitudeCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.