[]
        
(Showing Draft Content)

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

GeoPolyhedralSurface Class

Represents the geospatial polyhedral surface.

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

Constructors

Name Description
GeoPolyhedralSurface(GeometryType, IEnumerable<GeoPolygon>)

Initializes a new instance of the GeoPolyhedralSurface class.

GeoPolyhedralSurface(IEnumerable<GeoPolygon>)

Initializes a new instance of the GeoPolyhedralSurface class.

Properties

Name Description
Bounds

Gets the bounds of the polyhedral surface.

Is3D

Gets a value indicating whether any polygon in the collection has z-coordinate values.

IsEmpty

Gets a value indicating whether the collection is empty or all polygons in the collection are empty geometry.

IsMeasured

Gets a value indicating whether any polygon in the collection has m-coordinate values.

PointsCount

Gets the sum of the points count of all polygons.

Polygons

Gets the surface polygons.

Extension Methods