Skip to main content

Interface: FlightPathCalculatorOptions

Options for a FlightPathCalculator.

Properties

airplaneSpeedMode

airplaneSpeedMode: FlightPathAirplaneSpeedMode

The mode to use to calculate airplane speed.

Defined in

src/sdk/flightplan/FlightPathCalculator.ts:88


bankAngle

bankAngle: number | FlightPathBankAngleBreakpoints

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.

Defined in

src/sdk/flightplan/FlightPathCalculator.ts:61


courseReversalBankAngle

courseReversalBankAngle: null | number | FlightPathBankAngleBreakpoints

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.

Defined in

src/sdk/flightplan/FlightPathCalculator.ts:75


defaultClimbRate

defaultClimbRate: number

The default climb rate, in feet per minute, if the plane is not yet at flying speed.

Defined in

src/sdk/flightplan/FlightPathCalculator.ts:49


defaultSpeed

defaultSpeed: number

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.

Defined in

src/sdk/flightplan/FlightPathCalculator.ts:55


holdBankAngle

holdBankAngle: null | number | FlightPathBankAngleBreakpoints

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.

Defined in

src/sdk/flightplan/FlightPathCalculator.ts:68


maxBankAngle

maxBankAngle: number

The maximum bank angle, in degrees, to use to calculate all turns.

Defined in

src/sdk/flightplan/FlightPathCalculator.ts:85


turnAnticipationBankAngle

turnAnticipationBankAngle: null | number | FlightPathBankAngleBreakpoints

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.

Defined in

src/sdk/flightplan/FlightPathCalculator.ts:82