Interface: OneWayRunway
Defined in: src/sdk/navigation/Facilities.ts:1230
Describes a selected one way runway.
Properties
course
readonly
course:number
Defined in: src/sdk/navigation/Facilities.ts:1259
The true course of this runway in degrees.
designation
readonly
designation:string
Defined in: src/sdk/navigation/Facilities.ts:1241
The designation of this runway.
direction
readonly
direction:number
Defined in: src/sdk/navigation/Facilities.ts:1235
The runway number of this runway (as the numerical value of the one way designation).
elevation
readonly
elevation:number
Defined in: src/sdk/navigation/Facilities.ts:1250
The elevation of this runway, at the displaced threshold, in meters.
elevationEnd
readonly
elevationEnd:number
Defined in: src/sdk/navigation/Facilities.ts:1253
The elevation of this runway, at the opposite displaced threshold, in meters.
endThresholdLength
readonly
endThresholdLength:number
Defined in: src/sdk/navigation/Facilities.ts:1274
The distance, in meters, between the end of this runway and the displaced threshold on that end.
gradient
readonly
gradient:number
Defined in: src/sdk/navigation/Facilities.ts:1256
The gradient of this runway, in percent. Positive values indicate an upward slope from the start to the end.
ilsFrequency?
readonly
optional
ilsFrequency:FacilityILSFrequency
Defined in: src/sdk/navigation/Facilities.ts:1262
The ILS frequency for this runway.
latitude
readonly
latitude:number
Defined in: src/sdk/navigation/Facilities.ts:1244
The latitude of the threshold of this runway.
length
readonly
length:number
Defined in: src/sdk/navigation/Facilities.ts:1265
The total length of this runway, including displaced thresholds, in meters.
lighting
readonly
lighting:RunwayLightingType
Defined in: src/sdk/navigation/Facilities.ts:1280
The lighting available for this runway.
longitude
readonly
longitude:number
Defined in: src/sdk/navigation/Facilities.ts:1247
The longitude of the threshold of this runway.
parentRunwayIndex
readonly
parentRunwayIndex:number
Defined in: src/sdk/navigation/Facilities.ts:1232
The index of this runway's parent AirportRunway object in the airport facility.
runwayDesignator
readonly
runwayDesignator:RunwayDesignator
Defined in: src/sdk/navigation/Facilities.ts:1238
The runwayDesignator of this runway.
startThresholdLength
readonly
startThresholdLength:number
Defined in: src/sdk/navigation/Facilities.ts:1271
The distance, in meters, between the start of this runway and the displaced threshold on that end.
surface
readonly
surface:RunwaySurfaceType
Defined in: src/sdk/navigation/Facilities.ts:1277
The surface type of this runway.
width
readonly
width:number
Defined in: src/sdk/navigation/Facilities.ts:1268
The width of this runway in meters.