Table of Contents

Class InstrumentLanding

Namespace
Arinc424.Navigation
Assembly
Arinc424.dll

Airport and Heliport Localizer and Glide Slope primary record.

public class InstrumentLanding : LandingSystem, IIdentity, IIcao
Inheritance
InstrumentLanding
Implements
Inherited Members

Remarks

See section 4.1.11.1.

Properties

Declination

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

Property Value

string

Frequency

Localizer Frequency (FREQ) field.

public int Frequency { get; set; }

Property Value

int

Kilohertz.

Remarks

See section 5.45.

GlideSlopeCoordinates

public Coordinates GlideSlopeCoordinates { get; set; }

Property Value

Coordinates

GlideSlopePosition

Glide Slope Position (GS FR RW THRES) field.

public int GlideSlopePosition { get; set; }

Property Value

int

Feet.

Remarks

See section 5.50.

Position

Localizer Position (LOC FR RW END) field.

public int Position { get; set; }

Property Value

int

Feet.

Remarks

See section 5.48.

PositionReference

[Obsolete("todo - combine with position")]
public char PositionReference { get; set; }

Property Value

char

SlopeAngle

Glide Slope Angle (GS ANGLE) field.

public float SlopeAngle { get; set; }

Property Value

float

Degrees and hundredths of degree.

Remarks

See section 5.52.

SupportingFacility

public Fix? SupportingFacility { get; set; }

Property Value

Fix

ThresholdHeight

Threshold Crossing Height (TCH) field.

public int ThresholdHeight { get; set; }

Property Value

int

Feet.

Remarks

See section 5.67.

Width

Localizer Width (LOC WIDTH) field.

public float Width { get; set; }

Property Value

float

Degrees and hundredths of degree.

Remarks

See section 5.51.