Table of Contents

Class Tactical

Namespace
Arinc424.Navigation
Assembly
Arinc424.dll

TACAN-Only NAVAID primary record.

public class Tactical : Navaid, IIcao, IIdentity, INamed
Inheritance
Tactical
Implements
Inherited Members

Remarks

See section 4.1.32.1.

Properties

Airport

public Airport Airport { get; set; }

Property Value

Airport

Collocation

Fifth character of NAVAID Class (CLASS) field, specific to Omnidirectional.

public OmnidirectCollocation Collocation { get; set; }

Property Value

OmnidirectCollocation

Remarks

See section 5.35.

Coverage

Third character of NAVAID Class (CLASS) field, specific to Omnidirectional.

public OmnidirectCoverage Coverage { get; set; }

Property Value

OmnidirectCoverage

Remarks

See section 5.35.

Declination

Station Declination (STN DEC) field.

public Declination Declination { get; set; }

Property Value

Declination

Deegres and tenths of degree.

Remarks

See section 5.66.

Elevation

DME Elevation (DME ELEV) field.

public int Elevation { get; set; }

Property Value

int

Remarks

See section 5.40.

Info

Fourth character of NAVAID Class (CLASS) field, specific to Omnidirectional.

public OmnidirectInfo Info { get; set; }

Property Value

OmnidirectInfo

Remarks

See section 5.35.

ProtectionDistance

Frequency Protection Distance (FREQ PRD) field.

public int ProtectionDistance { get; set; }

Property Value

int

Nautical miles.

Remarks

See section 5.150.

Range

Navaid Usable Range character.

public UsableRange Range { get; set; }

Property Value

UsableRange

Remarks

See section 5.149.

TacanIdentifier

DME Identifier (DME IDENT) field.

public string TacanIdentifier { get; set; }

Property Value

string

Remarks

See section 5.38.

Type

First two characters of NAVAID Class (CLASS) field, specific to Omnidirectional.

public OmnidirectType Type { get; set; }

Property Value

OmnidirectType

Remarks

See section 5.35.