Class TLcdObstacleType

java.lang.Object
com.luciad.ais.model.obstacle.type.TLcdObstacleType

public class TLcdObstacleType extends Object
This type safe enumeration describes the obstacle type.
  • Field Details

  • Method Details

    • getName

      public String getName()
      Returns the name of the type.
      Returns:
      the name of the type.
    • toString

      public String toString()
      Returns the name of the type.
      Overrides:
      toString in class Object
      Returns:
      the name of the type.
    • valueOf

      public static TLcdObstacleType valueOf(String aCode)
      Returns the type registered with 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.