Class TLcdDAFIFTCommunicationDataProperties

java.lang.Object
com.luciad.format.dafift.model.communication.TLcdDAFIFTCommunicationDataProperties

public final class TLcdDAFIFTCommunicationDataProperties extends Object
This class provides easy access to the properties of the Communication type.
See Also:
  • Field Details

    • COMMUNICATION_TYPE

      public static final TLcdDataProperty COMMUNICATION_TYPE
      A code uniquely identifying the type of communications facility. The communication type feature is of type TLcdCommunicationType
    • COMMUNICATION_NAME

      public static final TLcdDataProperty COMMUNICATION_NAME
      The call sign of the communication facilities other than the name of the referenced airport or heliport. The communication name is of type String.
    • SYMBOLS

      public static final TLcdDataProperty 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
      • .
      The communication symbol is of type TLcdSymbolType
    • FREQUENCIES

      public static final TLcdDataProperty 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 type List containing all available frequencies of type String.
    • SECTOR

      public static final TLcdDataProperty SECTOR
      Identifies the area within which the frequencies are to be used/effective. The sector is of type String.
    • SPECIFIC_OPERATING_HOURS

      public static final TLcdDataProperty 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 type String.
    • COMMUNICATION_TYPE_MULTIPLIER

      public static final TLcdDataProperty 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 type Integer.

      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

      public static final TLcdDataProperty REMARKS
      Information determined to be essential, expressed in human readable format The remarks are of type String.