[]
Creates a new instance of GeoGeometryCollection class.
protected GeoGeometryCollection(GeoGeometryType type, IEnumerable<GeoGeometry> geometries)
| 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)
| Type | Name | Description |
|---|---|---|
| IEnumerable<GeoGeometry> | geometries |