Interface: AirportRunway
A runway on airport facility data.
Properties
designation
• Readonly
designation: string
The runway designation.
Defined in
src/sdk/navigation/Facilities.ts:103
designatorCharPrimary
• Readonly
designatorCharPrimary: RunwayDesignator
The primary runway designator character.
Defined in
src/sdk/navigation/Facilities.ts:118
designatorCharSecondary
• Readonly
designatorCharSecondary: RunwayDesignator
The secondary runway designator character.
Defined in
src/sdk/navigation/Facilities.ts:121
direction
• Readonly
direction: number
The true heading of the runway, in degrees.
Defined in
src/sdk/navigation/Facilities.ts:100
elevation
• Readonly
elevation: number
The runway elevation in meters.
Defined in
src/sdk/navigation/Facilities.ts:97
latitude
• Readonly
latitude: number
The latitude of the runway center.
Defined in
src/sdk/navigation/Facilities.ts:91
length
• Readonly
length: number
The length of the runway in meters.
Defined in
src/sdk/navigation/Facilities.ts:106
lighting
• Readonly
lighting: RunwayLightingType
The runway lighting type.
Defined in
src/sdk/navigation/Facilities.ts:115
longitude
• Readonly
longitude: number
The longitude of the runway center.
Defined in
src/sdk/navigation/Facilities.ts:94
primaryElevation
• Readonly
primaryElevation: number
The primary elevation for the runway in meters.
Defined in
src/sdk/navigation/Facilities.ts:130
primaryILSFrequency
• Readonly
primaryILSFrequency: FacilityILSFrequency
The primary ILS frequency for the runway.
Defined in
src/sdk/navigation/Facilities.ts:124
primaryThresholdLength
• Readonly
primaryThresholdLength: number
The primary displaced threshold distance from the start of the runway in meters.
Defined in
src/sdk/navigation/Facilities.ts:133
secondaryElevation
• Readonly
secondaryElevation: number
The primary elevation for the runway in meters.
Defined in
src/sdk/navigation/Facilities.ts:136
secondaryILSFrequency
• Readonly
secondaryILSFrequency: FacilityILSFrequency
The secondary ILS frequency for the runway.
Defined in
src/sdk/navigation/Facilities.ts:127
secondaryThresholdLength
• Readonly
secondaryThresholdLength: number
The primary displaced threshold distance from the start of the runway in meters.
Defined in
src/sdk/navigation/Facilities.ts:139
surface
• Readonly
surface: RunwaySurfaceType
The runway surface type.
Defined in
src/sdk/navigation/Facilities.ts:112
width
• Readonly
width: number
The width of the runway in meters.
Defined in
src/sdk/navigation/Facilities.ts:109