Geometry
Point
Curve
LineString
Surface
Polygon
GeometryCollection
MultiPoint
MultiCurve
MultiLineString
MultiSurface
MultiPolygon
MultiPolygon
A MultiPolygon
is a MultiSurface
object composed of
Polygon
elements.
MultiPolygon
ExamplesMultiPolygon
could represent a system of lakes.
MultiPolygon
AssertionsPolygon
values that are elements of a
MultiPolygon
may not intersect.
Polygon
values that are elements of a
MultiPolygon
may
not cross and may touch at only a finite number of points.
(Crossing is also forbidden by the preceding assertion.)
MultiPolygon
may not have cut lines, spikes or punctures. A
MultiPolygon
is a regular, closed point set.
MultiPolygon
composed of more than one Polygon
is not connected. The number of connected components of the interior
of a MultiPolygon
is equal to the number of Polygon
values in
the MultiPolygon
.
MultiPolygon
PropertiesMultiPolygon
is defined as a two-dimensional geometry.
MultiPolygon
is a set of closed curves
(LineString
values) corresponding to the boundaries of its
Polygon
elements.
Curve
in the boundary of the MultiPolygon
is in the
boundary of exactly one element Polygon
.
Curve
in the boundary of an element Polygon
is
in the boundary of the MultiPolygon
.