Class AirportRunway
Airport Records (PA)
Implements
Inherited Members
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class AirportRunway : BaseRecord, IBaseRecord
Constructors
View SourceAirportRunway(string)
Constructor for class AirportRunway
Declaration
public AirportRunway(string record)
Parameters
Type | Name | Description |
---|---|---|
string | record | ARINC424 record read from navigation database file |
Fields
View SourceFields
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 = "P"
Field Value
Type | Description |
---|---|
string |
SubsectionCode
Contains āGā
Declaration
public const string SubsectionCode = "G"
Field Value
Type | Description |
---|---|
string |
Properties
View SourceAirportICAOIdentifier
Airport ICAO Identifier
Declaration
public string AirportICAOIdentifier { get; }
Property Value
Type | Description |
---|---|
string |
ContinuationRecordNo
Continuation Record No
Declaration
public string ContinuationRecordNo { get; }
Property Value
Type | Description |
---|---|
string |
CustomerAreaCode
Categorization of standard records by geographical area and of tailored records
Declaration
public string CustomerAreaCode { get; }
Property Value
Type | Description |
---|---|
string |
CycleDate
Cycle Date
Declaration
public string CycleDate { get; }
Property Value
Type | Description |
---|---|
string |
DisplacedThreasholdDistance
Displaced Threashold Distance
Declaration
public string DisplacedThreasholdDistance { get; }
Property Value
Type | Description |
---|---|
string |
FileRecordNumber
File Record Numbe r
Declaration
public string FileRecordNumber { get; }
Property Value
Type | Description |
---|---|
string |
ICAOCode11
ICAO Code Column 11
Declaration
public string ICAOCode11 { get; }
Property Value
Type | Description |
---|---|
string |
LTPEllipsoidHeight
(LTP) Ellipsoid Height
Declaration
public string LTPEllipsoidHeight { get; }
Property Value
Type | Description |
---|---|
string |
LandingThreasholdElevation
Landing Threashold Elevation
Declaration
public string LandingThreasholdElevation { get; }
Property Value
Type | Description |
---|---|
string |
LocalizerMLSGLSCategoryClass
Localizer/MLS/GLS Category Class
Declaration
public string LocalizerMLSGLSCategoryClass { get; }
Property Value
Type | Description |
---|---|
string |
LocalizerMLSGLSRefPathIdentifier
Localizer/MLS/GLS Ref Path Identifier
Declaration
public string LocalizerMLSGLSRefPathIdentifier { get; }
Property Value
Type | Description |
---|---|
string |
RunwayDescription
Runway Description
Declaration
public string RunwayDescription { get; }
Property Value
Type | Description |
---|---|
string |
RunwayGradient
Runway Gradient
Declaration
public string RunwayGradient { get; }
Property Value
Type | Description |
---|---|
string |
RunwayIdentifier
Runway Identifier
Declaration
public string RunwayIdentifier { get; }
Property Value
Type | Description |
---|---|
string |
RunwayLatitude
Runway Latitude coordinate
Declaration
public string RunwayLatitude { get; }
Property Value
Type | Description |
---|---|
string |
RunwayLength
Runway Length
Declaration
public string RunwayLength { get; }
Property Value
Type | Description |
---|---|
string |
RunwayLongitude
Runway Longitude coordinate
Declaration
public string RunwayLongitude { get; }
Property Value
Type | Description |
---|---|
string |
RunwayMagneticBearing
Runway Magnetic Bearing
Declaration
public string RunwayMagneticBearing { get; }
Property Value
Type | Description |
---|---|
string |
RunwayWidth
Runway Width
Declaration
public string RunwayWidth { get; }
Property Value
Type | Description |
---|---|
string |
SecondLocalizerMLSGLSCategoryClass
Second Localizer/MLS/GLS Category Class
Declaration
public string SecondLocalizerMLSGLSCategoryClass { get; }
Property Value
Type | Description |
---|---|
string |
SecondLocalizerMLSGLSRefPathIdentifier
Second Localizer/MLS/GLS Ref Path Identifier
Declaration
public string SecondLocalizerMLSGLSRefPathIdentifier { get; }
Property Value
Type | Description |
---|---|
string |
Stopway
Stopway
Declaration
public string Stopway { get; }
Property Value
Type | Description |
---|---|
string |
TCHValueIndicator
TCH Value Indicator
Declaration
public string TCHValueIndicator { get; }
Property Value
Type | Description |
---|---|
string |
ThreasholdCrossingHeight
Threashold Crossing Height
Declaration
public string ThreasholdCrossingHeight { get; }
Property Value
Type | Description |
---|---|
string |