org.deegree.gml
Interface GMLBox

All Superinterfaces:
GMLGeometry
All Known Implementing Classes:
GMLBox_Impl

public interface GMLBox
extends GMLGeometry

----------------------------------------------------------

Version:
07.02.2001

Author:
Andreas Poth

Method Summary
 GMLCoordinates[] getCoordinates()
          returns the coordinates of the box
 GMLCoord getMax()
          returns the coord with the maxx and maxy coordinate
 GMLCoord getMin()
          returns the coord with the minx and miny coordinate
 void setCoordinates(GMLCoordinates coordinates)
           
 void setMax(GMLCoord max)
           
 void setMin(GMLCoord min)
           
 
Methods inherited from interface org.deegree.gml.GMLGeometry
getId, getName, getSrs, setId, setSrs
 

Method Detail

getMin

public GMLCoord getMin()
returns the coord with the minx and miny coordinate


setMin

public void setMin(GMLCoord min)
See Also:
getMin()

getCoordinates

public GMLCoordinates[] getCoordinates()
returns the coordinates of the box


setCoordinates

public void setCoordinates(GMLCoordinates coordinates)
See Also:
getCoordinates()

getMax

public GMLCoord getMax()
returns the coord with the maxx and maxy coordinate


setMax

public void setMax(GMLCoord max)
See Also:
getMax()