12 #ifndef ImageSegment_H
13 #define ImageSegment_H
28 class ImageSegmentMetadata;
50 lt_int64 headerOffset, lt_int64 headerLength,
51 lt_int64 dataOffset, lt_int64 dataLength);
168 LT_STATUS constructOffsetTable_RAW(lt_int64,
bool BUGGY);
169 LT_STATUS constructOffsetTable_JPG(lt_int64,
bool BUGGY);
236 #endif // ImageSegment_H
int getNBPP() const
returns the number of bits per pixel used in the image (corresponds to the NBPP field) ...
LT_STATUS createDataStream(LTIOSubStream *&) const
ImageSegment(NITFReaderManager &, LTIOStreamInf &, int segmentNumber, lt_int64 headerOffset, lt_int64 headerLength, lt_int64 dataOffset, lt_int64 dataLength)
lt_uint32 getWidth() const
returns the width of the image, in pixels
const char * getIID1() const
returns the IID1 field of the image
Format
image/compression format
lt_uint64 getNextBlockOffset(lt_uint32 index) const
#define LT_BEGIN_LIZARDTECH_NAMESPACE
compiler does not support namespaces
LT_STATUS addMetadataLocal(LTIMetadataDatabase &db) const
Include file for all LizardTech sources.
bool isMasked() const
returns true iff the image is masked
represents a geographic coordinate
LT_STATUS isSupported() const
base class for segment data in an NITF file
lt_uint32 LT_STATUS
An integral status code.
lt_uint32 getHeight() const
returns the height of the image, in pixels
const lt_uint8 * getPadValue() const
int getBlockHeight() const
returns the height of a block, in pixels (corresponds to the NPPBV field)
Abstract definition of a stream.
LT_STATUS initialize()
initializer
class for storing metadata associated with an image
basic properties of a pixel
Format getFormat() const
returns the format (JPEG, RAW, JP2, etc) of the image
const LTIPixel & getPixelProps() const
returns the pixel type of the image
bool isMaskedBlock(lt_uint32 index) const
int getBlocksPerCol() const
returns the number of blocks per row in the image (corresponds to the NBPC field) ...
bool isBlocked() const
returns true iff the image is blocked
unsigned short lt_uint16
unsigned 16-bit integer
bool hasGeoInfo(void) const
const ImageSegmentMetadata * getImageMetadata() const
returns the metadata object associated with the image
represents a image segment in an existing NITF file
int getBlocksPerRow() const
returns the number of blocks per row in the image (corresponds to the NBPR field) ...
#define LT_END_LIZARDTECH_NAMESPACE
compiler does not support namespaces
This file contains a number of enums, typedefs, etc, that are used within the NITF support classes...
lt_uint64 getBlockOffset(lt_uint32 index) const
container for Image Segment metadata
unsigned int lt_uint32
unsigned 32-bit integer
unsigned char lt_uint8
unsigned 8-bit integer
int getBlockWidth() const
returns the width of a block, in pixels (corresponds to the NPPBH field)
LT_STATUS setGeoCoord(LTIGeoCoord &) const
Layout getLayout() const
returns the layout (interleaved, blocked, etc) of the image
int getNBANDS() const
returns the number of bands in the image (corresponds to the NBANDS field)