Interface: OneWayRunway
Defined in: src/sdk/navigation/Facilities.ts:809
Describes a selected one way runway.
Properties
course
readonlycourse:number
Defined in: src/sdk/navigation/Facilities.ts:838
The true course of this runway in degrees.
designation
readonlydesignation:string
Defined in: src/sdk/navigation/Facilities.ts:820
The designation of this runway.
direction
readonlydirection:number
Defined in: src/sdk/navigation/Facilities.ts:814
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:829
The elevation of this runway, at the displaced threshold, in meters.
elevationEnd
readonlyelevationEnd:number
Defined in: src/sdk/navigation/Facilities.ts:832
The elevation of this runway, at the opposite displaced threshold, in meters.
endThresholdLength
readonlyendThresholdLength:number
Defined in: src/sdk/navigation/Facilities.ts:853
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:835
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:841
The ILS frequency for this runway.
latitude
readonlylatitude:number
Defined in: src/sdk/navigation/Facilities.ts:823
The latitude of the threshold of this runway.
length
readonlylength:number
Defined in: src/sdk/navigation/Facilities.ts:844
The total length of this runway, including displaced thresholds, in meters.
lighting
readonlylighting:RunwayLightingType
Defined in: src/sdk/navigation/Facilities.ts:859
The lighting available for this runway.
longitude
readonlylongitude:number
Defined in: src/sdk/navigation/Facilities.ts:826
The longitude of the threshold of this runway.
parentRunwayIndex
readonlyparentRunwayIndex:number
Defined in: src/sdk/navigation/Facilities.ts:811
The index of this runway's parent AirportRunway object in the airport facility.
runwayDesignator
readonlyrunwayDesignator:RunwayDesignator
Defined in: src/sdk/navigation/Facilities.ts:817
The runwayDesignator of this runway.
startThresholdLength
readonlystartThresholdLength:number
Defined in: src/sdk/navigation/Facilities.ts:850
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:856
The surface type of this runway.
width
readonlywidth:number
Defined in: src/sdk/navigation/Facilities.ts:847
The width of this runway in meters.