Class TLcdARINCAirspaceDataProperties
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A code defining the navigation element upon which the Controlled Airspace is based, but not necessarily centered.static final TLcdDataProperty
A code that indicates the airspace classification.static final TLcdDataProperty
Agency that authorizes IFR operations in the airspace when it is not being used by the using agency.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
The two letter ICAO region of the airspace.static final TLcdDataProperty
A code identifying the airspace structure.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
A code used to indicate airspaces with the same designator but subdivided or differently divided by lateral and/or vertical detail.static final TLcdDataProperty
The name of the airspace.static final TLcdDataProperty
A statement of the navigation performance accuracy necessary for operation within the airspace (expressed in Nautical Miles).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
. -
ICAO_REGION
The two letter ICAO region of the airspace.The ICAO region is only available for Controlled Airspaces and Restrictive Airspaces.
The ICAO region is of the type
String
. -
AIRSPACE_CENTER
A code defining the navigation element upon which the Controlled Airspace is based, but not necessarily centered.The airspace center is only available for controlled airspaces.
The airspace center is of the type
String
. -
NAME
The name of the airspace. The name is of typeString
. -
TYPE
A code indicating the type of airspace. The type is of typeTLcdAirspaceType
. -
CLASS
A code that indicates the airspace classification. The class is of the typeTLcdAirspaceClass
. -
LEVEL
A code identifying the airspace structure.The level is only available for Controlled Airspaces and Restrictive Airspaces.
The level is of the type
TLcdAirspaceStructureType
. -
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. -
REQUIRED_NAVIGATION_PERFORMANCE
A statement of the navigation performance accuracy necessary for operation within the airspace (expressed in Nautical Miles).The RNP is only available for Controlled Airspaces.
The RNP is of the type
Float
. -
CONTROLLING_AGENCY
Agency that authorizes IFR operations in the airspace when it is not being used by the using agency.The controlling agency feature is only available for Controlled Airspaces and Restrictive Airspaces.
The controlling agency is of the type
String
. -
MULTIPLE_CODE
A code used to indicate airspaces with the same designator but subdivided or differently divided by lateral and/or vertical detail.The multiple code is only available for Controlled Airspaces and Restrictive Airspaces.
The multiple code is of the type
Character
-
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
-