Interface ILcdARINCAerodromeCommunicationFeature
- All Superinterfaces:
ILcdARINCCommunicationFeature
,ILcdServiceFeature
This interface extends the more general applicable features defined in the
ILcdARINCCommunicationFeature
interface with aerodrome specific
features.
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
This interface defines the features (properties) that can be requested through ILcdFeatured
.
A more preferred and generic way to access the properties of a domain object is through ILcdDataObject
.
The related class defining the available data object properties for an ARINC aerodrome communication is
TLcdARINCAerodromeCommunicationDataProperties
.
- Since:
- 6.2
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The identifier of the corresponding aerodrome.static final String
The Call Sign field specifies the name of the facility being called.static final String
Defines the distance restriction a communication frequency is to be used within or beyond when such restrictions apply.static final String
The calendar period in which the record was added to the file or last revised.static final String
The Distance Description will designate whether a Communication frequency is to be used from the facility out to a specified distance or from a specified distance and beyond in the Airport Communication Record.static final String
The two letter ICAO region of the aerodrome.static final String
Define the Navaid or Airport upon which the information in the 'Sector' field (bearings) is based.static final String
The two letter ICAO region of the sector facility.static final String
Defines the beginning bearing from the station.static final String
Defines the ending bearing from the station.Fields inherited from interface com.luciad.format.arinc.model.communication.ILcdARINCCommunicationFeature
ALTITUDE_DESCRIPTION, COMMUNICATION_ALTITUDE1, COMMUNICATION_ALTITUDE2, COMMUNICATION_FREQUENCY, COMMUNICATION_FREQUENCY_UNIT, COMMUNICATION_RECEIVE_FREQUENCY, COMMUNICATION_TRANSMIT_FREQUENCY, COMMUNICATION_TYPE, CUSTOMER_AREA_CODE, GUARD_TRANSMIT, H24_INDICATOR, MAGNETIC_VARIATION, MODULATION, RADAR_SERVICE, REMOTE_FACILITY, REMOTE_FACILITY_ICAO, SERVICE_INDICATOR, SIGNAL_EMISSION
-
Field Details
-
AERODROME_IDENTIFIER
The identifier of the corresponding aerodrome. The identifier is of the typeString
.- See Also:
-
ICAO_CODE
The two letter ICAO region of the aerodrome. For ICAO regions starting with a 'K', the second character is not unambiguous specified by the different formats. ARINC will use regions like K1, K2, etc. while DAFIF specifies regions like KZ, KA, etc. . The ICAO region is of the typeString
.- See Also:
-
SECTORIZATION_BEGIN_BEARING
Defines the beginning bearing from the station. Beginning bearing is of the typeInteger
.- See Also:
-
SECTORIZATION_END_BEARING
Defines the ending bearing from the station. Ending bearing is of the typeInteger
.- See Also:
-
SECTOR_FACILITY
Define the Navaid or Airport upon which the information in the 'Sector' field (bearings) is based. Sector facility is of the typeILcdPoint
.- See Also:
-
SECTOR_FACILITY_ICAO
The two letter ICAO region of the sector facility. For ICAO regions starting with a 'K', the second character is not unambiguous specified by the different formats. ARINC will use regions like K1, K2, etc. while DAFIF specifies regions like KZ, KA, etc. . The ICAO region is of the typeString
.- See Also:
-
DISTANCE_DESCRIPTION
The Distance Description will designate whether a Communication frequency is to be used from the facility out to a specified distance or from a specified distance and beyond in the Airport Communication Record. Distance description is of the typeTLcdDistanceDescription
.- See Also:
-
COMMUNICATION_DISTANCE
Defines the distance restriction a communication frequency is to be used within or beyond when such restrictions apply. Communication distance is of the typeInteger
.- See Also:
-
CALLSIGN
The Call Sign field specifies the name of the facility being called. Call Sign is 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:
-