[]
Creates a new instance of GeoGeometryCollection class.
protected GeoGeometryCollection(GeoGeometryType type, IEnumerable<GeoGeometry> geometries)
Protected Sub New(type As GeoGeometryType, geometries As IEnumerable(Of GeoGeometry))
| Type | Name | Description |
|---|---|---|
| GeoGeometryType | type | The geometry type. |
| IEnumerable<GeoGeometry> | geometries | The inner geometries enumerator. |
Initializes a new instance of the GeoGeometryCollection class.
public GeoGeometryCollection(IEnumerable<GeoGeometry> geometries)
Public Sub New(geometries As IEnumerable(Of GeoGeometry))
| Type | Name | Description |
|---|---|---|
| IEnumerable<GeoGeometry> | geometries |