Skip to main content

Interface: ChartSidStarProcedureIdentifier

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

A SID/STAR chart procedure identifier.

Extends

Properties

approachIdentifier

readonly approachIdentifier: null

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

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: string

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

The procedure identifier 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: Sid | Star

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

The type of procedure.

Overrides

BaseChartProcedureIdentifier.type