LizardTech::Nitf::SecurityMetadata Class Reference
container for Security metadata
More...
#include <SecurityMetadata.h>
List of all members.
Detailed Description
This class is a container for all the secuirty 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 2500C 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 SecurityMetadata.h.
Constructor & Destructor Documentation
LizardTech::Nitf::SecurityMetadata::SecurityMetadata |
( |
|
) |
|
LizardTech::Nitf::SecurityMetadata::SecurityMetadata |
( |
const SecurityMetadata & |
|
) |
|
LizardTech::Nitf::SecurityMetadata::~SecurityMetadata |
( |
|
) |
|
Member Function Documentation
const char* LizardTech::Nitf::SecurityMetadata::getDataV20 |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSCATP |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSCAUT |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSCLAS |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSCLSY |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSCLTX |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSCODE |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSCRSN |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSCTLH |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSCTLN |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSDCDT |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSDCTP |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSDCXM |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSDG |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSDGDT |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSREL |
( |
|
) |
const |
const char* LizardTech::Nitf::SecurityMetadata::getSSRDT |
( |
|
) |
const |
LT_STATUS LizardTech::Nitf::SecurityMetadata::setDataV20 |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSCATP |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSCAUT |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSCLAS |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSCLSY |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSCLTX |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSCODE |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSCRSN |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSCTLH |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSCTLN |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSDCDT |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSDCTP |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSDCXM |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSDG |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSDGDT |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSREL |
( |
const char * |
|
) |
|
LT_STATUS LizardTech::Nitf::SecurityMetadata::setSSRDT |
( |
const char * |
|
) |
|
The documentation for this class was generated from the following file: