LizardTech::Nitf::FileMetadata Class Reference
container for File Header metadata
More...
#include <FileMetadata.h>
List of all members.
Detailed Description
This class is a container for all the file-level metadata for an NITF file. It is used with the various NITF image manager, reader, and writer classes.
For details on the length, formatting, etc, of each field, consult the NITF specification.
Usage Notes:
- all "set" calls will make local copies of their strings
- caller is responsible for blank-padding of strings
- caller is repsonsible for checking proper formatting
- all strings are initialized to reasonable defaults (usually just blanks)
Definition at line 38 of file FileMetadata.h.
Constructor & Destructor Documentation
LizardTech::Nitf::FileMetadata::FileMetadata |
( |
|
) |
|
LizardTech::Nitf::FileMetadata::FileMetadata |
( |
const FileMetadata & |
|
) |
|
LizardTech::Nitf::FileMetadata::~FileMetadata |
( |
|
) |
|
Member Function Documentation
const char* LizardTech::Nitf::FileMetadata::getFDT |
( |
|
) |
const |
const char* LizardTech::Nitf::FileMetadata::getFTITLE |
( |
|
) |
const |
const char* LizardTech::Nitf::FileMetadata::getONAME |
( |
|
) |
const |
const char* LizardTech::Nitf::FileMetadata::getOPHONE |
( |
|
) |
const |
const char* LizardTech::Nitf::FileMetadata::getOSTAID |
( |
|
) |
const |
LT_STATUS LizardTech::Nitf::FileMetadata::setFDT |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::FileMetadata::setFTITLE |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::FileMetadata::setONAME |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::FileMetadata::setOPHONE |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::FileMetadata::setOSTAID |
( |
const char * |
|
) |
|
The documentation for this class was generated from the following file: