Skip to main content

Class: G3XMapAirspaceRendering

Utility class containing functions defining the rendering behavior of airspaces for G3X Touch maps.

Constructors

constructor

new G3XMapAirspaceRendering(): G3XMapAirspaceRendering

Returns

G3XMapAirspaceRendering

Methods

renderOrder

renderOrder(): number

Determines the rendering order of airspaces for G3X Touch maps.

Returns

number

The relative rendering order of two airspaces for G3X Touch maps.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/G3XMapAirspaceRendering.ts:145


selectRenderer

selectRenderer(gduFormat, airspace): MapAirspaceRenderer

Selects airspace renderers for G3X Touch maps.

Parameters

NameTypeDescription
gduFormatGduFormatThe format of the map's parent GDU.
airspaceLodBoundaryThe airspace to render.

Returns

MapAirspaceRenderer

The renderer to use to render the specified airspace.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/G3XMapAirspaceRendering.ts:155