Class TLcdARINCILSDataProperties
java.lang.Object
com.luciad.format.arinc.model.navaid.TLcdARINCILSDataProperties
This class provides easy access to the properties of the ILS type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identification of the aerodrome to which the ILS relates.static final TLcdDataProperty
A code permitting to categorize the ILS 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 for the ILS.static final TLcdDataProperty
The name of this ILS.static final TLcdDataProperty
The identification of the runway served by the ILS.static final TLcdDataProperty
The ICAO code of the supporting facility.static final TLcdDataProperty
The supporting facility identifier (VOR/NDB identifier). -
Method Summary
-
Field Details
-
CUSTOMER_AREA_CODE
A code permitting to categorize the ILS 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 for the ILS. The ICAO region is of the typeString
. -
AIRPORT_IDENTIFIER
The identification of the aerodrome to which the ILS relates. The aerodrome identifier is of the typeString
. -
RUNWAY_IDENTIFIER
The identification of the runway served by the ILS. The runway identifier is of the typeString
. -
IDENTIFIER
The name of this ILS. The name is of the typeString
. -
SUPPORTING_FACILITY_IDENTIFIER
The supporting facility identifier (VOR/NDB identifier). The supporting facility identifier is of the typeString
. -
SUPPORTING_FACILITY_ICAO_CODE
The ICAO code of the supporting facility. The ICAO code of the supporting facility is of the typeString
. -
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
-