Skip to main content

Interface: FlightPathAnticipatedData

Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:55

Anticipated data for a flight plan leg to be used in lateral flight path calculations.

Properties

altitude

altitude: number | undefined

Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:60

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: number | undefined

Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:66

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: number | undefined

Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:72

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: number | undefined

Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:78

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: number | undefined

Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:97

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: number | undefined

Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:85

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: number | undefined

Defined in: src/sdk/flightplan/flightpath/FlightPathAnticipatedDataCalculator.ts:91

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.