org.deegree.metadata.iso.types
Class BoundingBox

java.lang.Object
  extended by org.deegree.metadata.iso.types.BoundingBox

public class BoundingBox
extends Object

BoundingBox representation for records. This class encapsulates the data for representation only.

Version:
$Revision: 30650 $, $Date: 2011-05-05 11:34:25 +0200 (Thu, 05 May 2011) $
Author:
Steffen Thomas, last edited by: $Author: mschneider $

Constructor Summary
BoundingBox(double westBoundLongitude, double southBoundLatitude, double eastBoundLongitude, double northBoundLatitude)
           
 
Method Summary
 double getEastBoundLongitude()
           
 double getNorthBoundLatitude()
           
 double getSouthBoundLatitude()
           
 double getWestBoundLongitude()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundingBox

public BoundingBox(double westBoundLongitude,
                   double southBoundLatitude,
                   double eastBoundLongitude,
                   double northBoundLatitude)
Parameters:
westBoundLongitude -
southBoundLatitude -
eastBoundLongitude -
northBoundLatitude -
Method Detail

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


Copyright © 2011. All Rights Reserved.