public class BoundingBox
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
BoundingBox(double latMin,
double lonMin,
double latMax,
double lonMax) |
BoundingBox(LatLon min,
LatLon max) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
crosses180thMeridian() |
boolean |
equals(java.lang.Object other) |
java.lang.String |
getAsLeftBottomRightTopString() |
LatLon |
getMax() |
double |
getMaxLatitude() |
double |
getMaxLongitude() |
LatLon |
getMin() |
double |
getMinLatitude() |
double |
getMinLongitude() |
int |
hashCode() |
java.util.List<BoundingBox> |
splitAt180thMeridian() |
public BoundingBox(double latMin,
double lonMin,
double latMax,
double lonMax)
public LatLon getMin()
public LatLon getMax()
public double getMinLatitude()
public double getMaxLatitude()
public double getMinLongitude()
public double getMaxLongitude()
public java.lang.String getAsLeftBottomRightTopString()
public boolean crosses180thMeridian()
public java.util.List<BoundingBox> splitAt180thMeridian()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object