[]
        
(Showing Draft Content)

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

GeoGeometryCollection Class

Represents the collection of geospatial shapes.

Inheritance
GeoGeometryCollection
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class GeoGeometryCollection : GeoShape

Constructors

Name Description
GeoGeometryCollection(GeometryType, IEnumerable<GeoShape>)

Initializes a new instance of the GeoGeometryCollection class.

GeoGeometryCollection(IEnumerable<GeoShape>)

Initializes a new instance of the GeoGeometryCollection class.

Properties

Name Description
Is3D

Gets a value indicating whether any shape in the collection has Z-coordinate values.

IsEmpty

Gets a value indicating whether the collection is empty or all shapes in the collection are empty geometries.

IsMeasured

Gets a value indicating whether any shape in the collection has M-coordinate values.

PointsCount

Gets the total number of points used in the shapes.

Shapes

Gets the inner shapes.

Extension Methods