[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoGeometryCollection.-ctor

GeoGeometryCollection Constructor

GeoGeometryCollection(GeometryType, IEnumerable<GeoShape>)

Initializes a new instance of the GeoGeometryCollection class.

Declaration
protected GeoGeometryCollection(GeometryType type, IEnumerable<GeoShape> shapes)
Parameters
Type Name Description
GeometryType type

The geometry type.

IEnumerable<GeoShape> shapes

Collection of geospatial shapes.

Exceptions
Type Condition
ArgumentNullException

shapes

GeoGeometryCollection(IEnumerable<GeoShape>)

Initializes a new instance of the GeoGeometryCollection class.

Declaration
public GeoGeometryCollection(IEnumerable<GeoShape> shapes)
Parameters
Type Name Description
IEnumerable<GeoShape> shapes

Collection of geospatial shapes