Show / Hide Table of Contents

Class AirportRunway

Airport Records (PA)

Inheritance
System.Object
BaseRecord
AirportRunway
Implements
IBaseRecord
Inherited Members
BaseRecord.Record
BaseRecord.Id
BaseRecord.Type
BaseRecord.UpdateRecord(String)
BaseRecord.UpdateField(Int32, String)
BaseRecord.GeoFenceWithin(GeoCoordinateBasic, LinearDistance)
BaseRecord.IsContinuationRecord()
BaseRecord.GetFieldContents(List<FieldStructure>, String)
BaseRecord.UpdateThisProperty(String, String, List<FieldStructure>)
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class AirportRunway : BaseRecord, IBaseRecord

Constructors

AirportRunway(String)

Constructor for class AirportRunway

Declaration
public AirportRunway(string record)
Parameters
Type Name Description
System.String record

ARINC424 record read from navigation database file

Fields

Fields

List of ARINC 424 Fields with column details within the record ASCII format

Declaration
public static List<FieldStructure> Fields
Field Value
Type Description
List<FieldStructure>

SectionCode

Contains “P”

Declaration
public const string SectionCode = null
Field Value
Type Description
System.String

SubsectionCode

Contains “G”

Declaration
public const string SubsectionCode = null
Field Value
Type Description
System.String

Properties

AirportICAOIdentifier

Airport ICAO Identifier

Declaration
public string AirportICAOIdentifier { get; }
Property Value
Type Description
System.String

ContinuationRecordNo

Continuation Record No

Declaration
public string ContinuationRecordNo { get; }
Property Value
Type Description
System.String

CustomerAreaCode

Categorization of standard records by geographical area and of tailored records

Declaration
public string CustomerAreaCode { get; }
Property Value
Type Description
System.String

CycleDate

Cycle Date

Declaration
public string CycleDate { get; }
Property Value
Type Description
System.String

DisplacedThreasholdDistance

Displaced Threashold Distance

Declaration
public string DisplacedThreasholdDistance { get; }
Property Value
Type Description
System.String

FileRecordNumber

File Record Numbe r

Declaration
public string FileRecordNumber { get; }
Property Value
Type Description
System.String

ICAOCode11

ICAO Code Column 11

Declaration
public string ICAOCode11 { get; }
Property Value
Type Description
System.String

LandingThreasholdElevation

Landing Threashold Elevation

Declaration
public string LandingThreasholdElevation { get; }
Property Value
Type Description
System.String

LocalizerMLSGLSCategoryClass

Localizer/MLS/GLS Category Class

Declaration
public string LocalizerMLSGLSCategoryClass { get; }
Property Value
Type Description
System.String

LocalizerMLSGLSRefPathIdentifier

Localizer/MLS/GLS Ref Path Identifier

Declaration
public string LocalizerMLSGLSRefPathIdentifier { get; }
Property Value
Type Description
System.String

LTPEllipsoidHeight

(LTP) Ellipsoid Height

Declaration
public string LTPEllipsoidHeight { get; }
Property Value
Type Description
System.String

RunwayDescription

Runway Description

Declaration
public string RunwayDescription { get; }
Property Value
Type Description
System.String

RunwayGradient

Runway Gradient

Declaration
public string RunwayGradient { get; }
Property Value
Type Description
System.String

RunwayIdentifier

Runway Identifier

Declaration
public string RunwayIdentifier { get; }
Property Value
Type Description
System.String

RunwayLatitude

Runway Latitude coordinate

Declaration
public string RunwayLatitude { get; }
Property Value
Type Description
System.String

RunwayLength

Runway Length

Declaration
public string RunwayLength { get; }
Property Value
Type Description
System.String

RunwayLongitude

Runway Longitude coordinate

Declaration
public string RunwayLongitude { get; }
Property Value
Type Description
System.String

RunwayMagneticBearing

Runway Magnetic Bearing

Declaration
public string RunwayMagneticBearing { get; }
Property Value
Type Description
System.String

RunwayWidth

Runway Width

Declaration
public string RunwayWidth { get; }
Property Value
Type Description
System.String

SecondLocalizerMLSGLSCategoryClass

Second Localizer/MLS/GLS Category Class

Declaration
public string SecondLocalizerMLSGLSCategoryClass { get; }
Property Value
Type Description
System.String

SecondLocalizerMLSGLSRefPathIdentifier

Second Localizer/MLS/GLS Ref Path Identifier

Declaration
public string SecondLocalizerMLSGLSRefPathIdentifier { get; }
Property Value
Type Description
System.String

Stopway

Stopway

Declaration
public string Stopway { get; }
Property Value
Type Description
System.String

TCHValueIndicator

TCH Value Indicator

Declaration
public string TCHValueIndicator { get; }
Property Value
Type Description
System.String

ThreasholdCrossingHeight

Threashold Crossing Height

Declaration
public string ThreasholdCrossingHeight { get; }
Property Value
Type Description
System.String

Implements

IBaseRecord
In This Article
Back to top Copyright 2018-2023 CADology Limited