Skip to main content

Interface: OneWayRunway

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

Describes a selected one way runway.

Properties

course

readonly course: number

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

The true course of this runway in degrees.


designation

readonly designation: string

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

The designation of this runway.


direction

readonly direction: number

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

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:829

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


elevationEnd

readonly elevationEnd: number

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

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


endThresholdLength

readonly endThresholdLength: number

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

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:835

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:841

The ILS frequency for this runway.


latitude

readonly latitude: number

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

The latitude of the threshold of this runway.


length

readonly length: number

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

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


lighting

readonly lighting: RunwayLightingType

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

The lighting available for this runway.


longitude

readonly longitude: number

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

The longitude of the threshold of this runway.


parentRunwayIndex

readonly parentRunwayIndex: number

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

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


runwayDesignator

readonly runwayDesignator: RunwayDesignator

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

The runwayDesignator of this runway.


startThresholdLength

readonly startThresholdLength: number

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

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:856

The surface type of this runway.


width

readonly width: number

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

The width of this runway in meters.