Skip to main content

Interface: IntersectionFacility

An intersection facility.

Hierarchy

Properties

city

Readonly city: string

The city region boundary within which this facility appears.

Inherited from

Facility.city

Defined in

src/sdk/navigation/Facilities.ts:388


icao

Readonly icao: string

The FS ICAO for this facility.

Inherited from

Facility.icao

Defined in

src/sdk/navigation/Facilities.ts:373


lat

Readonly lat: number

The latitude of the facility.

Inherited from

Facility.lat

Defined in

src/sdk/navigation/Facilities.ts:379


lon

Readonly lon: number

The longitude of the facility.

Inherited from

Facility.lon

Defined in

src/sdk/navigation/Facilities.ts:382


magvar

Readonly magvar: number

The magnetic variation at a given facilty location.

Inherited from

Facility.magvar

Defined in

src/sdk/navigation/Facilities.ts:391


name

Readonly name: string

The name of the facility.

Inherited from

Facility.name

Defined in

src/sdk/navigation/Facilities.ts:376


nearestVorDistance

Readonly nearestVorDistance: number

This distance to the nearest VOR.

Defined in

src/sdk/navigation/Facilities.ts:511


nearestVorFrequencyBCD16

Readonly nearestVorFrequencyBCD16: number

The frequency of the nearest VOR, in BCD16.

Defined in

src/sdk/navigation/Facilities.ts:499


nearestVorFrequencyMHz

Readonly nearestVorFrequencyMHz: number

The frequency of the nearest VOR, in MHz.

Defined in

src/sdk/navigation/Facilities.ts:502


nearestVorICAO

Readonly nearestVorICAO: string

The FS ICAO of the nearest VOR to this intersection.

Defined in

src/sdk/navigation/Facilities.ts:493


nearestVorMagneticRadial

Readonly nearestVorMagneticRadial: number

The radial in degrees magnetic from the nearest VOR that the intersection lies on.

Defined in

src/sdk/navigation/Facilities.ts:508


nearestVorTrueRadial

Readonly nearestVorTrueRadial: number

The radial in degrees true from the nearest VOR that the intersection lies on.

Defined in

src/sdk/navigation/Facilities.ts:505


nearestVorType

Readonly nearestVorType: VorType

The type of the nearest VOR.

Defined in

src/sdk/navigation/Facilities.ts:496


region

Readonly region: string

The region code in which this facility appears.

Inherited from

Facility.region

Defined in

src/sdk/navigation/Facilities.ts:385


routes

Readonly routes: readonly AirwaySegment[]

The airway segments that are adjacent to this

Defined in

src/sdk/navigation/Facilities.ts:490