Uses of Class
org.geotools.geometry.jts.CurvedGeometryFactory
-
Packages that use CurvedGeometryFactory Package Description org.geotools.geometry.jts org.geotools.gml.stream org.geotools.gml3.bindings -
-
Uses of CurvedGeometryFactory in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that return CurvedGeometryFactory Modifier and Type Method Description static CurvedGeometryFactory
CurvedGeometries. getFactory(CurvedGeometry<?> curved)
Extracts aCurvedGeometryFactory
from the provided geometry, either by just returning the one that is held by the geometry, if consistent with its tolerance, or by creating a new one -
Uses of CurvedGeometryFactory in org.geotools.gml.stream
Constructors in org.geotools.gml.stream with parameters of type CurvedGeometryFactory Constructor Description XmlStreamGeometryReader(XMLStreamReader reader, GeometryFactory geometryFactory, CurvedGeometryFactory curvedGeometryFactory)
Create a new instance of the XML Stream Geometry Reader. -
Uses of CurvedGeometryFactory in org.geotools.gml3.bindings
Methods in org.geotools.gml3.bindings that return CurvedGeometryFactory Modifier and Type Method Description static CurvedGeometryFactory
GML3ParsingUtils. getCurvedGeometryFactory(ArcParameters arcParameters, GeometryFactory gFactory, CoordinateSequence cs)
Returns a curved geometry factory given the linearization constraints, the original factory, and a coordinate sequence representing the control points of a curved geometry
-