IDerivedDataPolygon Interface

Derived data which contains the calculated data of a polygon measurement

Definition

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

Properties

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

Version Information

Supported in: 18.7

See Also