[]
        
(Showing Draft Content)

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

GeoShape Class

Represents the geospatial shape base class.

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

Based on Open Geospatial Consortium Simple Feature Access v1.2.1 spec (http://www.opengeospatial.org/standards/sfa).

Constructors

Name Description
GeoShape(GeometryType)

Initializes a new instance of the GeoShape class.

Properties

Name Description
Bounds

Gets the bounds of the shape.

Center

Gets the centroid of the shape.

Is3D

Gets a value indicating whether the shape has z-coordinate values.

IsEmpty

Gets a value indicating whether the shape is empty geometry.

IsMeasured

Gets a value indicating whether the shape has m-coordinate values.

PointsCount

Gets the number of points used in the shape.

Type

Gets the geometry type.

Methods

Name Description
GetPointsBounds(IEnumerable<GeoPoint>)

Gets the points bounds.

Extension Methods