Nitf::LabelSegment Class Reference

represents a label segment in an existing NITF file More...

#include <LabelSegment.h>

Inheritance diagram for Nitf::LabelSegment:

Inheritance graph
[legend]
Collaboration diagram for Nitf::LabelSegment:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LabelSegment (NITFReaderManager &, LTIOStreamInf &, int segmentNumber, lt_int64 headerOffset, lt_int64 headerLength, lt_int64 dataOffset, lt_int64 dataLength)
 ~LabelSegment ()
LT_STATUS initialize ()
 initializer
lt_uint32 getLabelDataLength () const
 returns the length (in bytes) of the label data
lt_uint8getLabelData () const
 returns the label data as raw bytes
LT_STATUS addMetadataLocal (LTIMetadataDatabase &db) const


Detailed Description

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.


Constructor & Destructor Documentation

Nitf::LabelSegment::LabelSegment ( NITFReaderManager &  ,
LTIOStreamInf ,
int  segmentNumber,
lt_int64  headerOffset,
lt_int64  headerLength,
lt_int64  dataOffset,
lt_int64  dataLength 
)

Nitf::LabelSegment::~LabelSegment (  ) 


Member Function Documentation

LT_STATUS Nitf::LabelSegment::initialize (  )  [virtual]

This function must be called immediately after the constructor.

Returns:
success or failure

Reimplemented from Nitf::Segment.

lt_uint32 Nitf::LabelSegment::getLabelDataLength (  )  const

lt_uint8* Nitf::LabelSegment::getLabelData (  )  const

LT_STATUS Nitf::LabelSegment::addMetadataLocal ( LTIMetadataDatabase db  )  const [virtual]

Implements Nitf::Segment.


The documentation for this class was generated from the following file:

LizardTech