Skip to main content

Interface: FacilityPredictionsTrackingEntry

Entry specifying the data used for predicting a theoretical flight path to a facility

Properties

facIcao

facIcao: string

The ICAO of the facility to track

Defined in

src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:15


predictionSpeed

predictionSpeed: string | number

The speed, as a CAS (knots), Mach number or speed schedule string, with which predictions for this entry will be computed.

Speed schedule strings depend on individual avionics/aircraft and might be discarded altogether by some implementations.

Defined in

src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:22


predictionSpeedIsMach

predictionSpeedIsMach: boolean

Whether predictionSpeed is a Mach value. Only applicable if it is a numerical value

Defined in

src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:25


predictionsAltitude

predictionsAltitude: number

The altitude, in metres, with which predictions for this entry will be computed

Defined in

src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:28


predictionsOatAltitude

predictionsOatAltitude: number

The altitude component, in metres, of an OAT entry with which predictions for this entry will be computed

Defined in

src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:31


predictionsOatTemperature

predictionsOatTemperature: number

The temperature component, in degrees Celsius, of an OAT entry with which predictions for this entry will be computed

Defined in

src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:34


predictionsWind

predictionsWind: WindEntry

The wind with which predictions for this entry will be computed

Defined in

src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:37


startAfterFlightPlanLeg

Optional startAfterFlightPlanLeg: FacilityPredictionsTrackingPosition

The point on the flight plan, if applicable, at which the predictions for this entry will start being computed using great-circle distance. This is the fixIcao property of a FlightPlanLeg.

If destination is specified, the index of the MAP fix (or the last leg of the flight plan if a MAP does not exist) will be used. If direct is specified, or If another number value is specified, the termination point of the corresponding flight plan leg will be used. If not specified or otherwise invalid, the present position of the aircraft at the time of computation will be used.

Defined in

src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:48