Skip to main content

Class: GtcWaypointInfoPage<T, P>

A GTC waypoint information page.

Type parameters

NameType
Textends WaypointSelectType
Pextends GtcWaypointInfoPageProps = GtcWaypointInfoPageProps

Hierarchy

Constructors

constructor

new GtcWaypointInfoPage<T, P>(props): GtcWaypointInfoPage<T, P>

Constructor.

Type parameters

NameType
Textends WaypointSelectType
Pextends GtcWaypointInfoPageProps = GtcWaypointInfoPageProps

Parameters

NameTypeDescription
propsPThis component's props.

Returns

GtcWaypointInfoPage<T, P>

Throws

Error if a display pane index is not defined for this view.

Overrides

GtcView.constructor

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:117

Properties

_activeComponent

Protected Readonly _activeComponent: Subject<null | GtcInteractionHandler>

Inherited from

GtcView._activeComponent

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:26


_sidebarState

Protected Readonly _sidebarState: GtcSidebarState

Inherited from

GtcView._sidebarState

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:28


_title

Protected Readonly _title: Subject<undefined | string>

Inherited from

GtcView._title

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:32


bus

Protected Readonly bus: EventBus

Inherited from

GtcView.bus

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:23


context

Optional context: [] = undefined

The context on this component, if any.

Inherited from

GtcView.context

Defined in

sdk/components/FSComponent.ts:64


contextType

Optional Readonly contextType: readonly [] = undefined

The type of context for this component, if any.

Inherited from

GtcView.contextType

Defined in

sdk/components/FSComponent.ts:67


displayPaneIndex

Protected Readonly displayPaneIndex: ControllableDisplayPaneIndex

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:54


displayPaneSettings

Protected Readonly displayPaneSettings: UserSettingManager<DisplayPaneSettings>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:55


facWaypointCache

Protected Readonly facWaypointCache: GarminFacilityWaypointCache

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:57


gtcService

Protected Readonly gtcService: GtcService

Inherited from

GtcView.gtcService

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:24


hasSelectedWaypoint

Protected Readonly hasSelectedWaypoint: MappedSubscribable<boolean>

Whether a waypoint is selected.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:62


headingPipe

Protected Optional headingPipe: Subscription

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:108


isGpsDrSub

Protected Optional isGpsDrSub: Subscription

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:109


optionsPopupKey

Protected Readonly Abstract optionsPopupKey: string

The view key for this page's options popup.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:48


planeHeadingTrue

Protected Readonly planeHeadingTrue: Subject<number>

The true heading of the airplane, in degrees, or NaN if heading data is invalid.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:72


ppos

Protected Readonly ppos: GeoPointSubject

The position of the airplane.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:69


pposPipe

Protected Optional pposPipe: Subscription

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:107


props

props: P & ComponentProps

The properties of the component.

Inherited from

GtcView.props

Defined in

sdk/components/FSComponent.ts:61


publisher

Protected Readonly publisher: Publisher<DisplayPaneControlEvents<WaypointInfoPaneViewEventTypes>>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:52


resetMapRange

Protected resetMapRange: boolean = false

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:103


rootCssClass

Protected Readonly rootCssClass: SetSubject<string>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:50


selectedFacility

Protected Readonly selectedFacility: Subject<null | SearchTypeMap[T]>

The facility associated with the selected waypoint.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:65


selectedFacilityPipe

Protected Optional selectedFacilityPipe: Subscription

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:66


selectedWaypoint

Protected Readonly selectedWaypoint: Subject<null | WaypointSelectTypeMap[T]>

The selected waypoint, or null if there is no selected waypoint.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:60


selectedWaypointInfo

Protected Readonly selectedWaypointInfo: WaypointInfoStore

An information store for the selected waypoint.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:75


selectedWaypointRelativeBearing

Protected Readonly selectedWaypointRelativeBearing: MappedSubject<[NumberUnitInterface<"navangle", NavAngleUnit>, number], number>

The bearing to the selected waypoint, relative to the airplane's current heading, in degrees, or NaN if there is no selected waypoint or position/heading data is invalid.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:81


showOnMap

Protected Readonly showOnMap: Subject<boolean>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:88


showOnMapData

Protected Readonly showOnMapData: Subject<Omit<WaypointInfoPaneSelectionData, "resetRange">>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:89


showOnMapSub

Protected Optional showOnMapSub: Subscription

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:110


sidebarState

Readonly sidebarState: SidebarStateReadonly

The GTC sidebar state (labels and buttons) requested by this view.

Inherited from

GtcView.sidebarState

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:30


title

Readonly title: Subscribable<undefined | string>

This view's title.

Inherited from

GtcView.title

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:34


unitsSettingManager

Protected Readonly unitsSettingManager: UnitsUserSettingManager<UnitsUserSettingTypes>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:105


waypointSelectType

Protected Readonly Abstract waypointSelectType: T

The type of waypoint displayed by this page.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:45


NULL_IDENT

Static Protected Readonly NULL_IDENT: Object

Type declaration

NameType
1string
2string
3string
4string
6string
8string

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:35

Methods

destroy

destroy(): void

Destroys this component.

Returns

void

Overrides

GtcView.destroy

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:285


getContext

getContext(context): never

Gets a context data subscription from the context collection.

Parameters

NameTypeDescription
contextneverThe context to get the subscription for.

Returns

never

The requested context.

Throws

An error if no data for the specified context type could be found.

Inherited from

GtcView.getContext

Defined in

sdk/components/FSComponent.ts:106


getCssClass

getCssClass(): string

Gets the CSS class for this page's root element.

Returns

string

The CSS class for this page's root element.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:256


initSelection

initSelection(facility?): Promise<void>

Initializes this page's waypoint selection.

Parameters

NameTypeDescription
facility?string | SearchTypeMap[T]The facility to select, or its ICAO.

Returns

Promise<void>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:188


onAfterRender

onAfterRender(): void

A callback that is called after the component is rendered.

Returns

void

Overrides

GtcView.onAfterRender

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:139


onBeforeRender

onBeforeRender(): void

A callback that is called before the component is rendered.

Returns

void

Inherited from

GtcView.onBeforeRender

Defined in

sdk/components/FSComponent.ts:80


onClose

onClose(): void

The Close lifecycle method

Returns

void

Overrides

GtcView.onClose

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:196


onGtcInteractionEvent

onGtcInteractionEvent(event): boolean

Called when there is an interaction event when this is the active view.

Parameters

NameTypeDescription
eventGtcInteractionEventThe event.

Returns

boolean

Whether the event was handled or not.

Inherited from

GtcView.onGtcInteractionEvent

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:65


onOpen

onOpen(): void

The Open lifecycle method

Returns

void

Overrides

GtcView.onOpen

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:191


onPause

onPause(): void

The Pause lifecycle method

Returns

void

Overrides

GtcView.onPause

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:208


onResume

onResume(): void

The Resume lifecycle method

Returns

void

Overrides

GtcView.onResume

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:202


render

render(): VNode

Renders the component.

Returns

VNode

A JSX element to be rendered.

Overrides

GtcView.render

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:226


renderContent

renderContent(): VNode

Renders this page's main content.

Returns

VNode

This page's main content, as a VNode.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:262


renderOptionsPopup

renderOptionsPopup(gtcService, controlMode, displayPaneIndex?): VNode

Renders this page's options popup.

Parameters

NameTypeDescription
gtcServiceGtcServiceThe GTC service.
controlModeGtcControlModeThe control mode to which the popup belongs.
displayPaneIndex?ControllableDisplayPaneIndexThe index of the display pane associated with the popup.

Returns

VNode

This page's options popup, as a VNode.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:271


sendSelectionData

sendSelectionData(data): void

Sends waypoint selection data to the display pane controlled by this page.

Parameters

NameTypeDescription
dataWaypointInfoPaneSelectionDataThe data to send.

Returns

void

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:217