Package org.geotools.geometry.jts
Interface SingleCurvedGeometry<T extends LineString>
- All Superinterfaces:
CurvedGeometry<T>
- All Known Implementing Classes:
CircularRing
,CircularString
Convenience interface to expose methods common to
CircularString
and CircularRing
- Author:
- Andrea Aime - GeoSolutions
-
Method Summary
Modifier and TypeMethodDescriptiongetArcN
(int arcIndex) Returns the n-th circular arc making up the geometrydouble[]
Returns the control points for this string/ring.getLinearizedCoordinateSequence
(double tolerance) Returns the linearized coordinates at the given toleranceint
Number of arc circlesMethods inherited from interface CurvedGeometry
getCoordinatesDimension, getTolerance, linearize, linearize, toCurvedText
-
Method Details
-
getLinearizedCoordinateSequence
Returns the linearized coordinates at the given tolerance -
getControlPoints
double[] getControlPoints()Returns the control points for this string/ring. -
getNumArcs
int getNumArcs()Number of arc circles -
getArcN
Returns the n-th circular arc making up the geometry
-