Uses of Class
org.geotools.geometry.jts.CurvedGeometryFactory
Packages that use CurvedGeometryFactory
-
Uses of CurvedGeometryFactory in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that return CurvedGeometryFactoryModifier and TypeMethodDescriptionstatic 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 CurvedGeometryFactoryModifierConstructorDescriptionXmlStreamGeometryReader
(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 CurvedGeometryFactoryModifier and TypeMethodDescriptionstatic 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