Class TLcdDAFIFTCommunicationDataProperties
java.lang.Object
com.luciad.format.dafift.model.communication.TLcdDAFIFTCommunicationDataProperties
This class provides easy access to the properties of the Communication type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The call sign of the communication facilities other than the name of the referenced airport or heliport.static final TLcdDataProperty
A code uniquely identifying the type of communications facility.static final TLcdDataProperty
When a unique communications type has more than one entry, the multiplier will indicate the next entry.static final TLcdDataProperty
A list of frequencies which will allow communication with the identified facility.static final TLcdDataProperty
Information determined to be essential, expressed in human readable format The remarks are of typeString
.static final TLcdDataProperty
Identifies the area within which the frequencies are to be used/effective.static final TLcdDataProperty
Hours of operation that apply specifically to frequencies which are different from the airport/heliport operating hours.static final TLcdDataProperty
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. -
Method Summary
-
Field Details
-
COMMUNICATION_TYPE
A code uniquely identifying the type of communications facility. The communication type feature is of typeTLcdCommunicationType
-
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
. -
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
-
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
. -
SECTOR
Identifies the area within which the frequencies are to be used/effective. The sector is of typeString
. -
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
. -
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. -
REMARKS
Information determined to be essential, expressed in human readable format The remarks are of typeString
.
-