Interface: WT21FixInfoData
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:111
Container for data that we store/cache locally, but don't sync through the flightplan. For fix info internal use only!
Extends
Properties
abeamIntersection
abeamIntersection:
FlightPlanIntersection
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:127
The calculated abeam intersection data
bearingDistanceIntersections
bearingDistanceIntersections:
FlightPlanIntersection
[]
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:123
The calculated bearing/distance intersection data
bearingDistances
bearingDistances: [
null
|number
,null
|number
][]
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:81
Up to WT21FixInfoOptions.numberOfBearingDistances bearings entered, [bearing in degrees true, distance in metres]
Inherited from
WT21FixInfoFlightPlanData
.bearingDistances
calculateAbeamPoint
calculateAbeamPoint:
boolean
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:89
Whether the abeam point should be calculated for this fix info
Inherited from
WT21FixInfoFlightPlanData
.calculateAbeamPoint
etaAltitudePoint
etaAltitudePoint:
GeoPoint
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:129
The point predicted to reach the ETA/Altitude
fix
fix:
null
|Facility
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:113
The reference fix for the page.
fixIcao
fixIcao:
null
|string
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:79
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
fixIdent
fixIdent:
null
|string
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:115
Ident of the fix
fixLocationCartesian
fixLocationCartesian:
Float64Array
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:119
Location of the fix in cartesian coordinates
fixLocationSpherical
fixLocationSpherical:
GeoPoint
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:117
Location of the fix in spherical coordinates
fixMagVar
fixMagVar:
number
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:121
magnetic variation/station declination for the fix
latitudeLongitudeIntersections
latitudeLongitudeIntersections:
FlightPlanIntersection
[]
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:125
The calculated latitude/longitude crossing intersection data
latitudeLongitudes
latitudeLongitudes: [
null
|number
,null
|number
][]
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:83
Up to WT21FixInfoOptions.numberOfLatLonCrossings lat or lon crossings entered, [latitude degrees, longitude degrees]
Inherited from
WT21FixInfoFlightPlanData
.latitudeLongitudes
predictedAltitude
predictedAltitude:
null
|number
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:87
Time to predict distance for in metres MSL, mutually exclusive with predictedTime
Inherited from
WT21FixInfoFlightPlanData
.predictedAltitude
predictedTime
predictedTime:
null
|number
Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:85
Time to predict distance for as a JS timestamp (ms since unix epoch), mutually exclusive with predictedAltitude