Package org.geotools.geometry.jts
Interface CompoundCurvedGeometry<T extends LineString>
- All Superinterfaces:
CurvedGeometry<T>
- All Known Implementing Classes:
CompoundCurve
,CompoundRing
Convenience interface to expose methods common to
CompoundCurve
and CompoundRing
- Author:
- Andrea Aime - GeoSolutions
-
Method Summary
Modifier and TypeMethodDescriptionReturns the linearized coordinates at the given tolerance.Methods inherited from interface CurvedGeometry
getCoordinatesDimension, getTolerance, linearize, linearize, toCurvedText
-
Method Details
-
getComponents
List<LineString> getComponents()Returns the linearized coordinates at the given tolerance.
-