[]
Initializes a new instance of the GeoGeometryCollection class.
protected GeoGeometryCollection(GeometryType type, IEnumerable<GeoShape> shapes)
Type | Name | Description |
---|---|---|
GeometryType | type | The geometry type. |
IEnumerable<GeoShape> | shapes | Collection of geospatial shapes. |
Type | Condition |
---|---|
ArgumentNullException | shapes |
Initializes a new instance of the GeoGeometryCollection class.
public GeoGeometryCollection(IEnumerable<GeoShape> shapes)
Type | Name | Description |
---|---|---|
IEnumerable<GeoShape> | shapes | Collection of geospatial shapes |