Class MultiSurface

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    • Field Detail

      • TYPE

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

      • MultiSurface

        public MultiSurface()
        Constructs an instance.
      • MultiSurface

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