Table of Contents

Class Arc

Namespace
Arinc424.Airspace.Terms
Assembly
Arinc424.dll

Circular arc that may be used by BoundaryPoint.

public class Arc
Inheritance
Arc

Constructors

Arc(Coordinates, float?, float?)

Circular arc that may be used by BoundaryPoint.

public Arc(Coordinates coordinates, float? distance, float? bearing)

Parameters

coordinates Coordinates
distance float?
bearing float?

Properties

Bearing

Arc Bearing (ARC BRG) field.

public float? Bearing { get; }

Property Value

float?

Degrees and tenths of degree.

Remarks

See section 5.120.

Coordinates

public Coordinates Coordinates { get; }

Property Value

Coordinates

Distance

Arc Distance (ARC DIST) field.

public float? Distance { get; }

Property Value

float?

Nautical miles and tents of mile.

Remarks

See section 5.119.