Table of Contents

Class PathPoint

Namespace
Arinc424.Ports
Assembly
Arinc424.dll
public abstract class PathPoint : Fix, IIdentity
Inheritance
PathPoint
Implements
Derived
Inherited Members

Properties

AlignmentCoordinates

Flight Path Alignment coordinates.

public Coordinates AlignmentCoordinates { get; set; }

Property Value

Coordinates

Approach

public Approach Approach { get; set; }

Property Value

Approach

ApproachPerformance

Approach Performance Designator (APD) character.

public ApproachPerformance ApproachPerformance { get; set; }

Property Value

ApproachPerformance

Remarks

See section 5.258.

AsRunway

[Obsolete("todo")]
public string AsRunway { get; set; }

Property Value

string

CourseWidth

Course Width At Threshold (CRS WDTH) field.

public float CourseWidth { get; set; }

Property Value

float

Remarks

See section 5.228.

EllipsoidalHeight

Ellipsoidal Height field.

public float EllipsoidalHeight { get; set; }

Property Value

float

Meters and tenths of meter.

Remarks

See section 5.225.

GlideAngle

Glide Path Angle (GPA) field.

public float GlideAngle { get; set; }

Property Value

float

Remarks

See section 5.226.

LengthOffset

Length Offset (OFFSET) field.

public int LengthOffset { get; set; }

Property Value

int

Remarks

See section 5.259.

PathSelector

Reference Path Data Selector (REF PDS) field.

public int PathSelector { get; set; }

Property Value

int

Remarks

See section 5.256.

Port

public Port Port { get; set; }

Property Value

Port

Remainder

Final Approach Segment Data CRC Remainder (FAS CRC) field.

[Obsolete("need to convert?")]
public string Remainder { get; set; }

Property Value

string

Remarks

See section 5.229.

RouteIndicator

Route Indicator (RTE IND) character.

public char RouteIndicator { get; set; }

Property Value

char

Remarks

See section 5.224.

ThresholdHeight

Path Point TCH and TCH Units Indicator fields.

public ThresholdHeight ThresholdHeight { get; set; }

Property Value

ThresholdHeight

Remarks

See section 5.265 and 5.266.