Skip to main content

Interface: ChartApproachProcedureIdentifier

Defined in: src/sdk/charts/ChartTypes.ts:67

An approach chart procedure identifier.

Extends

Properties

approachIdentifier

readonly approachIdentifier: object

Defined in: src/sdk/charts/ChartTypes.ts:75

__Type

readonly __Type: "JS_ApproachIdentifier"

Coherent C++ object binding type.

runway

readonly runway: object

The approach's associated runway.

runway.__Type

readonly __Type: "JS_RunwayIdentifier"

Coherent C++ object binding type.

runway.designator

readonly designator: string

The designator of the runway.

runway.number

readonly number: string

The number of the runway.

suffix

readonly suffix: string

The suffix of the approach.

type

readonly type: string

The type name of the approach.

Inherit Doc


enrouteTransition

readonly enrouteTransition: null | string

Defined in: src/sdk/charts/ChartTypes.ts:44

The enroute transition (or approach transition) identifier, if applicable.

Inherited from

BaseChartProcedureIdentifier.enrouteTransition


ident

readonly ident: ""

Defined in: src/sdk/charts/ChartTypes.ts:72

The empty string.


runways

readonly runways: readonly Readonly<RunwayIdentifier>[]

Defined in: src/sdk/charts/ChartTypes.ts:47

The runways to which the procedure applies.

Inherited from

BaseChartProcedureIdentifier.runways


type

readonly type: Approach

Defined in: src/sdk/charts/ChartTypes.ts:69

The type of procedure.

Overrides

BaseChartProcedureIdentifier.type