Show / Hide Table of Contents

Class RestrictiveAirspace

Restrictive Airspace Records (UR)

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

Constructors

View Source

RestrictiveAirspace(String)

Constructor for class RestrictiveAirspace

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

ARINC424 record read from navigation database file

Fields

View Source

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>
View Source

SectionCode

Contains “U”

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

SubsectionCode

Contains “R”

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

Properties

View Source

ArcBearing

Arc Bearing

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

ArcDistance

Arc Distance

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

ArcOriginLatitude

Arc Origin Latitude

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

ArcOriginLongitude

Arc Origin Longitude

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

BoundaryVia

Boundary Via

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

ContinuationRecordNo

Continuation Record No

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

CustomerAreaCode

Categorization of standard records by geographical area and of tailored records

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

CycleDate

Cycle Date

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

FileRecordNumber

File Record Number

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

ICAOCode

ICAO Code Column 7

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

Latitude

Latitude

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

Level

Level

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

Longitude

Longitude

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

LowerLimit

Lower Limit

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

MultipleCode

Multiple Code

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

NOTAM

NOTAM

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

RestrictiveAirspaceDesignation

Restrictive Airspace Designation

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

RestrictiveAirspaceName

Restrictive Airspace Name

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

RestrictiveType

Restrictive Type

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

SequenceNumber

Sequence Number

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

TimeCode

Time Code

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

UnitIndicatorLower

Unit Indicator Lower

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

UnitIndicatorUpper

Unit Indicator Upper

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

UpperLimit

Upper Limit

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

Implements

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