cgl.ogc.wms.gml
Interface GMLBox

All Superinterfaces:
GMLGeometry
All Known Implementing Classes:
GMLBox_Impl

public interface GMLBox
extends GMLGeometry

Title:

Description:

Copyright: Copyright (c) 2005

Company: Indiana University - Computer Science Dept.

Version:
1.0
Author:
Ahmet Sayar

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 cgl.ogc.wms.gml.GMLGeometry
getId, getName, getSrs, setId, setSrs
 

Method Detail

getMin

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

Returns:
GMLCoord

setMin

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

getCoordinates

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

Returns:
GMLCoordinates[]

setCoordinates

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

getMax

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

Returns:
GMLCoord

setMax

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