Class MultiSurface

All Implemented Interfaces:
Geometry, Serializable, Cloneable
Direct Known Subclasses:
MultiPolygon

public abstract class MultiSurface extends GeometryCollection
This abstract class represent a collection of surfaces
See Also:
  • Constructor Details

    • MultiSurface

      public MultiSurface()
  • Method Details

    • centroid

      public abstract Point centroid()
      the center of mass of this collection
      Returns:
    • pointOnSurface

      public abstract Point pointOnSurface()
      a point on the surface of one element
      Returns: