Class AirwayPoint
Fields of Enroute Airways
primary record.
public class AirwayPoint : Record424, ISequenced
- Inheritance
-
AirwayPoint
- Implements
- Inherited Members
Remarks
Used by Airway like subsequence.
Properties
BoundaryCode
Boundary Code (BDY CODE)
character.
public BoundaryCode BoundaryCode { get; set; }
Property Value
Remarks
See section 5.18.
CruiseTable
Cruising Table
record sequence.
public CruiseTable? CruiseTable { get; set; }
Property Value
Remarks
See section 4.1.16.1.
Descriptions
Waypoint Description Code (DESC CODE)
field.
public WaypointDescriptions Descriptions { get; set; }
Property Value
Remarks
See section 5.17.
DistanceFrom
Route Distance From (RTE DIST FROM)
field.
public float DistanceFrom { get; set; }
Property Value
- float
Nautical miles and tenths of mile.
Remarks
See section 5.27.
Fix
public Fix Fix { get; set; }
Property Value
FixRadius
Fixed Radius Transition Indicator (FIXED RAD IND)
field.
public float FixRadius { get; set; }
Property Value
- float
Nautical miles and tenths of mile.
Remarks
See section 5.254
HasRestrictions
EU Indicator (EU IND)
character.
public Bool HasRestrictions { get; set; }
Property Value
Remarks
See section 5.164.
In
Inbound Magnetic Course (IB MAG CRS)
field.
public Course In { get; set; }
Property Value
- Course
Degrees and tenths of degree.
Remarks
See section 5.28.
LevelType
Level (LEVEL)
character.
public LevelType LevelType { get; set; }
Property Value
Remarks
See section 5.19.
MaxLevel
RVSM Maximum Level
field.
public int MaxLevel { get; set; }
Property Value
- int
Flight level.
Remarks
See section 5.295.
Maximum
Maximum Altitude (MAX ALT)
field.
public Altitude Maximum { get; set; }
Property Value
Remarks
See section 5.127.
MinLevel
RVSM Minimum Level
field.
public int MinLevel { get; set; }
Property Value
- int
Flight level.
Remarks
See section 5.294.
Minimum
Altitude/Minimum Altitude
field.
public Altitude Minimum { get; set; }
Property Value
Remarks
See section 5.30.
Minimum2
Altitude/Minimum Altitude
field.
public Altitude Minimum2 { get; set; }
Property Value
Remarks
See section 5.30.
Out
Outbound Magnetic Course (OB MAG CRS)
field.
public Course Out { get; set; }
Property Value
- Course
Degrees and tenths of degree.
Remarks
See section 5.26.
Performance
Required Navigation Performance (RNP)
field.
public float Performance { get; set; }
Property Value
Remarks
See section 5.211.
Recommended
public Omnidirectional? Recommended { get; set; }
Property Value
Restriction
Directional Restriction
character.
public AirwayRestriction Restriction { get; set; }
Property Value
Remarks
See section 5.115.
Rho
Rho (RHO)
field.
public float Rho { get; set; }
Property Value
- float
Nautical miles and tenths of mile.
Remarks
See section 5.25.
ScaleFactor
Vertical Scale Factor (VSF)
field.
public int ScaleFactor { get; set; }
Property Value
- int
Feet.
Remarks
See section 5.293.
SeqNumber
Sequence Number (SEQ NR)
field.
public int SeqNumber { get; set; }
Property Value
Remarks
See section 5.12.
Theta
Theta (THETA)
field.
public float Theta { get; set; }
Property Value
- float
Degrees and tenths of degree.
Remarks
See section 5.24.
Type
Route Type (RT TYPE)
-> Airway Type
character.
public AirwayType Type { get; set; }
Property Value
Remarks
See table 5-2.