Interface: FlightPathAnticipatedData
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:47
Anticipated data for a flight plan leg to be used in lateral flight path calculations.
Properties
altitude
altitude:
undefined
|number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:52
The anticipated altitude of the airplane during these data's associated leg, in feet. If not defined, then the airplane's current altitude will be used instead.
climbRate
climbRate:
undefined
|number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:58
The anticipated climb rate of the airplane during these data's associated leg, in feet per minute. If not defined, then the airplane's current climb rate will be used instead.
gs
gs:
undefined
|number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:64
The airplane's anticipated ground speed during these data's associated leg, in knots. If not defined, then the airplane's current ground speed will be used instead.
tas
tas:
undefined
|number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:70
The airplane's anticipated true airspeed during these data's associated leg, in knots. If not defined, then the airplane's current true airspeed will be used instead.
turnAnticipationLimit
turnAnticipationLimit:
undefined
|number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:89
The maximum along-track distance, in meters, that can be anticipated for a leg-to-leg turn at the end of these data's associated leg. If not defined, then turn anticipation distance will be unlimited.
windDirection
windDirection:
undefined
|number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:77
The anticipated wind direction during these data's associated leg, in degrees relative to true north. Wind direction is defined as the bearing from which the wind is blowing. If not defined, then the wind direction at the airplane's current position will be used instead.
windSpeed
windSpeed:
undefined
|number
Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:83
The anticipated wind speed during these data's associated leg, in knots. If not defined, then the wind speed at the airplane's current position will be used instead.