Klasse MultiCurve

Alle implementierten Schnittstellen:
Serializable, Iterable<Curve>

@NonNullByDefault public class MultiCurve extends MultiGeometry<Curve>
The MULTICURVE is a collection of curves, which can include linear strings, circular strings or compound strings. It only specifies a type of Geometry as it could contain LineStrings and CompoundCurves.
Autor:
Sebastian Baumhekel
Siehe auch:
  • Felddetails

    • TYPE

      public static final int TYPE
      The OGIS geometry type number for aggregate curves, which can include linear strings, circular strings or compound strings.
      Siehe auch:
  • Konstruktordetails

    • MultiCurve

      public MultiCurve()
      Constructs an instance.
    • MultiCurve

      public MultiCurve(Iterable<Curve> lines)
      Constructs an instance.
      Parameter:
      lines - lines
      Löst aus:
      IllegalArgumentException - if given lines are not of a curve type
  • Methodendetails

    • length

      public double length()
      Gets the length of this line.
      Gibt zurück:
      length