Geotools.Net

GeometryFactory.CreateGeometryCollection Method 

Creates a new geometry collection given an array of geometries.

[Visual Basic]
Public Function CreateGeometryCollection( _
   ByVal geometries As Geometry() _
) As GeometryCollection
[C#]
public GeometryCollection CreateGeometryCollection(
   Geometry[] geometries
);

Parameters

geometries
The array of geometries to be used to create the collection.

Return Value

A new geometry collection containing all the geometries in the geometry array.

Remarks

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

See Also

GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace