Show / Hide Table of Contents

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

Helper class not part of ARINC 424

Constructors

View Source

AirwayHelper(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 Source

AirwayIdentifier

Identifier of the airway

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

Identifier of assign to the Airway

View Source

EnrouteAirways

Collection of EnrouteAirway records that define the airway

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

Methods

View Source

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

View Source

AsGeoMapElement()

Creates a GeoMapElement type

Declaration
public GeoMapElement AsGeoMapElement()
Returns
Type Description
GeoMapElement

GeoMapElement of GeoLingString type

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited