org.deegree_impl.gml
Class GMLPoint_Impl
java.lang.Object
org.deegree_impl.gml.GMLGeometry_Impl
org.deegree_impl.gml.GMLPoint_Impl
- All Implemented Interfaces:
- GMLGeometry, GMLPoint
- public class GMLPoint_Impl
- extends GMLGeometry_Impl
- implements GMLPoint
----------------------------------------------------------
- Version:
- 07.02.2001
- Author:
- Andreas Poth
Constructor Summary |
GMLPoint_Impl(org.w3c.dom.Element element)
Creates a new GMLPoint_Impl object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GMLPoint_Impl
public GMLPoint_Impl(org.w3c.dom.Element element)
- Creates a new GMLPoint_Impl object.
- Parameters:
element
-
createGMLPoint
public static GMLPoint createGMLPoint(org.w3c.dom.Document doc)
- factory method to create a GMLPoint. The default location
of the point is [-9E99,-9E99]
getCoord
public GMLCoord getCoord()
- returns the coordinate (location) of the point as GMLCoord
- Specified by:
getCoord
in interface GMLPoint
setCoord
public void setCoord(GMLCoord coord)
- Specified by:
setCoord
in interface GMLPoint
- See Also:
getCoord()
getCoordinates
public GMLCoordinates getCoordinates()
- returns the coordinate (location) of the point as GMLCoordinates
- Specified by:
getCoordinates
in interface GMLPoint
setCoordinates
public void setCoordinates(GMLCoordinates coordinates)
- Specified by:
setCoordinates
in interface GMLPoint
- See Also:
getCoordinates()