Interface: OneWayRunway
Describes a selected one way runway.
Properties
course
• Readonly
course: number
The true course of this runway in degrees.
Defined in
src/sdk/navigation/Facilities.ts:826
designation
• Readonly
designation: string
The designation of this runway.
Defined in
src/sdk/navigation/Facilities.ts:808
direction
• Readonly
direction: number
The runway number of this runway (as the numerical value of the one way designation).
Defined in
src/sdk/navigation/Facilities.ts:802
elevation
• Readonly
elevation: number
The elevation of this runway, at the displaced threshold, in meters.
Defined in
src/sdk/navigation/Facilities.ts:817
elevationEnd
• Readonly
elevationEnd: number
The elevation of this runway, at the opposite displaced threshold, in meters.
Defined in
src/sdk/navigation/Facilities.ts:820
endThresholdLength
• Readonly
endThresholdLength: number
The distance, in meters, between the end of this runway and the displaced threshold on that end.
Defined in
src/sdk/navigation/Facilities.ts:841
gradient
• Readonly
gradient: number
The gradient of this runway, in percent. Positive values indicate an upward slope from the start to the end.
Defined in
src/sdk/navigation/Facilities.ts:823
ilsFrequency
• Optional
Readonly
ilsFrequency: FacilityILSFrequency
The ILS frequency for this runway.
Defined in
src/sdk/navigation/Facilities.ts:829
latitude
• Readonly
latitude: number
The latitude of the threshold of this runway.
Defined in
src/sdk/navigation/Facilities.ts:811
length
• Readonly
length: number
The total length of this runway, including displaced thresholds, in meters.
Defined in
src/sdk/navigation/Facilities.ts:832
lighting
• Readonly
lighting: RunwayLightingType
The lighting available for this runway.
Defined in
src/sdk/navigation/Facilities.ts:847
longitude
• Readonly
longitude: number
The longitude of the threshold of this runway.
Defined in
src/sdk/navigation/Facilities.ts:814
parentRunwayIndex
• Readonly
parentRunwayIndex: number
The index of this runway's parent AirportRunway object in the airport facility.
Defined in
src/sdk/navigation/Facilities.ts:799
runwayDesignator
• Readonly
runwayDesignator: RunwayDesignator
The runwayDesignator of this runway.
Defined in
src/sdk/navigation/Facilities.ts:805
startThresholdLength
• Readonly
startThresholdLength: number
The distance, in meters, between the start of this runway and the displaced threshold on that end.
Defined in
src/sdk/navigation/Facilities.ts:838
surface
• Readonly
surface: RunwaySurfaceType
The surface type of this runway.
Defined in
src/sdk/navigation/Facilities.ts:844
width
• Readonly
width: number
The width of this runway in meters.
Defined in
src/sdk/navigation/Facilities.ts:835