Class MultiSurface

All Implemented Interfaces:
Serializable, Iterable<PolygonBase<?>>

@NonNullByDefault public class MultiSurface extends MultiGeometry<PolygonBase<?>>
The MULTISURFACE is a collection of surfaces, which can be (linear) polygons or curve polygons.
Author:
Sebastian Baumhekel
See Also:
  • Field Details

    • TYPE

      public static final int TYPE
      The OGIS geometry type number for multi surfaces, which can be (linear) polygons or curve polygons.
      See Also:
  • Constructor Details

    • MultiSurface

      public MultiSurface()
      Constructs an instance.
    • MultiSurface

      public MultiSurface(Iterable<T> lines)
      Constructs an instance.
      Parameters:
      lines - lines