Show / Hide Table of Contents

Class AirportProcedureData

Airport Procedure Data Continuation Record

Inheritance
System.Object
BaseRecord
AirportProcedureData
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.PropertyNameAndValues()
BaseRecord.UpdateThisProperty(String, String, List<FieldStructure>)
BaseRecord.Humanize(String)
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class AirportProcedureData : BaseRecord, IBaseRecord
Remarks

The Airport Procedure Data Continuation Record is used to provide information on SBAS authorization levels. This Continuation Record is provided once per procedure as a Continuation to Primary Approach Procedure Record that contains the encoding for Final Approach Fix (FAF) of the procedure

Constructors

View Source

AirportProcedureData(String)

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

Fields

View Source

applicationType

Type of Application Type

Declaration
public const Arinc424ContinuationRecordApplicationType applicationType = Arinc424ContinuationRecordApplicationType.W
Field Value
Type Description
Arinc424ContinuationRecordApplicationType
View Source

Fields

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

Properties

View Source

ApplicationType

Categorization of standard records by geographical area and of tailored records

Declaration
public string ApplicationType { get; }
Property Value
Type Description
System.String
View Source

FasBlockProvided

FAS Block Provided

Declaration
public string FasBlockProvided { get; }
Property Value
Type Description
System.String
View Source

FASBlockProvidedLevelOfServiceName

FAS Block Provided Level of Service Name

Declaration
public string FASBlockProvidedLevelOfServiceName { get; }
Property Value
Type Description
System.String
View Source

LNAVAuthorizedForSbas

LNAV Authorized for SBAS

Declaration
public string LNAVAuthorizedForSbas { get; }
Property Value
Type Description
System.String
View Source

LNAVLevelOfServiceName

LNAV Level of ServiceName

Declaration
public string LNAVLevelOfServiceName { get; }
Property Value
Type Description
System.String
View Source

LNAVVNAVAuthorizedForSbas

LNAV/VNAV Authorized for SBAS

Declaration
public string LNAVVNAVAuthorizedForSbas { get; }
Property Value
Type Description
System.String
View Source

LNAVVNAVLevelOfServiceName

LNAV/VNAV Level of Service Name

Declaration
public string LNAVVNAVLevelOfServiceName { get; }
Property Value
Type Description
System.String
View Source

RnpAuthorized1

RNP Authorized (1)

Declaration
public string RnpAuthorized1 { get; }
Property Value
Type Description
System.String
View Source

RnpAuthorized2

RNP Authorized (2)

Declaration
public string RnpAuthorized2 { get; }
Property Value
Type Description
System.String
View Source

RnpAuthorized3

RNP Authorized (3)

Declaration
public string RnpAuthorized3 { get; }
Property Value
Type Description
System.String
View Source

RnpLevelOfServceName1

RNP Level of Servce Name (1)

Declaration
public string RnpLevelOfServceName1 { get; }
Property Value
Type Description
System.String
View Source

RnpLevelOfServceName2

RNP Level of Servce Name (2)

Declaration
public string RnpLevelOfServceName2 { get; }
Property Value
Type Description
System.String
View Source

RnpLevelOfServceName4

RNP Level of Servce Name (4)

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

Implements

IBaseRecord
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited