A MultiPolygon is a
          MultiSurface object composed of
          Polygon elements.
        
          MultiPolygon
          Examples
- On a region map, a - MultiPolygoncould represent a system of lakes.
          MultiPolygon
          Assertions
- A - MultiPolygonhas no two- Polygonelements with interiors that intersect.
- A - MultiPolygonhas no two- Polygonelements that cross (crossing is also forbidden by the previous assertion), or that touch at an infinite number of points.
- A - MultiPolygonmay not have cut lines, spikes, or punctures. A- MultiPolygonis a regular, closed point set.
- A - MultiPolygonthat has more than one- Polygonhas an interior that is not connected. The number of connected components of the interior of a- MultiPolygonis equal to the number of- Polygonvalues in the- MultiPolygon.
          MultiPolygon
          Properties
- A - MultiPolygonis a two-dimensional geometry.
- A - MultiPolygonboundary is a set of closed curves (- LineStringvalues) corresponding to the boundaries of its- Polygonelements.
- Each - Curvein the boundary of the- MultiPolygonis in the boundary of exactly one- Polygonelement.
- Every - Curvein the boundary of an- Polygonelement is in the boundary of the- MultiPolygon.