Skip to main content

Interface: VorFacility

Defined in: src/sdk/navigation/Facilities.ts:893

A VOR facility.

Extends

Properties

city

readonly city: string

Defined in: src/sdk/navigation/Facilities.ts:660

The city region boundary within which this facility appears, and optionally also the state, separated by , . Both city and state can be localized strings (prefixed with TT:), and will need split before passing to Utils.Translate individually.

Inherited from

Facility.city


dme

readonly dme: null | FacilityDme

Defined in: src/sdk/navigation/Facilities.ts:916

DME station information, or null if no DME.


freqBCD16

readonly freqBCD16: number

Defined in: src/sdk/navigation/Facilities.ts:898

The frequency of the VOR, in BCD16.


freqMHz

readonly freqMHz: number

Defined in: src/sdk/navigation/Facilities.ts:895

The frequency of the VOR, in MHz.


icao

readonly icao: string

Defined in: src/sdk/navigation/Facilities.ts:639

The FS ICAO for this facility.

Deprecated

Use Facility.icaoStruct.

Inherited from

Facility.icao


icaoStruct

readonly icaoStruct: IcaoValue

Defined in: src/sdk/navigation/Facilities.ts:642

The FS ICAO for this facility.

Inherited from

Facility.icaoStruct


ils

readonly ils: null | FacilityILSFrequency

Defined in: src/sdk/navigation/Facilities.ts:919

ILS localizer/glideslope station information, or null if not an ILS.


lat

readonly lat: number

Defined in: src/sdk/navigation/Facilities.ts:648

The latitude of the facility.

Inherited from

Facility.lat


lon

readonly lon: number

Defined in: src/sdk/navigation/Facilities.ts:651

The longitude of the facility.

Inherited from

Facility.lon


magneticVariation

readonly magneticVariation: number

Defined in: src/sdk/navigation/Facilities.ts:901

The magnetic variation of the specific VOR.


magvar

readonly magvar: number

Defined in: src/sdk/navigation/Facilities.ts:904

The VOR station magnetic variation in, degrees [-180, 180), negative being west.


name

readonly name: string

Defined in: src/sdk/navigation/Facilities.ts:645

The name of the facility. Can be a localized string (prefix with TT:) that needs passed to Utils.Translate.

Inherited from

Facility.name


readonly navRange: number

Defined in: src/sdk/navigation/Facilities.ts:907

The range on this VOR station in metres.


region

readonly region: string

Defined in: src/sdk/navigation/Facilities.ts:654

The region code in which this facility appears.

Inherited from

Facility.region


tacan

readonly tacan: null | FacilityTacan

Defined in: src/sdk/navigation/Facilities.ts:922

TACAN station information, or null if not a TACAN.


trueReferenced

readonly trueReferenced: boolean

Defined in: src/sdk/navigation/Facilities.ts:925

Whether the facility is referenced to true north (implies magvar is zero also).


type

readonly type: VorType

Defined in: src/sdk/navigation/Facilities.ts:910

The type of the VOR.


vorClass

readonly vorClass: VorClass

Defined in: src/sdk/navigation/Facilities.ts:913

The class of the VOR.