IDerivedDataLineString Interface

Derived data which contains the calculated data of a line measurement

Definition

Namespace: StreetSmart.Common.Interfaces.GeoJson
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
public interface IDerivedDataLineString : IDerivedData
Implements
IDerivedData

Properties

CoordinateStdev Standard deviations of the points
DeltaXY Delta XY
DeltaZ Delta Z
Precision Precision
(Inherited from IDerivedData)
SegmentLengths Segment lengths
SegmentsDeltaXY Segments delta XY
SegmentsDeltaZ Segments delta Z
SegmentsSlopeAngle Segments slope angle
SegmentsSlopePercentage Segments slope percentage
TotalLength The total lenght
Unit The unit of the measurement
(Inherited from IDerivedData)

Version Information

Supported in: 18.7

See Also