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)
CoordinateListFactorycreateCoordinateList in interface CoordinateListFactorygmlPoint - A GML geometry object (constructed from its XML
representation).Copyright © 2020 Open Geospatial Consortium. All rights reserved.