Data Provider Elements

Distance

Provides waypoint time, ground distance, and speed information.

Available for these objects: Aircraft, GroundVehicle, Ship

Type: Time-varying data. Intended to be used only with elements from this same data provider.

Availability: Reports | Graphs | Dynamic Displays | Strip Charts

Data Provider Elements

NameDimensionTypeDescription
TimeDateReal Number or TextTime.
Time from startTimeReal NumberTime elapsed from the first waypoint time. TimeUnit, real number.
Dist from startDistanceReal NumberDistance traveled from the first waypoint. Calculated by summing the distances between each waypoint from the start. DistanceUnit, real number.
Average SpeedRateReal NumberDist from start / Time from start.Rate, real number.
Time to finishTimeReal NumberTime to last waypoint. TimeUnit, real number.
Dist to finishDistanceReal NumberDistance to the last waypoint. Calculated by summing the distances between each waypoint to the finish. DistanceUnit, real number.
Dist from prev pointDistanceReal NumberDistance along the central body ellipsoid between the detic subpoints of the vehicle as its ephemeris is sampled. DistanceUnit, real number.
SpeedRateReal NumberMagnitude of the velocity vector of the projection of the selected point onto the reference plane.