Enum Class TLcdProcedureGeometryCalculator.CFBehavior

java.lang.Object
java.lang.Enum<TLcdProcedureGeometryCalculator.CFBehavior>
com.luciad.ais.model.procedure.TLcdProcedureGeometryCalculator.CFBehavior
All Implemented Interfaces:
Serializable, Comparable<TLcdProcedureGeometryCalculator.CFBehavior>, Constable
Enclosing class:
TLcdProcedureGeometryCalculator

public static enum TLcdProcedureGeometryCalculator.CFBehavior extends Enum<TLcdProcedureGeometryCalculator.CFBehavior>
CF (Course to Fix) behavior enumeration. The behavior is used by TLcdProcedureGeometryCalculator to determine how to calculate CF procedure legs.
See Also:
  • Enum Constant Details

  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TLcdProcedureGeometryCalculator.CFBehavior valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null