Class TLcdMarkerType

java.lang.Object
com.luciad.ais.model.navaid.type.TLcdMarkerType

public class TLcdMarkerType extends Object
A type safe enumeration indicating the type of marker.
  • Field Details

    • BACK_COURSE_MARKER

      public static final TLcdMarkerType BACK_COURSE_MARKER
      Back course marker.
    • MIDDLE_MARKER

      public static final TLcdMarkerType MIDDLE_MARKER
      Middle marker.
    • INNER_MARKER

      public static final TLcdMarkerType INNER_MARKER
      Inner marker.
    • OUTER_MARKER

      public static final TLcdMarkerType OUTER_MARKER
      Outer marker.
    • LOCATOR_AT_MARKER

      public static final TLcdMarkerType LOCATOR_AT_MARKER
      Locator at marker.
    • UNKNOWN

      public static final TLcdMarkerType UNKNOWN
      Unknown marker type.
  • Method Details

    • getName

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

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

      public String toString()
      Overrides:
      toString in class Object