Skip to main content

Interface: OneWayRunway

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

Describes a selected one way runway.

Properties

closed?

readonly optional closed: boolean

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

Whether this runway is closed. This field is optional for backwards compatibility reasons - its absence should be treated as the closed state being unknown.


course

readonly course: number

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

The true course of this runway in degrees.


designation

readonly designation: string

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

The designation of this runway.


direction

readonly direction: number

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

The runway number of this runway (as the numerical value of the one way designation).


elevation

readonly elevation: number

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

The elevation of this runway, at the displaced threshold, in meters.


elevationEnd

readonly elevationEnd: number

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

The elevation of this runway, at the opposite displaced threshold, in meters.


endThresholdLength

readonly endThresholdLength: number

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

The distance, in meters, between the end of this runway and the displaced threshold on that end.


gradient

readonly gradient: number

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

The gradient of this runway, in percent. Positive values indicate an upward slope from the start to the end.


ilsFrequency?

readonly optional ilsFrequency: FacilityILSFrequency

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

The ILS frequency for this runway.


latitude

readonly latitude: number

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

The latitude of the threshold of this runway.


length

readonly length: number

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

The total length of this runway, including displaced thresholds, in meters.


lighting

readonly lighting: RunwayLightingType

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

The lighting available for this runway.


longitude

readonly longitude: number

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

The longitude of the threshold of this runway.


parentRunwayIndex

readonly parentRunwayIndex: number

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

The index of this runway's parent AirportRunway object in the airport facility.


runwayDesignator

readonly runwayDesignator: RunwayDesignator

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

The runwayDesignator of this runway.


startThresholdLength

readonly startThresholdLength: number

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

The distance, in meters, between the start of this runway and the displaced threshold on that end.


surface

readonly surface: RunwaySurfaceType

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

The surface type of this runway.


width

readonly width: number

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

The width of this runway in meters.