public interface SingleCurvedGeometry<T extends LineString> extends CurvedGeometry<T>
CircularString
and CircularRing
Modifier and Type | Method and Description |
---|---|
CircularArc |
getArcN(int arcIndex)
Returns the n-th circular arc making up the geometry
|
double[] |
getControlPoints()
Returns the control points for this string/ring.
|
CoordinateSequence |
getLinearizedCoordinateSequence(double tolerance)
Returns the linearized coordinates at the given tolerance
|
int |
getNumArcs()
Number of arc circles
|
getCoordinatesDimension, getTolerance, linearize, linearize, toCurvedText
CoordinateSequence getLinearizedCoordinateSequence(double tolerance)
tolerance
- double[] getControlPoints()
int getNumArcs()
CircularArc getArcN(int arcIndex)
arcIndex
- Copyright © 1996–2019 Geotools. All rights reserved.