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