Interface: OneWayRunway
Defined in: src/sdk/navigation/Facilities.ts:1252
Describes a selected one way runway.
Properties
closed?
readonlyoptionalclosed:boolean
Defined in: src/sdk/navigation/Facilities.ts:1308
Whether this runway is closed. This field is optional for backwards compatibility reasons - its absence should be treated as the closed state being unknown.
course
readonlycourse:number
Defined in: src/sdk/navigation/Facilities.ts:1281
The true course of this runway in degrees.
designation
readonlydesignation:string
Defined in: src/sdk/navigation/Facilities.ts:1263
The designation of this runway.
direction
readonlydirection:number
Defined in: src/sdk/navigation/Facilities.ts:1257
The runway number of this runway (as the numerical value of the one way designation).
elevation
readonlyelevation:number
Defined in: src/sdk/navigation/Facilities.ts:1272
The elevation of this runway, at the displaced threshold, in meters.
elevationEnd
readonlyelevationEnd:number
Defined in: src/sdk/navigation/Facilities.ts:1275
The elevation of this runway, at the opposite displaced threshold, in meters.
endThresholdLength
readonlyendThresholdLength:number
Defined in: src/sdk/navigation/Facilities.ts:1296
The distance, in meters, between the end of this runway and the displaced threshold on that end.
gradient
readonlygradient:number
Defined in: src/sdk/navigation/Facilities.ts:1278
The gradient of this runway, in percent. Positive values indicate an upward slope from the start to the end.
ilsFrequency?
readonlyoptionalilsFrequency:FacilityILSFrequency
Defined in: src/sdk/navigation/Facilities.ts:1284
The ILS frequency for this runway.
latitude
readonlylatitude:number
Defined in: src/sdk/navigation/Facilities.ts:1266
The latitude of the threshold of this runway.
length
readonlylength:number
Defined in: src/sdk/navigation/Facilities.ts:1287
The total length of this runway, including displaced thresholds, in meters.
lighting
readonlylighting:RunwayLightingType
Defined in: src/sdk/navigation/Facilities.ts:1302
The lighting available for this runway.
longitude
readonlylongitude:number
Defined in: src/sdk/navigation/Facilities.ts:1269
The longitude of the threshold of this runway.
parentRunwayIndex
readonlyparentRunwayIndex:number
Defined in: src/sdk/navigation/Facilities.ts:1254
The index of this runway's parent AirportRunway object in the airport facility.
runwayDesignator
readonlyrunwayDesignator:RunwayDesignator
Defined in: src/sdk/navigation/Facilities.ts:1260
The runwayDesignator of this runway.
startThresholdLength
readonlystartThresholdLength:number
Defined in: src/sdk/navigation/Facilities.ts:1293
The distance, in meters, between the start of this runway and the displaced threshold on that end.
surface
readonlysurface:RunwaySurfaceType
Defined in: src/sdk/navigation/Facilities.ts:1299
The surface type of this runway.
width
readonlywidth:number
Defined in: src/sdk/navigation/Facilities.ts:1290
The width of this runway in meters.