Class TLcdASTERIXCategory21Version0Dot23

java.lang.Object
com.luciad.format.asterix.ALcdASTERIXCategory
com.luciad.format.asterix.TLcdASTERIXCategory21Version0Dot23

public class TLcdASTERIXCategory21Version0Dot23 extends ALcdASTERIXCategory
This class represents ASTERIX data category 21 version 0.23. This version from 2003 is a draft of the category 21 specification. It became final in v1.0, 2008. Data in either this version or the final version can not be automatically distinguished, and is binary incompatible. You therefore have to explicitly select this category if you want to use it. You can enable it on the decoder like this:

 ALcdASTERIXDecoder decoder = ...
 decoder.setCategories(new ALcdASTERIXCategory[]{new TLcdASTERIXCategory21Version0Dot23()});
 
By default, the final category 21 is enabled. Having enabled a category that does not match the data files results in unpredictable behavior, but typically results in runtime errors such as ArrayIndexOutOfBoundsExceptions or IllegalArgumentExceptions.

All constants defined in this class use a naming convention, please refer to ALcdASTERIXCategory for more detailed information.
Since:
2013.0