Class RestrictiveAirspace
Restrictive Airspace Records (UR)
Implements
Inherited Members
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class RestrictiveAirspace : BaseRecord, IBaseRecord
Constructors
View SourceRestrictiveAirspace(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 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 “U”
Declaration
public const string SectionCode = null
Field Value
Type | Description |
---|---|
System.String |
SubsectionCode
Contains “R”
Declaration
public const string SubsectionCode = null
Field Value
Type | Description |
---|---|
System.String |
Properties
View SourceArcBearing
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 |
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 |
RestrictiveAirspaceDesignation
Restrictive Airspace Designation
Declaration
public string RestrictiveAirspaceDesignation { get; }
Property Value
Type | Description |
---|---|
System.String |
RestrictiveAirspaceName
Restrictive Airspace Name
Declaration
public string RestrictiveAirspaceName { get; }
Property Value
Type | Description |
---|---|
System.String |
RestrictiveType
Restrictive Type
Declaration
public string RestrictiveType { 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 |