public class PointCoordinateListFactory extends Object implements CoordinateListFactory
Constructor and Description |
---|
PointCoordinateListFactory() |
Modifier and Type | Method and Description |
---|---|
List<com.vividsolutions.jts.geom.Coordinate> |
createCoordinateList(org.geotoolkit.gml.xml.AbstractGeometry gmlPoint)
Creates a list of coordinates from a GML geometry representation.
|
public List<com.vividsolutions.jts.geom.Coordinate> createCoordinateList(org.geotoolkit.gml.xml.AbstractGeometry gmlPoint)
CoordinateListFactory
createCoordinateList
in interface CoordinateListFactory
gmlPoint
- A GML geometry object (constructed from its XML
representation).Copyright © 2014. All rights reserved.