Show / Hide Table of Contents

Class ControlledAirspace

Controlled Airspace Records (UC)

Inheritance
System.Object
BaseRecord
ControlledAirspace
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 ControlledAirspace : BaseRecord, IBaseRecord

Constructors

ControlledAirspace(String)

Constructor for class ControlledAirspace

Declaration
public ControlledAirspace(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 “U”

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

SubsectionCode

Contains “C”

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

Properties

AirspaceCenter

Airspace Center

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

AirspaceClassification

Airspace Classification

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

AirspaceType

Airspace Type

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

ArcBearing

Arc Bearing

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

ArcDistance

Arc Distance

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

ArcOriginLatitude

Arc Origin Latitude

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

ArcOriginLongitude

Arc Origin Longitude

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

BoundaryVia

Boundary Via

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

ContinuationRecordNo

Continuation Record No

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

ControlledAirspaceName

Controlled Airspace Name

Declaration
public string ControlledAirspaceName { 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

FileRecordNumber

File Record Number

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

ICAOCode

ICAO Code Column 7

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

Latitude

Latitude

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

Level

Level

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

Longitude

Longitude

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

LowerLimit

Lower Limit

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

MultipleCode

Multiple Code

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

NOTAM

NOTAM

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

RNP

RNP

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

SequenceNumber

Sequence Number

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

TimeCode

Time Code

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

UnitIndicatorLower

Unit Indicator Lower

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

UnitIndicatorUpper

Unit Indicator Upper

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

UpperLimit

Upper Limit

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

Implements

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