Interface: NavReferenceBase
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:8
Information pertaining to a navigation reference. A navigation reference consists of a geographic position and optionally a lateral course defining a great-circle path passing through the reference position, and a vertical path profile.
Extended by
Properties
activeFrequency
readonly
activeFrequency:Subscribable
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:46
The radio frequency of the reference. Only available if the reference is a navaid.
bearing
readonly
bearing:Subscribable
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:16
The magnetic bearing, in degrees, from the airplane to the reference position.
course
readonly
course:Subscribable
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:22
The magnetic bearing, in degrees, of the reference course at the reference position.
distance
readonly
distance:Subscribable
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:19
The distance, in nautical miles, from the airplane to the reference position.
hasDme
readonly
hasDme:Subscribable
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:37
Whether the reference has a DME component.
hasGlideSlope
readonly
hasGlideSlope:Subscribable
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:43
Whether the reference has a glideslope component.
hasLocalizer
readonly
hasLocalizer:Subscribable
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:40
Whether the reference has a localizer component.
hasNav
readonly
hasNav:Subscribable
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:34
Whether the reference has a VOR component.
ident
readonly
ident:Subscribable
<null
|string
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:10
The ident of the reference.
isLocalizer
readonly
isLocalizer:Subscribable
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:31
Whether the reference is a localizer.
lateralDeviation
readonly
lateralDeviation:Subscribable
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:56
Lateral deviation from the reference course scaled such that a value of +/-1 is equal to full-scale CDI deflection
(i.e. the lateralDeviationScaling
value). Positive values indicate deflection of the CDI to the right (i.e. the
airplane is situated to the left of the reference).
lateralDeviationScale
readonly
lateralDeviationScale:Subscribable
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:59
The magnitude of full-scale CDI deflection, in nautical miles.
lateralDeviationScalingMode
readonly
lateralDeviationScalingMode:Subscribable
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:62
The lateral deviation scaling mode.
localizerCourse
readonly
localizerCourse:Subscribable
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:25
The fixed magnetic course, in degrees, of the reference localizer. Only available if the reference is a localizer.
location
readonly
location:Subscribable
<null
|GeoPointInterface
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:28
The location of the reference position.
signalStrength
readonly
signalStrength:Subscribable
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:13
Signal strength received from the reference. A value of zero indicates no signal.
toFrom
readonly
toFrom:Subscribable
<null
|VorToFrom
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:49
Whether the airplane is heading TO or FROM the reference position as judged from the reference course.
verticalDeviation
readonly
verticalDeviation:Subscribable
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:69
Vertical deviation from the reference vertical path profile scaled such that a value of +/-1 is equal to full-
scale VDI deflection (i.e. the verticalDeviationScaling
value). Positive values indicate upward deflection of
the VDI (i.e. the airplane is situated below the reference).
verticalDeviationScale
readonly
verticalDeviationScale:Subscribable
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:72
The magnitude of full-scale VDI deflection, in feet.