Interface: VorFacility
Defined in: src/sdk/navigation/Facilities.ts:909
A VOR facility.
Extends
Properties
alt
readonlyalt:number
Defined in: src/sdk/navigation/Facilities.ts:944
The altitude of the transmitter in metres.
city
readonlycity:string
Defined in: src/sdk/navigation/Facilities.ts:670
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
dme
readonlydme:FacilityDme|null
Defined in: src/sdk/navigation/Facilities.ts:932
DME station information, or null if no DME.
freqBCD16
readonlyfreqBCD16:number
Defined in: src/sdk/navigation/Facilities.ts:914
The frequency of the VOR, in BCD16.
freqMHz
readonlyfreqMHz:number
Defined in: src/sdk/navigation/Facilities.ts:911
The frequency of the VOR, in MHz.
icao
readonlyicao:string
Defined in: src/sdk/navigation/Facilities.ts:649
The FS ICAO for this facility.
Deprecated
Use Facility.icaoStruct.
Inherited from
icaoStruct
readonlyicaoStruct:IcaoValue
Defined in: src/sdk/navigation/Facilities.ts:652
The FS ICAO for this facility.
Inherited from
ils
readonlyils:FacilityILSFrequency|null
Defined in: src/sdk/navigation/Facilities.ts:935
ILS localizer/glideslope station information, or null if not an ILS.
lat
readonlylat:number
Defined in: src/sdk/navigation/Facilities.ts:658
The latitude of the facility.
Inherited from
lon
readonlylon:number
Defined in: src/sdk/navigation/Facilities.ts:661
The longitude of the facility.
Inherited from
magneticVariation
readonlymagneticVariation:number
Defined in: src/sdk/navigation/Facilities.ts:917
The magnetic variation of the specific VOR.
magvar
readonlymagvar:number
Defined in: src/sdk/navigation/Facilities.ts:920
The VOR station magnetic variation in, degrees [-180, 180), negative being west.
name
readonlyname:string
Defined in: src/sdk/navigation/Facilities.ts:655
The name of the facility. Can be a localized string (prefix with TT:) that needs passed to Utils.Translate.
Inherited from
navRange
readonlynavRange:number
Defined in: src/sdk/navigation/Facilities.ts:923
The range on this VOR station in metres.
region
readonlyregion:string
Defined in: src/sdk/navigation/Facilities.ts:664
The region code in which this facility appears.
Inherited from
tacan
readonlytacan:FacilityTacan|null
Defined in: src/sdk/navigation/Facilities.ts:938
TACAN station information, or null if not a TACAN.
trueReferenced
readonlytrueReferenced:boolean
Defined in: src/sdk/navigation/Facilities.ts:941
Whether the facility is referenced to true north (implies magvar is zero also).
type
readonlytype:VorType
Defined in: src/sdk/navigation/Facilities.ts:926
The type of the VOR.
vorClass
readonlyvorClass:VorClass
Defined in: src/sdk/navigation/Facilities.ts:929
The class of the VOR.