[]
        
(Showing Draft Content)

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

GeoPoint Class

Represents the geospatial point shape.

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

Constructors

Name Description
GeoPoint(double, double)

Initializes a new instance of the GeoPoint class.

GeoPoint(double, double, double?, double?)

Initializes a new instance of the GeoPoint class.

Properties

Name Description
Bounds

Gets the bounds of the point shape.

Is3D

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

IsEmpty

Gets a value indicating whether the point shape is empty geometry.

IsMeasured

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

M

Gets the m-coordinate.

PointsCount

Gets the count of the points.

X

Gets the x-coordinate.

Y

Gets the y-coordinate.

Z

Gets the z-coordinate.

Extension Methods