Skip to main content

Enumeration: AirportClass

The class of airport facility.

Enumeration Members

AllWater

AllWater = 3

The airport has only water surface runways.

Defined in

src/sdk/navigation/Facilities.ts:453


HardSurface

HardSurface = 1

The airport has at least one hard surface runway.

Defined in

src/sdk/navigation/Facilities.ts:447


HeliportOnly

HeliportOnly = 4

The airport has no runways, but does contain helipads.

Defined in

src/sdk/navigation/Facilities.ts:456


None

None = 0

No other airport class could be identified.

Defined in

src/sdk/navigation/Facilities.ts:444


Private

Private = 5

The airport is a non-public use airport.

Defined in

src/sdk/navigation/Facilities.ts:459


SoftSurface

SoftSurface = 2

The airport has no hard surface runways.

Defined in

src/sdk/navigation/Facilities.ts:450