Class RegionVolume
FIR/UIR
primary record sequence.
public class RegionVolume : Record424<RegionPoint>
- Inheritance
-
RegionVolume
- Inherited Members
Remarks
Used by FlightRegion like subsequence.
Properties
AltitudeReportUnit
FIR/UIR ATC Reporting Units Altitude (RUA)
character.
public AltitudeReportUnit AltitudeReportUnit { get; set; }
Property Value
Remarks
See section 5.123.
CruiseTable
public CruiseTable? CruiseTable { get; set; }
Property Value
IsEntryReport
FIR/UIR Entry Report (ENTRY)
character.
public Bool IsEntryReport { get; set; }
Property Value
Remarks
See section 5.124.
SpeedReportUnit
FIR/UIR ATC Reporting Units Speed (RUS)
character.
public SpeedReportUnit SpeedReportUnit { get; set; }
Property Value
Remarks
See section 5.122.
Type
FIR/UIR Indicator (IND)
character.
public RegionType Type { get; set; }
Property Value
Remarks
See section 5.117.
Up
Lower/Upper Limit
field.
public Altitude Up { get; set; }
Property Value
Remarks
See section 5.121.
UpperRegionLow
Lower/Upper Limit
field.
public Altitude UpperRegionLow { get; set; }
Property Value
Remarks
See section 5.121.
UpperRegionUp
Lower/Upper Limit
field.
public Altitude UpperRegionUp { get; set; }
Property Value
Remarks
See section 5.121.