Skip to main content

Class: AirwayObject

An airway.

Constructors

constructor

new AirwayObject(name, type): AirwayObject

Builds a Airway

Parameters

NameTypeDescription
namestringthe name of the new airway.
typenumberthe type of the new airway.

Returns

AirwayObject

Defined in

src/sdk/navigation/FacilityLoader.ts:941

Accessors

name

get name(): string

Gets the name of the airway

Returns

string

the airway name

Defined in

src/sdk/navigation/FacilityLoader.ts:950


type

get type(): number

Gets the type of the airway

Returns

number

the airway type

Defined in

src/sdk/navigation/FacilityLoader.ts:958


waypoints

get waypoints(): IntersectionFacility[]

Gets the waypoints of this airway.

Returns

IntersectionFacility[]

the waypoints of this airway.

Defined in

src/sdk/navigation/FacilityLoader.ts:966

set waypoints(waypoints): void

Sets the waypoints of this airway.

Parameters

NameTypeDescription
waypointsIntersectionFacility[]is the array of waypoints.

Returns

void

Defined in

src/sdk/navigation/FacilityLoader.ts:974