|
| | LabelSegment (NITFReaderManager &, LTIOStreamInf &, int segmentNumber, lt_int64 headerOffset, lt_int64 headerLength, lt_int64 dataOffset, lt_int64 dataLength) |
| |
| | ~LabelSegment () |
| |
| LT_STATUS | initialize () |
| | initializer More...
|
| |
| lt_uint32 | getLabelDataLength () const |
| | returns the length (in bytes) of the label data More...
|
| |
| lt_uint8 * | getLabelData () const |
| | returns the label data as raw bytes More...
|
| |
| LT_STATUS | addMetadataLocal (LTIMetadataDatabase &db) const |
| |
| | Segment (NITFReaderManager &, LTIOStreamInf &, lt_int64 headerOffset, lt_int64 headerLength, lt_int64 dataOffset, lt_int64 dataLength, const char *code, int segmentNumber, bool doUserSubheader, bool doExtendedSubheader) |
| |
| virtual | ~Segment () |
| |
| int | getSegmentNumber () const |
| |
| const char * | getSegmentID () |
| |
| lt_int64 | getHeaderOffset () const |
| |
| lt_int64 | getHeaderLength () const |
| |
| lt_int64 | getDataOffset () const |
| |
| lt_int64 | getDataLength () const |
| |
| const SecurityBlock * | getSecurityBlock () const |
| |
| const SecurityMetadata * | getSecurityMetadata () const |
| | returns the security information about the segment More...
|
| |
| virtual LT_STATUS | addMetadata (LTIMetadataDatabase &) const |
| |
| const char * | getMetadataTagPrefix () const |
| |
| int | getNumTREs () const |
| | returns the number of TREs in this segment More...
|
| |
| const TREData * | getTRE (int index) const |
| | TRE accessor. More...
|
| |
This class represents a label segment in an NITF file. To access the label segment of a file, retrieve the LabelSegment from the NITFReaderManager class.
Definition at line 34 of file LabelSegment.h.