org.deegree.client.core.model
Class BBox

java.lang.Object
  extended by org.deegree.client.core.model.BBox

public class BBox
extends Object

TODO add class documentation here

Version:
$Revision: $, $Date: $
Author:
Lyn Buesching, last edited by: $Author: lyn $

Constructor Summary
BBox()
           
BBox(String crs, double minx, double miny, double maxx, double maxy)
           
 
Method Summary
 String getCrs()
           
 double getMaxX()
           
 double getMaxY()
           
 double getMinx()
           
 double getMinY()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BBox

public BBox()

BBox

public BBox(String crs,
            double minx,
            double miny,
            double maxx,
            double maxy)
Method Detail

getCrs

public String getCrs()

getMaxY

public double getMaxY()

getMinY

public double getMinY()

getMaxX

public double getMaxX()

getMinx

public double getMinx()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.