Uses of Enum Class
com.luciad.format.asterix.TLcdASTERIXLiveModelDecoder.LiveDecodingStrategy
Packages that use TLcdASTERIXLiveModelDecoder.LiveDecodingStrategy
Package
Description
Provides classes and interfaces for decoding and displaying ASTERIX data.
-
Uses of TLcdASTERIXLiveModelDecoder.LiveDecodingStrategy in com.luciad.format.asterix
Methods in com.luciad.format.asterix that return TLcdASTERIXLiveModelDecoder.LiveDecodingStrategyModifier and TypeMethodDescriptionTLcdASTERIXLiveModelDecoder.getLiveDecodingStrategy()
Returns the strategy to use for decoding live data.Returns the enum constant of this class with the specified name.TLcdASTERIXLiveModelDecoder.LiveDecodingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.asterix with parameters of type TLcdASTERIXLiveModelDecoder.LiveDecodingStrategyModifier and TypeMethodDescriptionvoid
TLcdASTERIXLiveModelDecoder.setLiveDecodingStrategy
(TLcdASTERIXLiveModelDecoder.LiveDecodingStrategy aLiveDecodingStrategy) Sets the strategy to use when decoding live data.