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 to CompoundCurve and CompoundRing
Author:
Andrea Aime - GeoSolutions
  • Method Details

    • getComponents

      List<LineString> getComponents()
      Returns the linearized coordinates at the given tolerance.