Skip to main content

Interface: AirportRunway

Defined in: src/sdk/navigation/Facilities.ts:88

A runway on airport facility data.

Properties

designation

readonly designation: string

Defined in: src/sdk/navigation/Facilities.ts:103

The runway designation.


designatorCharPrimary

readonly designatorCharPrimary: RunwayDesignator

Defined in: src/sdk/navigation/Facilities.ts:118

The primary runway designator character.


designatorCharSecondary

readonly designatorCharSecondary: RunwayDesignator

Defined in: src/sdk/navigation/Facilities.ts:121

The secondary runway designator character.


direction

readonly direction: number

Defined in: src/sdk/navigation/Facilities.ts:100

The true heading of the runway, in degrees.


elevation

readonly elevation: number

Defined in: src/sdk/navigation/Facilities.ts:97

The runway elevation in meters.


latitude

readonly latitude: number

Defined in: src/sdk/navigation/Facilities.ts:91

The latitude of the runway center.


length

readonly length: number

Defined in: src/sdk/navigation/Facilities.ts:106

The length of the runway in meters.


lighting

readonly lighting: RunwayLightingType

Defined in: src/sdk/navigation/Facilities.ts:115

The runway lighting type.


longitude

readonly longitude: number

Defined in: src/sdk/navigation/Facilities.ts:94

The longitude of the runway center.


primaryElevation

readonly primaryElevation: number

Defined in: src/sdk/navigation/Facilities.ts:130

The primary elevation for the runway in meters.


primaryILSFrequency

readonly primaryILSFrequency: FacilityILSFrequency

Defined in: src/sdk/navigation/Facilities.ts:124

The primary ILS frequency for the runway.


primaryThresholdLength

readonly primaryThresholdLength: number

Defined in: src/sdk/navigation/Facilities.ts:133

The primary displaced threshold distance from the start of the runway in meters.


secondaryElevation

readonly secondaryElevation: number

Defined in: src/sdk/navigation/Facilities.ts:136

The primary elevation for the runway in meters.


secondaryILSFrequency

readonly secondaryILSFrequency: FacilityILSFrequency

Defined in: src/sdk/navigation/Facilities.ts:127

The secondary ILS frequency for the runway.


secondaryThresholdLength

readonly secondaryThresholdLength: number

Defined in: src/sdk/navigation/Facilities.ts:139

The primary displaced threshold distance from the start of the runway in meters.


surface

readonly surface: RunwaySurfaceType

Defined in: src/sdk/navigation/Facilities.ts:112

The runway surface type.


width

readonly width: number

Defined in: src/sdk/navigation/Facilities.ts:109

The width of the runway in meters.