Class TLcdSymbolType

java.lang.Object
com.luciad.format.dafif.model.communication.type.TLcdSymbolType

public class TLcdSymbolType extends Object
Type safe enumeration class, including DAFIF aerodrome communication symbol types. The code 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
  • .
Since:
6.2
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TLcdSymbolType
    Radar capability / VHF and UHF emergency frequencies monitored (key = RE)
    static final TLcdSymbolType
    Radar capability / UHF emergency frequency 243.0 monitored (key = RU)
    static final TLcdSymbolType
    Radar capability / VHF emergency frequency 121.5 monitored (key = RV)
    static final TLcdSymbolType
    UHF emergency frequency 243.0 monitored / VHF and UHF emergency frequencies monitored (key = UE)
    static final TLcdSymbolType
    VHF emergency frequency 121.5 monitored / VHF and UHF emergency frequencies monitored (key = VE)
    static final TLcdSymbolType
    VHF emergency frequency 121.5 monitored / UHF emergency frequency 243.0 monitored (key = VU)
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the code of the symbol.
    valueOf(String aCode)
    Returns the TLcdSymbolType object matching the given code.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • RV

      public static final TLcdSymbolType RV
      Radar capability / VHF emergency frequency 121.5 monitored (key = RV)
    • RU

      public static final TLcdSymbolType RU
      Radar capability / UHF emergency frequency 243.0 monitored (key = RU)
    • RE

      public static final TLcdSymbolType RE
      Radar capability / VHF and UHF emergency frequencies monitored (key = RE)
    • VU

      public static final TLcdSymbolType VU
      VHF emergency frequency 121.5 monitored / UHF emergency frequency 243.0 monitored (key = VU)
    • VE

      public static final TLcdSymbolType VE
      VHF emergency frequency 121.5 monitored / VHF and UHF emergency frequencies monitored (key = VE)
    • UE

      public static final TLcdSymbolType UE
      UHF emergency frequency 243.0 monitored / VHF and UHF emergency frequencies monitored (key = UE)
  • Method Details

    • valueOf

      public static TLcdSymbolType valueOf(String aCode)
      Returns the TLcdSymbolType object matching the given code.
      Parameters:
      aCode - The key by which to retrieve a TLcdSymbolType. This key must not be null.
      Returns:
      A TLcdSymbolType object if the parameter matches a symbol type, null otherwise
    • toString

      public String toString()
      Returns the code of the symbol.
      Overrides:
      toString in class Object
      Returns:
      the symbol code