Class TLcdVORType

java.lang.Object
com.luciad.format.aixm.model.navaid.type.TLcdVORType

public class TLcdVORType extends Object
Type safe enumeration class, indicating the possible VOR types.
  • Field Details

    • VOR

      public static final TLcdVORType VOR
      Conventional VOR (key = VOR).
    • DVOR

      public static final TLcdVORType DVOR
      Doppler VOR (key = DVOR).
    • OTHER

      public static final TLcdVORType OTHER
      Other (key = OTHER).
  • Method Details

    • getName

      public String getName()
      Returns the name of the TLcdVORType object.
      Returns:
      the name of the TLcdVORType object.
    • valueOf

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

      public String toString()
      Overrides:
      toString in class Object