Skip to main content

Interface: WT21FixInfoData

Container for data that we store/cache locally, but don't sync through the flightplan. For fix info internal use only!

Hierarchy

Properties

abeamIntersection

abeamIntersection: FlightPlanIntersection

The calculated abeam intersection data

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:127


bearingDistanceIntersections

bearingDistanceIntersections: FlightPlanIntersection[]

The calculated bearing/distance intersection data

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:123


bearingDistances

bearingDistances: [null | number, null | number][]

Up to WT21FixInfoOptions.numberOfBearingDistances bearings entered, [bearing in degrees true, distance in metres]

Inherited from

WT21FixInfoFlightPlanData.bearingDistances

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:81


calculateAbeamPoint

calculateAbeamPoint: boolean

Whether the abeam point should be calculated for this fix info

Inherited from

WT21FixInfoFlightPlanData.calculateAbeamPoint

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:89


etaAltitudePoint

etaAltitudePoint: GeoPoint

The point predicted to reach the ETA/Altitude

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:129


fix

fix: null | Facility

The reference fix for the page.

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:113


fixIcao

fixIcao: null | string

The reference fix for the page. Can be airport, navaid, waypoint, pilot waypoint, lat/lon, P/B/D, PB/PB, along track waypoint/airway intersection, or reporting point from route.

Inherited from

WT21FixInfoFlightPlanData.fixIcao

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:79


fixIdent

fixIdent: null | string

Ident of the fix

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:115


fixLocationCartesian

fixLocationCartesian: Float64Array

Location of the fix in cartesian coordinates

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:119


fixLocationSpherical

fixLocationSpherical: GeoPoint

Location of the fix in spherical coordinates

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:117


fixMagVar

fixMagVar: number

magnetic variation/station declination for the fix

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:121


latitudeLongitudeIntersections

latitudeLongitudeIntersections: FlightPlanIntersection[]

The calculated latitude/longitude crossing intersection data

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:125


latitudeLongitudes

latitudeLongitudes: [null | number, null | number][]

Up to WT21FixInfoOptions.numberOfLatLonCrossings lat or lon crossings entered, [latitude degrees, longitude degrees]

Inherited from

WT21FixInfoFlightPlanData.latitudeLongitudes

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:83


predictedAltitude

predictedAltitude: null | number

Time to predict distance for in metres MSL, mutually exclusive with predictedTime

Inherited from

WT21FixInfoFlightPlanData.predictedAltitude

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:87


predictedTime

predictedTime: null | number

Time to predict distance for as a JS timestamp (ms since unix epoch), mutually exclusive with predictedAltitude

Inherited from

WT21FixInfoFlightPlanData.predictedTime

Defined in

workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:85