Class TLcdARINCFIRUIRDataProperties
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
In case the airspace is a combined FIR/UIR airspace this is the numerical value of the upper limit of the FIR.static final TLcdDataProperty
In case the airspace is a combined FIR/UIR airspace this is a code indicating the convention of calculating the upper limit of the FIR.static final TLcdDataProperty
In case the airspace is a combined FIR/UIR airspace this is the unit of measurement of the upper limit of the FIR.static final TLcdDataProperty
A code identifying the Cruise Table record that is to be used for cruise levels.static final TLcdDataProperty
A code permitting to categorize airspaces by geographical area (standard record) or by airline for whom the data is provided (tailored record).static final TLcdDataProperty
The calendar period in which the record was added to the file or last revised.static final TLcdDataProperty
Used to indicate whether an entry report on ICAO flight plan is required for that specific FIR/UIR.static final TLcdDataProperty
The FIR/UIR address of the airspace.static final TLcdDataProperty
A four character identifier assigned to the airspace.static final TLcdDataProperty
The numerical value of the lower limit of the airspace.static final TLcdDataProperty
A code indicating the convention of calculating the lower limit.static final TLcdDataProperty
The unit of measurement for the lower limit.static final TLcdDataProperty
The name of the airspace.static final TLcdDataProperty
The part identifier of the airspace.static final TLcdDataProperty
Used to indicate the units of measurement concerning True Air Speed used in the FIR/UIR to fulfill the requirements of ICAO flight plan.static final TLcdDataProperty
A code indicating the type of airspace.static final TLcdDataProperty
The numerical value of the upper limit of the airspace.static final TLcdDataProperty
A code indicating the convention of calculating the upper limit.static final TLcdDataProperty
The unit of measurement for the upper limit. -
Method Summary
-
Field Details
-
CUSTOMER_AREA_CODE
A code permitting to categorize airspaces by geographical area (standard record) or by airline for whom the data is provided (tailored record). The customer/area code is of the typeString
. -
FIR_UIR_IDENTIFIER
A four character identifier assigned to the airspace.The FIR/UIR identifier is only available for FIR/UIR airspaces.
The FIR/UIR identifier is of the type
String
. -
NAME
The name of the airspace. The name is of typeString
. -
FIR_UIR_ADDRESS
The FIR/UIR address of the airspace.The FIR/UIR address is only available for FIR/UIR airspaces.
The FIR/UIR address is of the type
String
-
TYPE
A code indicating the type of airspace. The type is of typeTLcdAirspaceType
. -
UPPER_LIMIT
The numerical value of the upper limit of the airspace. The upper limit is of the typeFloat
. In case the airspace is a combined FIR/UIR airspace this is the numerical value of the upper limit of the UIR. -
UPPER_LIMIT_UNIT
The unit of measurement for the upper limit. The upper limit unit is of the typeTLcdAltitudeUnit
In case the airspace is a combined FIR/UIR airspace this is the unit of the upper limit of the UIR. -
UPPER_LIMIT_REFERENCE
A code indicating the convention of calculating the upper limit. The upper limit reference point is of the typeTLcdAltitudeReference
. In case the airspace is a combined FIR/UIR airspace this is the reference of the upper limit of the UIR. -
LOWER_LIMIT
The numerical value of the lower limit of the airspace. The lower limit is of the typeFloat
. In case the airspace is a combined FIR/UIR airspace this is the numerical value of the lower limit of the UIR. -
LOWER_LIMIT_UNIT
The unit of measurement for the lower limit. The lower limit unit is of the typeTLcdAltitudeUnit
In case the airspace is a combined FIR/UIR airspace this is the unit of the lower limit of the UIR. -
LOWER_LIMIT_REFERENCE
A code indicating the convention of calculating the lower limit. The lower limit reference point is of the typeTLcdAltitudeReference
. In case the airspace is a combined FIR/UIR airspace this is the reference of the lower limit of the UIR. -
COMBINED_FIR_UPPER_LIMIT
In case the airspace is a combined FIR/UIR airspace this is the numerical value of the upper limit of the FIR.The upper limit is only available for FIR/UIR Airspaces.
The upper limit is of the type
Float
. -
COMBINED_FIR_UPPER_LIMIT_UNIT
In case the airspace is a combined FIR/UIR airspace this is the unit of measurement of the upper limit of the FIR.The upper limit unit is only available for FIR/UIR Airspaces.
The upper limit unit is of the type
TLcdAltitudeUnit
-
COMBINED_FIR_UPPER_LIMIT_REFERENCE
In case the airspace is a combined FIR/UIR airspace this is a code indicating the convention of calculating the upper limit of the FIR.The upper limit reference point is only available for FIR/UIR Airspaces.
The upper limit reference point is of the type
TLcdAltitudeReference
. -
SPEED_UNIT
Used to indicate the units of measurement concerning True Air Speed used in the FIR/UIR to fulfill the requirements of ICAO flight plan.The FIR/UIR reporting speed unit is only available for FIR/UIR airspaces.
The FIR/UIR reporting speed unit is of the type
TLcdSpeedUnit
-
ENTRY_REPORT
Used to indicate whether an entry report on ICAO flight plan is required for that specific FIR/UIR.The FIR/UIR entry report is only available for FIR/UIR airspaces.
The FIR/UIR entry report is of the type
Boolean
-
CRUISE_LEVEL
A code identifying the Cruise Table record that is to be used for cruise levels.The cruise level is only available for FIR/UIR airspaces.
The cruise level is of the type
String
-
PART_IDENTIFIER
The part identifier of the airspace. This is an artificial id that is used when there are two or more airspaces in the same geographical area with the same unique identifier. In that case, the identifiers are "1", "2", etc. to distinguish the different airspaces. In case of airspaces with one geographical area, an empty string is set.The part identifier is of the type
String
. -
CYCLE_DATE
The calendar period in which the record was added to the file or last revised. A change in any ARINC 424 field, except Dynamic Magnetic Variation, Frequency Protection, Continuation Record Number and File Record Number, requires a cycle date change. The cycle date will not change if there is no change in the data. The first two digits of the field contain the last two digits of the year in which the addition or revision was made. The last two digits contain the numeric identity of the 28-day data update cycle during which the change occurred. Each calendar year contains 13 such cycles, however, on rare occasions 14 cycles will be encountered. The cycle date is of the typeString
.- Since:
- 2016.1.51
-