MrSID Decode SDK for Raster Reference Manual  9.0.0.3864
nitf_types.h File Reference

This file contains a number of enums, typedefs, etc, that are used within the NITF support classes. More...

#include "lt_base.h"
Include dependency graph for nitf_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Nitf
 

Constant Groups

 Nitf
 

Enumerations

enum  Nitf::Version { Nitf::VERSION_INVALID, Nitf::VERSION_11, Nitf::VERSION_20, Nitf::VERSION_21 }
 version More...
 
enum  Nitf::Format {
  Nitf::FORMAT_INVALID, Nitf::FORMAT_RAW, Nitf::FORMAT_BILEVEL, Nitf::FORMAT_JPEG,
  Nitf::FORMAT_VQ, Nitf::FORMAT_JPEGLS, Nitf::FORMAT_JPEGDS, Nitf::FORMAT_JP2
}
 image/compression format More...
 
enum  Nitf::Layout {
  Nitf::LAYOUT_INVALID, Nitf::LAYOUT_BLOCK, Nitf::LAYOUT_PIXEL, Nitf::LAYOUT_ROW,
  Nitf::LAYOUT_SEQ
}
 layout More...
 
enum  Nitf::TRELocation { Nitf::TRE_OMIT, Nitf::TRE_USER, Nitf::TRE_EXTENDED }
 TRE location. More...
 
enum  Nitf::J2klraOrigin {
  Nitf::J2KLRA_ORIGINAL_NPJE = 0, Nitf::J2KLRA_PARSED_NPJE = 1, Nitf::J2KLRA_ORIGINAL_EPJE = 2, Nitf::J2KLRA_PARSED_EPJE = 3,
  Nitf::J2KLRA_ORIGINAL_TPJE = 4, Nitf::J2KLRA_PARSED_TPJE = 5, Nitf::J2KLRA_ORIGINAL_LPJE = 6, Nitf::J2KLRA_PARSED_LPJE = 7,
  Nitf::J2KLRA_ORIGINAL_OTHER = 8, Nitf::J2KLRA_PARSED_OTHER = 9
}
 ORIG field of J2KLRA TRE. More...
 

LizardTech