Class TLcdPositionType

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

public class TLcdPositionType extends Object
Type safe enumeration class, indicating a position in the ILS system.
  • Field Details

    • OUTER

      public static final TLcdPositionType OUTER
      Outer position (key = O).
    • MIDDLE

      public static final TLcdPositionType MIDDLE
      Middle position (key = M).
    • INNER

      public static final TLcdPositionType INNER
      Inner position (key = I).
    • BACKCOURSE

      public static final TLcdPositionType BACKCOURSE
      Back-course position (key = C).
    • OTHER

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

    • getName

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

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

      public String toString()
      Overrides:
      toString in class Object