Table of Contents

Class LandingSystem

Namespace
Arinc424.Navigation
Assembly
Arinc424.dll
public abstract class LandingSystem : Fix, IIdentity, IIcao
Inheritance
LandingSystem
Implements
Derived
Inherited Members

Properties

Airport

public Airport Airport { get; set; }

Property Value

Airport

Bearing

Localizer Bearing (LOC BRG) and MLS Azimuth Bearing (MLS AZ BRG) field.

public Course Bearing { get; set; }

Property Value

Course

Degrees and tenths of a degree.

Remarks

See section 5.47 and 5.167.

Elevation

Component Elevation field.

public int Elevation { get; set; }

Property Value

int

Remarks

See section 5.74.

IcaoCode

ICAO Code (ICAO CODE) field.

public string IcaoCode { get; set; }

Property Value

string

Remarks

See section 5.14.

Runway

public Runway Runway { get; set; }

Property Value

Runway

Type

ILS/MLS/GLS Category (CAT) character.

public LandingSystemType Type { get; set; }

Property Value

LandingSystemType

Remarks

See section 5.80.