Skip to main content

Interface: AirportRunway

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

A runway on airport facility data.

Properties

designation

readonly designation: string

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

The runway designation.


designatorCharPrimary

readonly designatorCharPrimary: RunwayDesignator

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

The primary runway designator character.


designatorCharSecondary

readonly designatorCharSecondary: RunwayDesignator

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

The secondary runway designator character.


direction

readonly direction: number

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

The true heading of the runway, in degrees.


elevation

readonly elevation: number

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

The runway elevation in meters.


latitude

readonly latitude: number

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

The latitude of the runway center.


length

readonly length: number

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

The length of the runway in meters.


lighting

readonly lighting: RunwayLightingType

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

The runway lighting type.


longitude

readonly longitude: number

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

The longitude of the runway center.


primaryBlastpadLength

readonly primaryBlastpadLength: number

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

The primary blastpad distance beyond the overrun and end of the runway, in metres. This is not included in the AirportRunway.length.


primaryElevation

readonly primaryElevation: number

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

The primary threshold elevation for the runway in meters.


primaryILSFrequency

readonly primaryILSFrequency: FacilityILSFrequency

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

The primary ILS frequency for the runway.


primaryOverrunLength

readonly primaryOverrunLength: number

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

The primary overrun distance beyond the end of the runway, in metres. This is not included in the AirportRunway.length.


primaryThresholdLength

readonly primaryThresholdLength: number

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

The primary displaced threshold distance from the start of the runway in meters. This is included in the AirportRunway.length.


secondaryBlastpadLength

readonly secondaryBlastpadLength: number

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

The secondary blastpad distance beyond the overrun and end of the runway, in metres. This is not included in the AirportRunway.length.


secondaryElevation

readonly secondaryElevation: number

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

The secondary threshold elevation for the runway in meters.


secondaryILSFrequency

readonly secondaryILSFrequency: FacilityILSFrequency

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

The secondary ILS frequency for the runway.


secondaryOverrunLength

readonly secondaryOverrunLength: number

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

The secondary overrun distance beyond the end of the runway, in metres. This is not included in the AirportRunway.length.


secondaryThresholdLength

readonly secondaryThresholdLength: number

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

The secondary displaced threshold distance from the start of the runway in meters. This is included in the AirportRunway.length.


surface

readonly surface: RunwaySurfaceType

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

The runway surface type.


width

readonly width: number

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

The width of the runway in meters.