Interface: FacilityHoldingPattern
Defined in: src/sdk/navigation/Facilities.ts:606
A holding pattern definition.
Properties
icaoStruct
readonlyicaoStruct:IcaoValue
Defined in: src/sdk/navigation/Facilities.ts:608
The holding fix ICAO.
inboundCourse
readonlyinboundCourse: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
readonlylegLength:number
Defined in: src/sdk/navigation/Facilities.ts:614
The holding leg length, in metres, or 0 if the hold is time-based.
legTime
readonlylegTime:number
Defined in: src/sdk/navigation/Facilities.ts:617
The holding leg length, in minutes, or 0 if the hold is distance-based.
maxAltitude
readonlymaxAltitude:number
Defined in: src/sdk/navigation/Facilities.ts:620
Maximum altitude in the hold, in metres, or 0 if none.
minAltitude
readonlyminAltitude:number
Defined in: src/sdk/navigation/Facilities.ts:623
Minimum altitude in the hold, in metres, or 0 if none.
name
readonlyname:string
Defined in: src/sdk/navigation/Facilities.ts:626
Friendly name of the holding pattern.
radius
readonlyradius:number
Defined in: src/sdk/navigation/Facilities.ts:629
The required arc radius in the hold, in metres, or 0 if none.
rnp
readonlyrnp:number
Defined in: src/sdk/navigation/Facilities.ts:632
The required navigation performance in the hold, in metres, or 0 if none.
speed
readonlyspeed:number
Defined in: src/sdk/navigation/Facilities.ts:635
Maximum speed in the hold, in knots, or 0 if none.
turnRight
readonlyturnRight:boolean
Defined in: src/sdk/navigation/Facilities.ts:638
Whether the hold is right-turn (true), or left-turn (false).