Geotools.Net

IMultiPolygon Interface

A MultiSurface of Polygons. MultiPolygons do not have cut lines, spikes or punctures.

[Visual Basic]
Public Interface IMultiPolygon
Implements IMultiSurface, IGeometryCollection, IGeometry
[C#]
public interface IMultiPolygon : IMultiSurface, IGeometryCollection, IGeometry

Remarks

For a precise definition of multipolygons, see the OpenGIS Simple Features Specification for SQL.

The element Polygons in a MultiPolygon may touch at only a finite number of points (e.g. they may not touch in a line segment). The interiors of the elements must be disjoint (e.g. they may not cross). There is no requirement that a point of intersection be a vertex.

Requirements

Namespace: Geotools.Geometries Namespace

Assembly: Geotools.dll

See Also

IMultiPolygon Members | Geotools.Geometries Namespace