Class PointCoordinateListFactory

java.lang.Object
org.opengis.cite.geomatics.gml.PointCoordinateListFactory
All Implemented Interfaces:
CoordinateListFactory

public class PointCoordinateListFactory extends Object implements CoordinateListFactory
Creates a sequence containing a single coordinate tuple denoting the position of a geometric point.
  • Constructor Details

    • PointCoordinateListFactory

      public PointCoordinateListFactory()
  • Method Details

    • createCoordinateList

      public List<Coordinate> createCoordinateList(org.geotoolkit.gml.xml.AbstractGeometry gmlPoint)
      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 interface CoordinateListFactory
      Parameters:
      gmlPoint - A GML geometry object (constructed from its XML representation).
      Returns:
      A list of 2D coordinates that constitute the geometry.