de.tub.citydb.api.gui
Class BoundingBox

java.lang.Object
  extended by de.tub.citydb.api.gui.BoundingBox

public class BoundingBox
extends java.lang.Object


Constructor Summary
BoundingBox()
           
BoundingBox(BoundingBox bbox)
           
BoundingBox(BoundingBoxCorner lowerleft, BoundingBoxCorner upperRight)
           
 
Method Summary
 void copyFrom(BoundingBox other)
           
 BoundingBoxCorner getLowerLeftCorner()
           
 DatabaseSrs getSrs()
           
 BoundingBoxCorner getUpperRightCorner()
           
 boolean isSetSrs()
           
 void setLowerLeftCorner(BoundingBoxCorner lowerLeft)
           
 void setSrs(DatabaseSrs srs)
           
 void setUpperRightCorner(BoundingBoxCorner upperRight)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundingBox

public BoundingBox(BoundingBoxCorner lowerleft,
                   BoundingBoxCorner upperRight)

BoundingBox

public BoundingBox()

BoundingBox

public BoundingBox(BoundingBox bbox)
Method Detail

getLowerLeftCorner

public BoundingBoxCorner getLowerLeftCorner()

setLowerLeftCorner

public void setLowerLeftCorner(BoundingBoxCorner lowerLeft)

getUpperRightCorner

public BoundingBoxCorner getUpperRightCorner()

setUpperRightCorner

public void setUpperRightCorner(BoundingBoxCorner upperRight)

isSetSrs

public boolean isSetSrs()

setSrs

public void setSrs(DatabaseSrs srs)

getSrs

public DatabaseSrs getSrs()

copyFrom

public void copyFrom(BoundingBox other)