Show / Hide Table of Contents

Class PathPoint

Path Point (PP)

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

Constructors

View Source

PathPoint(String)

Constructor for class PathPoint

Declaration
public PathPoint(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 “P”

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

SubsectionCode

Contains “P”

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

Properties

View Source

AirportICAOIdentifier

Airport ICAO Identifier

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

ApproachPerformanceDesignator

Approach Performance Designator

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

ApproachProcedureIdentifier

Approach Procedure Identifier

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

ContinuationRecordNumber

Continuation Record Number

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

CourseWidthThreshold

Course Width at Threshold

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

FlightPathAlignmentPointLatitude

Flight Path Alignment Point Latitude

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

FlightPathAlignmentPointLongitude

Flight Path Alignment Point Longitude

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

GlidePathAngle

Glide Path Angle

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

HAL

HAL

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

ICAOCode11

ICAO Code

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

LandingThresholdPointLatitude

Landing Threshold Point Latitude

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

LandingThresholdPointLongitude

Landing Threshold Point Longitude

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

LengthOffset

Length Offset

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

LTP_EllipsoidHeight

LTP Ellipsoid Height

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

OperationType

Operation Type

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

PathPointTCH

Path Point TCH

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

ReferencePathDataSelector

Reference Path Data Selector

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

ReferencePathIdentifier

Reference Path Identifier

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

RouteIndicator

Route Indicator

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

RunwayHelipadIdentifier

Runway or Helipad Identifier

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

SBAS_FASDataCRCRemainder

SBAS FAS Data CRC Remainder

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

SBASServiceProviderIdentifier

SBAS Service Provider Identifier

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

TCHUnitsIndicator

TCH Units Indicator

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

VAL

VAL

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

Implements

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