public class CoordinateSetFactory extends Object
Constructor and Description |
---|
CoordinateSetFactory() |
Modifier and Type | Method and Description |
---|---|
com.vividsolutions.jts.geom.Coordinate[] |
createCoordinateSet(org.geotoolkit.gml.xml.AbstractGeometry gmlGeometry)
Creates a 2D coordinate set from the given GML geometry element.
|
static CoordinateSetFactory |
newInstance() |
public static CoordinateSetFactory newInstance()
public com.vividsolutions.jts.geom.Coordinate[] createCoordinateSet(org.geotoolkit.gml.xml.AbstractGeometry gmlGeometry)
gmlGeom
- A GML geometry element.Copyright © 2013. All rights reserved.