org.deegree.gml
Interface GMLLinearRing

All Superinterfaces:
GMLGeometry
All Known Implementing Classes:
GMLLinearRing_Impl

public interface GMLLinearRing
extends GMLGeometry

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

Version:
07.02.2001

Author:
Andreas Poth

Method Summary
 GMLCoord[] getCoord()
          returns the coordinates (location) of the LineString as as array of GMLCoord
 GMLCoordinates getCoordinates()
          returns the coordinate (location) of the point as GMLCoordinates
 void setCoord(GMLCoord[] coord)
           
 void setCoordinates(GMLCoordinates coordinates)
           
 
Methods inherited from interface org.deegree.gml.GMLGeometry
getId, getName, getSrs, setId, setSrs
 

Method Detail

getCoord

public GMLCoord[] getCoord()
returns the coordinates (location) of the LineString as as array of GMLCoord


setCoord

public void setCoord(GMLCoord[] coord)
              throws GMLException
Throws:
GMLException
See Also:
a exception should be thrown if the coords are not homogen or the coords are not building a closed ring.

getCoordinates

public GMLCoordinates getCoordinates()
returns the coordinate (location) of the point as GMLCoordinates


setCoordinates

public void setCoordinates(GMLCoordinates coordinates)
                    throws GMLException
Throws:
GMLException
See Also:
a exception should be thrown if the coords are not building a closed ring.