Class AirwayHelper
Airway helper object created from ARINC 424 EnrouteAirway records
Inheritance
System.Object
AirwayHelper
Namespace: FpAssistantCore.Arinc424
Assembly: FpAssistantCoreScl.dll
Syntax
public class AirwayHelper : object
Remarks
Support class not part of ARINC 424
Constructors
View SourceAirwayHelper(String, Arinc424Data)
Constructor
Declaration
public AirwayHelper(string routeIdentifier, Arinc424Data arinc424Data)
Parameters
Type | Name | Description |
---|---|---|
System.String | routeIdentifier | Identifier for airway |
Arinc424Data | arinc424Data | ARINC 424 data structure |
Properties
View SourceAirwayIdentifier
Identifier of the airway
Declaration
public string AirwayIdentifier { get; }
Property Value
Type | Description |
---|---|
System.String | Identifier 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
View SourceAsGeography()
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 |