com.facetmap
Class GeographyFacet.BoundingBox

java.lang.Object
  extended by com.facetmap.GeographyFacet.BoundingBox
Enclosing interface:
GeographyFacet

public static class GeographyFacet.BoundingBox
extends java.lang.Object

A rectangle bounded by latitude and longitude coordinates.


Field Summary
protected  double maxLatitude
           
protected  double maxLongitude
           
protected  double minLatitude
           
protected  double minLongitude
           
 
Constructor Summary
GeographyFacet.BoundingBox(double topLatitude, double leftLongitude, double bottomLatitude, double rightLongitude)
           
 
Method Summary
 double getMaxLatitude()
           
 double getMaxLongitude()
           
 double getMinLatitude()
           
 double getMinLongitude()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minLatitude

protected double minLatitude

minLongitude

protected double minLongitude

maxLatitude

protected double maxLatitude

maxLongitude

protected double maxLongitude
Constructor Detail

GeographyFacet.BoundingBox

public GeographyFacet.BoundingBox(double topLatitude,
                                  double leftLongitude,
                                  double bottomLatitude,
                                  double rightLongitude)
Method Detail

getMaxLatitude

public double getMaxLatitude()

getMaxLongitude

public double getMaxLongitude()

getMinLatitude

public double getMinLatitude()

getMinLongitude

public double getMinLongitude()