Class MultiCurve

All Implemented Interfaces:
Geometry, LineTypeGeometry, Serializable, Cloneable
Direct Known Subclasses:
MultiLineString

public abstract class MultiCurve extends GeometryCollection implements LineTypeGeometry
This abstract class represent a collection of curves
See Also:
  • Constructor Details

    • MultiCurve

      public MultiCurve()
  • Method Details

    • isClosed

      public abstract boolean isClosed()
      Specified by:
      isClosed in interface LineTypeGeometry
    • length

      public abstract double length()
      Description copied from interface: Geometry
      Returns the geometry length. If the geometry is a surface, then the geometry perimeter shall be returned.
      Specified by:
      length in interface Geometry
      Overrides:
      length in class GeometryCollection
      Returns:
      the geometry length.