com.facetmap
Class GeographyFacet.BoundingBox
java.lang.Object
com.facetmap.GeographyFacet.BoundingBox
- Enclosing interface:
- GeographyFacet
public static class GeographyFacet.BoundingBox
- extends java.lang.Object
A rectangle bounded by latitude and longitude coordinates.
|
Constructor Summary |
GeographyFacet.BoundingBox(double topLatitude,
double leftLongitude,
double bottomLatitude,
double rightLongitude)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
minLatitude
protected double minLatitude
minLongitude
protected double minLongitude
maxLatitude
protected double maxLatitude
maxLongitude
protected double maxLongitude
GeographyFacet.BoundingBox
public GeographyFacet.BoundingBox(double topLatitude,
double leftLongitude,
double bottomLatitude,
double rightLongitude)
getMaxLatitude
public double getMaxLatitude()
getMaxLongitude
public double getMaxLongitude()
getMinLatitude
public double getMinLatitude()
getMinLongitude
public double getMinLongitude()