[]
        
(Showing Draft Content)

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

GeoLineString Class

Represents the geospatial line shape.

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

Constructors

Name Description
GeoLineString(IEnumerable<GeoPoint>)

Initializes a new instance of the GeoLineString class.

Properties

Name Description
Bounds

Returns the bounds of the line shape.

Is3D

Returns true if any point in the collection has z-coordinate values.

IsEmpty

Returns a value indicating whether the collection of line points is empty.

IsMeasured

Returns true if any point in the collection has m-coordinate values.

Points

Gets the line points.

PointsCount

Returns the number of points in the line.

Extension Methods