Show / Hide Table of Contents

Class Airway

Airway object created from ARINC 424 EnrouteAirway records

Inheritance
System.Object
Airway
Namespace: FpAssistantCore.Arinc424
Assembly: FpAssistantCoreScl.dll
Syntax
public class Airway : object
Remarks

Support class not part of ARINC 424

Constructors

Airway(String, Arinc424Data)

Constructor

Declaration
public Airway(string routeIdentifier, Arinc424Data arinc424Data)
Parameters
Type Name Description
System.String routeIdentifier

Indentifier for airway

Arinc424Data arinc424Data

ARINC 424 data structure

Properties

AirwayIdentifier

Identifier of the airway

Declaration
public string AirwayIdentifier { get; }
Property Value
Type Description
System.String

Indentifier of assign to the Airway

EnrouteAirways

Collection of EnrouteAirway records that define the airway

Declaration
public List<EnrouteAirway> EnrouteAirways { get; }
Property Value
Type Description
List<EnrouteAirway>

Methods

AsGeography()

Creates a geography type MULTILINESTRING() from the list of fix points

Declaration
public string AsGeography()
Returns
Type Description
System.String

String of the geography

AsGeoMapElement()

Creates a GeoMapElement type

Declaration
public GeoMapElement AsGeoMapElement()
Returns
Type Description
GeoMapElement
In This Article
Back to top Copyright 2018-2023 CADology Limited