Class: G3000ApproachPreviewNavIndicator
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/NavReference/G3000NavReference.ts:191
A G3000 approach preview (LOC and glideslope) NavReferenceIndicator.
Extends
Constructors
Constructor
new G3000ApproachPreviewNavIndicator(
navSources
,dataProvider
):G3000ApproachPreviewNavIndicator
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/NavReference/G3000NavReference.ts:198
Creates a new instance of G3000ApproachPreviewNavIndicator.
Parameters
Parameter | Type | Description |
---|---|---|
navSources | G3000NavSources | A collection of NavReferenceSources from which the indicator can source data. |
dataProvider | G3000ApproachPreviewDataProvider | A provider of approach preview data. |
Returns
G3000ApproachPreviewNavIndicator
Overrides
Properties
activeFrequency
readonly
activeFrequency:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:138
The radio frequency of the reference. Only available if the reference is a navaid.
Inherited from
BasicNavIndicator
.activeFrequency
bearing
readonly
bearing:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:86
The magnetic bearing, in degrees, from the airplane to the reference position.
Inherited from
course
readonly
course:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:92
The magnetic bearing, in degrees, of the reference course at the reference position.
Inherited from
distance
readonly
distance:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:89
The distance, in nautical miles, from the airplane to the reference position.
Inherited from
fields
protected
readonly
fields:Map
<keyofNavBase
,MutableSubscribable
<any
,any
>>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:158
Inherited from
hasDme
readonly
hasDme:Subject
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:129
Whether the reference has a DME component.
Inherited from
hasGlideSlope
readonly
hasGlideSlope:Subject
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:135
Whether the reference has a glideslope component.
Inherited from
BasicNavIndicator
.hasGlideSlope
hasLocalizer
readonly
hasLocalizer:Subject
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:132
Whether the reference has a localizer component.
Inherited from
BasicNavIndicator
.hasLocalizer
hasNav
readonly
hasNav:Subject
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:126
Whether the reference has a VOR component.
Inherited from
ident
readonly
ident:Subject
<null
|string
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:80
The ident of the reference.
Inherited from
isLocalizer
readonly
isLocalizer:Subject
<null
|boolean
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:123
Whether the reference is a localizer.
Inherited from
lateralDeviation
readonly
lateralDeviation:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:144
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).
Inherited from
BasicNavIndicator
.lateralDeviation
lateralDeviationScale
readonly
lateralDeviationScale:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:147
The magnitude of full-scale CDI deflection, in nautical miles.
Inherited from
BasicNavIndicator
.lateralDeviationScale
lateralDeviationScalingMode
readonly
lateralDeviationScalingMode:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:150
The lateral deviation scaling mode.
Inherited from
BasicNavIndicator
.lateralDeviationScalingMode
localizerCourse
readonly
localizerCourse:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:95
The fixed magnetic course, in degrees, of the reference localizer. Only available if the reference is a localizer.
Inherited from
BasicNavIndicator
.localizerCourse
location
readonly
location:ComputedSubject
<null
|LatLonInterface
,null
|GeoPointInterface
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:106
The location of the reference position.
Inherited from
navSources
protected
readonly
navSources:NavSources
<G3000NavSourceName
>
Defined in: src/garminsdk/navreference/indicator/NavReferenceIndicator.ts:38
The possible nav sources from which this indicator can derive data.
Inherited from
signalStrength
readonly
signalStrength:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:83
Signal strength received from the reference. A value of zero indicates no signal.
Inherited from
BasicNavIndicator
.signalStrength
source
readonly
source:Subscribable
<null
|NavSource
<G3000NavSourceName
>>
Defined in: src/garminsdk/navreference/indicator/NavReferenceIndicator.ts:29
This indicator's source.
Inherited from
sourceSubs
protected
readonly
sourceSubs:Subscription
[] =[]
Defined in: src/garminsdk/navreference/indicator/NavReferenceIndicator.ts:31
Inherited from
toFrom
readonly
toFrom:Subject
<null
|VorToFrom
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:141
Whether the airplane is heading TO or FROM the reference position as judged from the reference course.
Inherited from
verticalDeviation
readonly
verticalDeviation:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:153
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).
Inherited from
BasicNavIndicator
.verticalDeviation
verticalDeviationScale
readonly
verticalDeviationScale:Subject
<null
|number
>
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:156
The magnitude of full-scale VDI deflection, in feet.
Inherited from
BasicNavIndicator
.verticalDeviationScale
Methods
clearAll()
protected
clearAll():void
Defined in: src/garminsdk/navreference/NavReferenceBase.ts:183
Sets all fields to null
.
Returns
void
Inherited from
setSource()
setSource(
sourceName
):void
Defined in: src/garminsdk/navreference/indicator/NavReferenceIndicator.ts:44
Sets this indicator's source. Once the source is set, this indicator's data will be derived from the new source.
If the new source is null
, all of this indicator's data will be set to null
.
Parameters
Parameter | Type | Description |
---|---|---|
sourceName | null | G3000NavSourceName | The name of a nav source. |
Returns
void
Inherited from
updateFromSource()
protected
updateFromSource(newSource
,oldSource
):void
Defined in: src/garminsdk/navreference/indicator/NavReferenceIndicator.ts:63
Updates this nav indicator from a new source.
Parameters
Parameter | Type | Description |
---|---|---|
newSource | null | NavSource <G3000NavSourceName > | The new nav source. |
oldSource | null | NavSource <G3000NavSourceName > | The old nav source. |
Returns
void