Class TLcdASTERIXCategory30Version2Dot5Ter

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

public class TLcdASTERIXCategory30Version2Dot5Ter extends ALcdASTERIXCategory

This class represents ASTERIX data category 30, version '2.5 ter'. This version from 1997 is a draft of the category 30 specification. It became final in v6.1, 2000. 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 TLcdASTERIXCategory30Version2Dot5Ter()} );
 
By default, the final category 30 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:
2012.0
See Also: