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