Geotools.Net

GeometryFactory.CreateMultiPolygon Method 

Creates a new multipolygon given an array of polygons.

[Visual Basic]
Public Function CreateMultiPolygon( _
   ByVal polygons As Polygon() _
) As MultiPolygon
[C#]
public MultiPolygon CreateMultiPolygon(
   Polygon[] polygons
);

Parameters

polygons
The array of polygons to be used to create the multipolygon.

Return Value

A new multipolygon.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.GeometryFactory.CreateMultiPolygon(Geotools.Geometries.Polygon[])

See Also

GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace