Geotools.Net

GeometryCollection Constructor 

Initializes a GeometryCollection.

[Visual Basic]
Public Sub New( _
   ByVal geometries As Geometry(), _
   ByVal precisionModel As PrecisionModel, _
   ByVal SRID As Integer _
)
[C#]
public GeometryCollection(
   Geometry[] geometries,
   PrecisionModel precisionModel,
   int SRID
);

Parameters

geometries
The Geometries for this GeometryCollection, or null or an empty array to create the empty geometry. Elements may be empty Geometries, but not nulls.
precisionModel
The specification of the grid of allowable points for this GeometryCollection.
SRID
The ID of the Spatial Reference System used by this GeometryCollection.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.GeometryCollection.#ctor(Geotools.Geometries.Geometry[],Geotools.Geometries.PrecisionModel,System.Int32)

See Also

GeometryCollection Class | GeometryCollection Members | Geotools.Geometries Namespace