Uses of Enum Class
com.luciad.ais.model.procedure.TLcdProcedureGeometryCalculator.CFBehavior
Packages that use TLcdProcedureGeometryCalculator.CFBehavior
Package
Description
Provides classes and interfaces for all procedure related aspects.
-
Uses of TLcdProcedureGeometryCalculator.CFBehavior in com.luciad.ais.model.procedure
Methods in com.luciad.ais.model.procedure that return TLcdProcedureGeometryCalculator.CFBehaviorModifier and TypeMethodDescriptionTLcdProcedureGeometryCalculator.getCFBehavior()Get the behavior to render CF (Course to a fix) procedure legs.Returns the enum constant of this class with the specified name.TLcdProcedureGeometryCalculator.CFBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.ais.model.procedure with parameters of type TLcdProcedureGeometryCalculator.CFBehaviorModifier and TypeMethodDescriptionvoidTLcdProcedureGeometryCalculator.setCFBehavior(TLcdProcedureGeometryCalculator.CFBehavior aCFBehavior) Set the behavior to render CF (Course to a fix) procedure legs.