Provides waypoint time, ground distance,
and speed information.
Name |
Dimension |
Type |
Description |
Time |
DateFormat |
Real Number |
Time. |
Time from start |
TimeUnit |
Real Number |
Time elapsed from the first waypoint time.
TimeUnit, real number. |
Dist from start |
DistanceUnit |
Real Number |
Distance traveled from the first waypoint.
Calculated by summing the distances between each waypoint from the
start. DistanceUnit, real number. |
Average Speed |
Rate |
Real Number |
Dist from start / Time from start.Rate, real
number. |
Time to finish |
TimeUnit |
Real Number |
Time to last waypoint. TimeUnit, real number. |
Dist to finish |
DistanceUnit |
Real Number |
Distance to the last waypoint. Calculated by
summing the distances between each waypoint to the finish.
DistanceUnit, real number. |
Dist from prev
point |
DistanceUnit |
Real Number |
Distance along the central body ellipsoid between
the detic subpoints of the vehicle as its ephemeris is sampled.
DistanceUnit, real number. |
Speed |
Rate |
Real Number |
Magnitude of the velocity vector of the projection
of the selected point onto the reference plane. |