Class ProcedurePoint
- Namespace
- Arinc424.Procedures
- Assembly
- Arinc424.dll
Fields of Airport
and Heliport SID/STAR/Approach
.
public abstract class ProcedurePoint : Record424, ISequenced
- Inheritance
-
ProcedurePoint
- Implements
- Derived
- Inherited Members
Properties
Altitude
Altitude/Minimum Altitude
field.
public Altitude Altitude { get; set; }
Property Value
Remarks
See section 5.30.
Altitude2
Altitude/Minimum Altitude
field.
public Altitude Altitude2 { get; set; }
Property Value
Remarks
See section 5.30.
AltitudeDescription
Altitude Description (ALT DESC)
character.
public AltitudeDescription AltitudeDescription { get; set; }
Property Value
Remarks
See section 5.29.
ArcRadius
ARC Radius (ARC RAD)
field.
public float ArcRadius { get; set; }
Property Value
- float
Nautical miles and thousands of mile.
Remarks
See section 5.204.
AtcIndicator
ATC Indicator (ATC)
character.
public char AtcIndicator { get; set; }
Property Value
Remarks
See section 5.81.
Center
Center Fix (CENTER FIX)
or TAA Sector Identifier
field.
[Obsolete("todo: need more analysis")]
public string? Center { get; set; }
Property Value
Remarks
See section 5.144 and 5.272.
CodeTurnIndicator
Multiple Code (MULTI CD)
or Procedure Turn Indicator
character.
[Obsolete("same")]
public char CodeTurnIndicator { get; set; }
Property Value
Remarks
See section 5.130 or 5.271.
Course
Outbound Magnetic Course (OB MAG CRS)
field.
public Course Course { get; set; }
Property Value
- Course
Degrees and tenths of degree.
Remarks
See section 5.26.
Descriptions
Waypoint Description Code (DESC CODE)
field.
[Obsolete("maybe split to 4 enums for SID/STAR/Approach and Airway?")]
public WaypointDescriptions Descriptions { get; set; }
Property Value
Remarks
See section 5.17.
Direction
Holding Pattern/Race Track Course Reversal Leg Inbound/Outbound Indicator
character.
public LegDirection Direction { get; set; }
Property Value
Remarks
See section 5.298.
DistanceTiming
Route Distance From, Holding Distance/Time (RTE DIST FROM, HOLD DIST/TIME)
field.
public string? DistanceTiming { get; set; }
Property Value
Remarks
See section 5.27.
Fix
public Fix? Fix { get; set; }
Property Value
IsTurnRequired
Turn Direction Valid (TDV)
character.
public Bool IsTurnRequired { get; set; }
Property Value
Remarks
See section 5.22.
LegType
Path and Termination (PATH TERM)
field.
public LegType LegType { get; set; }
Property Value
Remarks
See section 5.21.
Overlay
GNSS/FMS Indicator (GNSS/FMS IND)
character.
public Overlay Overlay { get; set; }
Property Value
Remarks
See section 5.222.
Performance
Required Navigation Performance (RNP)
field.
public float Performance { get; set; }
Property Value
Remarks
See section 5.211.
Recommended
public Fix? Recommended { get; set; }
Property Value
Rho
Rho (RHO)
field.
public float Rho { get; set; }
Property Value
- float
Nautical miles and tenths of mile.
Remarks
See section 5.25.
SeqNumber
Sequence Number (SEQ NR)
field.
public int SeqNumber { get; set; }
Property Value
Remarks
See section 5.12.
SpeedLimit
Speed Limit (SPEED LIMIT)
field.
public int SpeedLimit { get; set; }
Property Value
- int
Knots.
Remarks
See section 5.72.
SpeedLimitType
Speed Limit Description (SLD)
character.
public SpeedLimitType SpeedLimitType { get; set; }
Property Value
Remarks
See section 5.261.
Theta
Theta (THETA)
field.
public float Theta { get; set; }
Property Value
- float
Degrees and tenths of degree.
Remarks
See section 5.24.
TransitionAltitude
Transition Altitude/Level (TRANS ALTITUDE/LEVEL)
field.
public int TransitionAltitude { get; set; }
Property Value
- int
Feet or flight level.
Remarks
See section 5.53.
Turn
Turn Direction (TURN DIR)
and Turn (TURN)
character.
public Turn Turn { get; set; }
Property Value
Remarks
See section 5.20 and 5.63.