Class TLcdNDBType

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

public class TLcdNDBType extends Object
Type safe enumeration class, indicating the class of an NDB.
  • Field Details

    • EN_ROUTE

      public static final TLcdNDBType EN_ROUTE
      En-route NDB (key = B).
    • LOCATOR

      public static final TLcdNDBType LOCATOR
      Locator = low powered NDB used as an aid for final approach (key = L).
    • MARINE_BEACON

      public static final TLcdNDBType MARINE_BEACON
      Marine beacon (key = M).
    • OTHER

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

    • getName

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

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

      public String toString()
      Overrides:
      toString in class Object