Interface: FlightPlanIntersection
An intersection from an origin point to the flight plan. This data is saved when the intersection is calculated. It is only re-calculated if the flight plan changes. For fix info internal use only!
Properties
distanceAlongLeg
• distanceAlongLeg: null
| number
Distance along the flight plan leg
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:102
flightPlanLeg
• flightPlanLeg: null
| number
Flight Plan Leg on which the intersection exists
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:100
point
• point: GeoPoint
Intersection latitude, or null
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:104