gistoolkit.datasources.webservice
Class BoundingBox

java.lang.Object
  extended bygistoolkit.datasources.webservice.BoundingBox

public class BoundingBox
extends java.lang.Object

Class to hold the MinX, MaxX, MinY, MaxY data.


Constructor Summary
BoundingBox(double inMaxX, double inMaxY, double inMinX, double inMinY, java.lang.String inSRS)
          Creates new BoundingBox
 
Method Summary
 double getMaxX()
           
 double getMaxY()
           
 double getMinX()
           
 double getMinY()
           
 java.lang.String getSRS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundingBox

public BoundingBox(double inMaxX,
                   double inMaxY,
                   double inMinX,
                   double inMinY,
                   java.lang.String inSRS)
Creates new BoundingBox

Method Detail

getSRS

public java.lang.String getSRS()

getMaxX

public double getMaxX()

getMaxY

public double getMaxY()

getMinX

public double getMinX()

getMinY

public double getMinY()