Interface ILcdARINCNavaidFeature
- All Superinterfaces:
ILcdNavaidFeature
- All Known Subinterfaces:
ILcdARINCDMEFeature
,ILcdARINCNDBFeature
,ILcdARINCTACANFeature
,ILcdARINCVORFeature
This interface extends the more general applicable features defined
in the
ILcdNavaidFeature
interface with ARINC specific features.
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The identification of the aerodrome to which the navaid relates.static final String
A code permitting to categorize the navaids by geographical area (standard record) or by airline for whom the data is provided (tailored record).static final String
The calendar period in which the record was added to the file or last revised.static final String
The characteristics of the NAVAID facility.static final String
The elevation of the VOR, NDB, ILS Marker, Airways Marker and Airport Communications stations.static final String
The unit of measurement of the facility elevation.static final String
The Flight Information Region identifier provides Flight Information Service and Alerting Service, related to the altitude structure.static final String
The two letter ICAO region of the navaid.static final String
The class of the navaid.static final String
The Upper Information Region identifier provides Flight Information Service and Alerting Service, related to the altitude structure.Fields inherited from interface com.luciad.ais.model.navaid.ILcdNavaidFeature
IDENTIFIER, NAME
-
Field Details
-
NAVAID_CLASS
The class of the navaid. The operations type is of the typeTLcdNavaidType
.- See Also:
-
ICAO_REGION
The two letter ICAO region of the navaid. The ICAO region is of the typeString
.- See Also:
-
CUSTOMER_AREA_CODE
A code permitting to categorize the navaids by geographical area (standard record) or by airline for whom the data is provided (tailored record). The customer/area code is of the typeString
.- See Also:
-
AERODROME_ID
The identification of the aerodrome to which the navaid relates. The aerodrome identifier is of the typeString
.- See Also:
-
FIR_IDENTIFIER
The Flight Information Region identifier provides Flight Information Service and Alerting Service, related to the altitude structure. For records that are classed or designated as high altitude, the FIR field will be blank. For detail records classed or designated as low altitude and high altitude, both the FIR and the UIR identifier will be entered. The FIR identifier is of the typeString
, consisting of 4 characters.- See Also:
-
UIR_IDENTIFIER
The Upper Information Region identifier provides Flight Information Service and Alerting Service, related to the altitude structure. For areas assigned a FIR identifier only that is valid for both the low altitude and the high altitude structure, the UIR field will be blank. For detail records classed or designated as low altitude and high altitude, both the FIR and the UIR identifier will be entered. The UIR identifier is of the typeString
, consisting of 4 characters.- See Also:
-
FACILITY_ELEVATION
The elevation of the VOR, NDB, ILS Marker, Airways Marker and Airport Communications stations. The facility elevation is of the typeInteger
, in feet w.r.t. MSL.- See Also:
-
FACILITY_ELEVATION_UNIT
The unit of measurement of the facility elevation. The unit of measurement of the facility elevation is of the typeTLcdAltitudeUnit
.- See Also:
-
FACILITY_CHARACTERISTICS
The characteristics of the NAVAID facility. The content specifications of this field can be found in section 5.93 of ARINC Specification 424-18. The facility characteristics are of the typeString
.- See Also:
-
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
- See Also:
-