Interface ILcdDAFIFCommunicationFeature
- All Superinterfaces:
ILcdServiceFeature
This interface extends the more general applicable features defined in the
ILcdServiceFeature
interface with DAFIF specific features for
airport and heliport communications.
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 a DAFIF communication is
TLcdDAFIFCommunicationDataProperties
.
- Since:
- 6.2
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The call sign of the communication facilities other than the name of the referenced airport or heliport.static final String
A code uniquely identifying the type of communications facility.static final String
When a unique communications type has more than one entry, the multiplier will indicate the next entry.static final String
A list of frequencies which will allow communication with the identified facility.static final String
The appropriate frequency which will allow communication with the identified facility.static final String
static final String
static final String
static final String
static final String
Information determined to be essential, expressed in human readable format The remarks are of typeString
.static final String
Identifies the area within which the frequencies are to be used/effective.static final String
Hours of operation that apply specifically to frequencies which are different from the airport/heliport operating hours.static final String
A code which uniquely identifies specific capabilities of the communication facility: R - Radar capability V - VHF emergency frequency 121.5 monitored U - UHF emergency frequency 243.0 monitored E - VHF and UHF emergency frequencies monitored.
-
Field Details
-
COMMUNICATION_TYPE
A code uniquely identifying the type of communications facility. The communication type feature is of typeTLcdCommunicationType
- See Also:
-
COMMUNICATION_NAME
The call sign of the communication facilities other than the name of the referenced airport or heliport. The communication name is of typeString
.- See Also:
-
SYMBOLS
A code which uniquely identifies specific capabilities of the communication facility:- R - Radar capability
- V - VHF emergency frequency 121.5 monitored
- U - UHF emergency frequency 243.0 monitored
- E - VHF and UHF emergency frequencies monitored .
TLcdSymbolType
- See Also:
-
FREQUENCY_1
The appropriate frequency which will allow communication with the identified facility. This field will not have an implied decimal and it will contain the unit of measurement in (K) kilohertz or (M) Megahertz. The frequency is of typeString
. The DAFIF Edition 8 communication records can contain more than five frequencies, therefore the featureFREQUENCIES
is used to decode the frequencies fields. The featuresFREQUENCY_x
are not used in the DAFIFT decoder.- See Also:
-
FREQUENCY_2
- See Also:
-
FREQUENCY_3
- See Also:
-
FREQUENCY_4
- See Also:
-
FREQUENCY_5
- See Also:
-
FREQUENCIES
A list of frequencies which will allow communication with the identified facility. Each list item will not have an implied decimal and it will contain the unit of measurement in (K) kilohertz or (M) Megahertz. The frequencies is of typeList
containing all available frequencies of typeString
.- See Also:
-
COMMUNICATION_TYPE_MULTIPLIER
When a unique communications type has more than one entry, the multiplier will indicate the next entry. All communications type multipliers will have at least one populated. The multiplier is of typeInteger
. Example: POST - command post, when a given airport has two of the same type, i.e. Andrews AFB has two command posts, one for the air force and one for the navy, this would require two entries, multiplier one (1) for the air force entry and a multiplier of two (2) for the navy entry.- See Also:
-
SECTOR
Identifies the area within which the frequencies are to be used/effective. The sector is of typeString
.- See Also:
-
SPECIFIC_OPERATING_HOURS
Hours of operation that apply specifically to frequencies which are different from the airport/heliport operating hours. The operating hours are of typeString
.- See Also:
-
REMARKS
Information determined to be essential, expressed in human readable format The remarks are of typeString
.- See Also:
-