org.deegree.gml
Interface GMLPoint

All Superinterfaces:
GMLGeometry
All Known Implementing Classes:
GMLPoint_Impl

public interface GMLPoint
extends GMLGeometry

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

Version:
07.02.2001

Author:
Andreas Poth

Method Summary
 GMLCoord getCoord()
          returns the coordinate (location) of the point as 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 coordinate (location) of the point as GMLCoord


setCoord

public void setCoord(GMLCoord coord)
See Also:
getCoord()

getCoordinates

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


setCoordinates

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