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