org.deegree.gml
Interface GMLLineString

All Superinterfaces:
GMLGeometry
All Known Implementing Classes:
GMLLineString_Impl

public interface GMLLineString
extends GMLGeometry

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

Version:
07.02.2001

Author:
Andreas Poth

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

Method Detail

getCoords

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


setCoords

public void setCoords(GMLCoord[] coord)
               throws GMLException
Throws:
GMLException
See Also:
getCoords()

appendCoord

public void appendCoord(GMLCoord coord)
                 throws GMLException
Throws:
GMLException
See Also:
getCoords()

getCoordinates

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


setCoordinates

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