public interface ILcdARINCCommunicationFeature extends ILcdServiceFeature
ILcdServiceFeature
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.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALTITUDE_DESCRIPTION
The Altitude Description field will designate whether a waypoint
should be crossed "at", "at or above","at or below" or
"at or above to at or below" specified altitudes.
|
static java.lang.String |
COMMUNICATION_ALTITUDE1
The Communication Altitude fields are used to define the
altitude restrictions that the frequency is to be used within.
|
static java.lang.String |
COMMUNICATION_ALTITUDE2
The Communication Altitude fields are used to define the
altitude restrictions that the frequency is to be used within.
|
static java.lang.String |
COMMUNICATION_FREQUENCY
The Communication Frequency field specifies a frequency for the facility
identified in the Communication Type.
|
static java.lang.String |
COMMUNICATION_FREQUENCY_UNIT
The Frequency Units field will designate the frequency spectrum area for the
frequency in the Communication Frequency.
|
static java.lang.String |
COMMUNICATION_RECEIVE_FREQUENCY
The Communication Receive Frequency field specifies a receive frequency for the facility
identified in the Communication Type.
|
static java.lang.String |
COMMUNICATION_TRANSMIT_FREQUENCY
The Communication Transmit Frequency field specifies a transmit frequency for the facility
identified in the Communication Type.
|
static java.lang.String |
COMMUNICATION_TYPE
The tree letter type of the communication object.
|
static java.lang.String |
CUSTOMER_AREA_CODE
A code permitting to categorize communication facilities by geographical area (standard record) or by
airline for whom the data is provided (tailored record).
|
static java.lang.String |
GUARD_TRANSMIT
The Guard/Transmit field is used to indicate if the frequency shown in
the Communication Frequency field is used, by the station, to receive voice
communications or to transmit voice on.
|
static java.lang.String |
H24_INDICATOR
The 24H Indicator field is used to indicate if the frequency is
available on a 24 hour basis or only on a part time base.
|
static java.lang.String |
MAGNETIC_VARIATION
The Magnetic Variation field specifies the angular difference between
True North and Magnetic North at the location defined in the record.
|
static java.lang.String |
MODULATION
The Modulation field will design the type of modulation for the
frequency in the Communication Frequency field.
|
static java.lang.String |
RADAR_SERVICE
The Radar field indicates whether or not the communication unit has
access to information derived from primary or secondary radar and can
use that information in fulfilling their assigned tasks.
|
static java.lang.String |
REMOTE_FACILITY
The Remote Facility field is used to define the Navaid that a
Remote Communications Outlet (RCO) will be transmitting through.
|
static java.lang.String |
REMOTE_FACILITY_ICAO
The two letter ICAO region of the remote facility.
|
static java.lang.String |
SERVICE_INDICATOR
The Service Indicator field is used to further define the use of
the frequency for the specified Communication Type.
|
static java.lang.String |
SIGNAL_EMISSION
High Frequency (HF) signals used in aeronautical communications can be the
complete signal or a portion of the signal, called a sideband.
|
static final java.lang.String CUSTOMER_AREA_CODE
String
.static final java.lang.String COMMUNICATION_TYPE
TLcdCommunicationType
.static final java.lang.String COMMUNICATION_FREQUENCY
COMMUNICATION_TRANSMIT_FREQUENCY
and COMMUNICATION_RECEIVE_FREQUENCY
.
For ARINC 424-19 or higher, this property will contain the transmit frequency.
Communication frequency is of the type Double
.static final java.lang.String COMMUNICATION_FREQUENCY_UNIT
TLcdFrequencyUnit
.static final java.lang.String COMMUNICATION_TRANSMIT_FREQUENCY
Double
.static final java.lang.String COMMUNICATION_RECEIVE_FREQUENCY
Double
.static final java.lang.String GUARD_TRANSMIT
TLcdGuardTransmitType
.static final java.lang.String SERVICE_INDICATOR
String
of length 3.static final java.lang.String RADAR_SERVICE
Boolean
.static final java.lang.String MODULATION
TLcdModulationType
.static final java.lang.String SIGNAL_EMISSION
TLcdSignalEmissionType
.static final java.lang.String MAGNETIC_VARIATION
String
.static final java.lang.String H24_INDICATOR
Boolean
.static final java.lang.String ALTITUDE_DESCRIPTION
TLcdAltitudeType
.static final java.lang.String COMMUNICATION_ALTITUDE1
Integer
.static final java.lang.String COMMUNICATION_ALTITUDE2
Integer
.static final java.lang.String REMOTE_FACILITY
ILcdPoint
.static final java.lang.String REMOTE_FACILITY_ICAO
String
.