Class: AirwayObject
An airway.
Constructors
constructor
• new AirwayObject(name
, type
): AirwayObject
Builds a Airway
Parameters
Name | Type | Description |
---|---|---|
name | string | the name of the new airway. |
type | number | the type of the new airway. |
Returns
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
the waypoints of this airway.
Defined in
src/sdk/navigation/FacilityLoader.ts:966
• set
waypoints(waypoints
): void
Sets the waypoints of this airway.
Parameters
Name | Type | Description |
---|---|---|
waypoints | IntersectionFacility [] | is the array of waypoints. |
Returns
void
Defined in
src/sdk/navigation/FacilityLoader.ts:974