org.deegree.record.persistence.neededdatastructures
Class BoundingBox
java.lang.Object
org.deegree.record.persistence.neededdatastructures.BoundingBox
public class BoundingBox
- extends Object
BoundingBox representation for records. This class encapsulates the data for representation only.
- Version:
- $Revision: $, $Date: $
- Author:
- Steffen Thomas, last edited by: $Author: thomas $
|
Constructor Summary |
BoundingBox(double westBoundLongitude,
double southBoundLatitude,
double eastBoundLongitude,
double northBoundLatitude)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundingBox
public BoundingBox(double westBoundLongitude,
double southBoundLatitude,
double eastBoundLongitude,
double northBoundLatitude)
- Parameters:
westBoundLongitude - southBoundLatitude - eastBoundLongitude - northBoundLatitude -
getWestBoundLongitude
public double getWestBoundLongitude()
- Returns:
- the westBoundLongitude
getSouthBoundLatitude
public double getSouthBoundLatitude()
- Returns:
- the southBoundLatitude
getEastBoundLongitude
public double getEastBoundLongitude()
- Returns:
- the eastBoundLongitude
getNorthBoundLatitude
public double getNorthBoundLatitude()
- Returns:
- the northBoundLatitude
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>