Interface: FlightPathCalculatorOptions
Defined in: src/sdk/flightplan/flightpath/FlightPathCalculator.ts:71
Options for a FlightPathCalculator.
Properties
airplaneSpeedMode
airplaneSpeedMode:
FlightPathAirplaneSpeedMode
Defined in: src/sdk/flightplan/flightpath/FlightPathCalculator.ts:113
The mode to use to calculate airplane speed.
airplaneWindMode
airplaneWindMode:
FlightPathAirplaneWindMode
Defined in: src/sdk/flightplan/flightpath/FlightPathCalculator.ts:116
The mode to use to obtain airplane wind data.
bankAngle
bankAngle:
number
|FlightPathBankAngleBreakpoints
Defined in: src/sdk/flightplan/flightpath/FlightPathCalculator.ts:86
The bank angle, in degrees, with which to calculate general turns, or breakpoints defining a linearly-interpolated lookup table for bank angle versus airplane speed, in knots.
courseReversalBankAngle
courseReversalBankAngle:
null
|number
|FlightPathBankAngleBreakpoints
Defined in: src/sdk/flightplan/flightpath/FlightPathCalculator.ts:100
The bank angle, in degrees, with which to calculate turns in course reversals (incl. procedure turns), or
breakpoints defining a linearly-interpolated lookup table for bank angle versus airplane speed, in knots. If
null
, the general turn bank angle will be used for course reversals.
defaultClimbRate
defaultClimbRate:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathCalculator.ts:73
The default climb rate, in feet per minute, if the plane is not yet at flying speed.
defaultSpeed
defaultSpeed:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathCalculator.ts:80
The default airplane speed, in knots. This speed is used if the airplane speed mode is Default
or if the
airplane speed calculated through other means is slower than this speed. It is also used as the airplane's true
airspeed if the true airspeed obtained through other means is slower than this speed.
holdBankAngle
holdBankAngle:
null
|number
|FlightPathBankAngleBreakpoints
Defined in: src/sdk/flightplan/flightpath/FlightPathCalculator.ts:93
The bank angle, in degrees, with which to calculate turns in holds, or breakpoints defining a
linearly-interpolated lookup table for bank angle versus airplane speed, in knots. If null
, the general turn
bank angle will be used for holds.
maxBankAngle
maxBankAngle:
number
Defined in: src/sdk/flightplan/flightpath/FlightPathCalculator.ts:110
The maximum bank angle, in degrees, to use to calculate all turns.
turnAnticipationBankAngle
turnAnticipationBankAngle:
null
|number
|FlightPathBankAngleBreakpoints
Defined in: src/sdk/flightplan/flightpath/FlightPathCalculator.ts:107
The bank angle, in degrees, with which to calculate turn anticipation, or breakpoints defining a
linearly-interpolated lookup table for bank angle versus airplane speed, in knots. If null
, the general turn
bank angle will be used for turn anticipation.