Package org.opengis.cite.geomatics.gml
Class PointCoordinateListFactory
java.lang.Object
org.opengis.cite.geomatics.gml.PointCoordinateListFactory
- All Implemented Interfaces:
CoordinateListFactory
Creates a sequence containing a single coordinate tuple denoting the position of a
geometric point.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateCoordinateList
(org.geotoolkit.gml.xml.AbstractGeometry gmlPoint) Creates a list of coordinates from a GML geometry representation.
-
Constructor Details
-
PointCoordinateListFactory
public PointCoordinateListFactory()
-
-
Method Details
-
createCoordinateList
Description copied from interface:CoordinateListFactory
Creates a list of coordinates from a GML geometry representation. The sequence typically includes the constituent vertices.- Specified by:
createCoordinateList
in interfaceCoordinateListFactory
- Parameters:
gmlPoint
- A GML geometry object (constructed from its XML representation).- Returns:
- A list of 2D coordinates that constitute the geometry.
-