Skip to main content

Interface: FacilityHoldingPattern

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

A holding pattern definition.

Properties

icaoStruct

readonly icaoStruct: IcaoValue

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

The holding fix ICAO.


inboundCourse

readonly inboundCourse: number

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

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

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

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

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


minAltitude

readonly minAltitude: number

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

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


name

readonly name: string

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

Friendly name of the holding pattern.


radius

readonly radius: number

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

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


rnp

readonly rnp: number

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

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


speed

readonly speed: number

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

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


turnRight

readonly turnRight: boolean

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

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