Uses of Class
org.geotools.geometry.jts.CircularArc
Packages that use CircularArc
-
Uses of CircularArc in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that return CircularArcModifier and TypeMethodDescriptionstatic CircularArc
CurvedGeometries.getArc
(CoordinateSequence cs, int startCoordinate) Builds a circular arc out of the specified coordinate sequenceCircularRing.getArcN
(int arcIndex) CircularString.getArcN
(int arcIndex) SingleCurvedGeometry.getArcN
(int arcIndex) Returns the n-th circular arc making up the geometryMethods in org.geotools.geometry.jts with parameters of type CircularArcModifier and TypeMethodDescriptionstatic CircularRing
CurvedGeometries.toCircle
(CircularArc arc, GeometryFactory geometryFactory, double tolerance) Returns the circle containing this arc