Skip to main content

Interface: FacilityPredictionsTrackingEntry

Defined in: src/sdk/utils/predictions/FlightPlanPredictionProvider.ts:13

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

Properties

facIcao

facIcao: string

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

The ICAO of the facility to track


predictionsAltitude

predictionsAltitude: number

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

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


predictionsOatAltitude

predictionsOatAltitude: number

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

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


predictionsOatTemperature

predictionsOatTemperature: number

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

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


predictionSpeed

predictionSpeed: string | number

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

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.


predictionSpeedIsMach

predictionSpeedIsMach: boolean

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

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


predictionsWind

predictionsWind: WindEntry

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

The wind with which predictions for this entry will be computed


startAfterFlightPlanLeg?

optional startAfterFlightPlanLeg: FacilityPredictionsTrackingPosition

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

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.