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.UpdateThisProperty(String, String, List<FieldStructure>)
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class PathPoint : BaseRecord, IBaseRecord

Constructors

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

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 “P”

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

SubsectionCode

Contains “P”

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

Properties

AirportICAOIdentifier

Airport ICAO Identifier

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

ApproachPerformanceDesignator

Approach Performance Designator

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

ApproachProcedureIdentifier

Approach Procedure Identifier

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

ContinuationRecordNumber

Continuation Record Number

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

CourseWidthThreshold

Course Width at Threshold

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

FlightPathAlignmentPointLatitude

Flight Path Alignment Point Latitude

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

FlightPathAlignmentPointLongitude

Flight Path Alignment Point Longitude

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

GlidePathAngle

Glide Path Angle

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

HAL

HAL

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

ICAOCode11

ICAO Code

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

LandingThresholdPointLatitude

Landing Threshold Point Latitude

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

LandingThresholdPointLongitude

Landing Threshold Point Longitude

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

LengthOffset

Length Offset

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

LTP_EllipsoidHeight

LTP Ellipsoid Height

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

OperationType

Operation Type

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

PathPointTCH

Path Point TCH

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

ReferencePathDataSelector

Reference Path Data Selector

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

ReferencePathIdentifier

Reference Path Identifier

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

RouteIndicator

Route Indicatorr

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

RunwayHelipadIdentifier

Runway or Helipad Identifier

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

SBAS_FASDataCRCRemainder

SBAS FAS Data CRC Remainder

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

SBASServiceProviderIdentifier

SBAS Service Provider Identifier

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

TCHUnitsIndicator

TCH Units Indicator

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

VAL

VAL

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

Implements

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