Skip to main content

Interface: FacilityHoldingPattern

Defined in: src/sdk/navigation/Facilities.ts:596

A holding pattern definition.

Properties

icaoStruct

readonly icaoStruct: IcaoValue

Defined in: src/sdk/navigation/Facilities.ts:598

The holding fix ICAO.


inboundCourse

readonly inboundCourse: number

Defined in: src/sdk/navigation/Facilities.ts:601

Course for the inbound leg of the holding pattern, in degrees. Can be magnetic or true.


legLength

readonly legLength: number

Defined in: src/sdk/navigation/Facilities.ts:604

The holding leg length, in metres, or 0 if the hold is time-based.


legTime

readonly legTime: number

Defined in: src/sdk/navigation/Facilities.ts:607

The holding leg length, in minutes, or 0 if the hold is distance-based.


maxAltitude

readonly maxAltitude: number

Defined in: src/sdk/navigation/Facilities.ts:610

Maximum altitude in the hold, in metres, or 0 if none.


minAltitude

readonly minAltitude: number

Defined in: src/sdk/navigation/Facilities.ts:613

Minimum altitude in the hold, in metres, or 0 if none.


name

readonly name: string

Defined in: src/sdk/navigation/Facilities.ts:616

Friendly name of the holding pattern.


radius

readonly radius: number

Defined in: src/sdk/navigation/Facilities.ts:619

The required arc radius in the hold, in metres, or 0 if none.


rnp

readonly rnp: number

Defined in: src/sdk/navigation/Facilities.ts:622

The required navigation performance in the hold, in metres, or 0 if none.


speed

readonly speed: number

Defined in: src/sdk/navigation/Facilities.ts:625

Maximum speed in the hold, in knots, or 0 if none.


turnRight

readonly turnRight: boolean

Defined in: src/sdk/navigation/Facilities.ts:628

Whether the hold is right-turn (true), or left-turn (false).