[]
        
(Showing Draft Content)

C1.FlexMap.GeoGeometryCollection.-ctor

GeoGeometryCollection Constructor

GeoGeometryCollection(GeoGeometryType, IEnumerable<GeoGeometry>)

Creates a new instance of GeoGeometryCollection class.

Declaration
protected GeoGeometryCollection(GeoGeometryType type, IEnumerable<GeoGeometry> geometries)
Parameters
Type Name Description
GeoGeometryType type

The geometry type.

IEnumerable<GeoGeometry> geometries

The inner geometries enumerator.

GeoGeometryCollection(IEnumerable<GeoGeometry>)

Initializes a new instance of the GeoGeometryCollection class.

Declaration
public GeoGeometryCollection(IEnumerable<GeoGeometry> geometries)
Parameters
Type Name Description
IEnumerable<GeoGeometry> geometries