Package org.codice.ddf.opensearch.source
Class BoundingBox
java.lang.Object
org.codice.ddf.opensearch.source.BoundingBox
Using a custom class here instead of
Envelope because west may be greater than east in a bounding box but not in an Envelope.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BoundingBox
public BoundingBox(double west, double south, double east, double north)
-
-
Method Details
-
getWest
public double getWest() -
getSouth
public double getSouth() -
getEast
public double getEast() -
getNorth
public double getNorth()
-