MrSID Decode SDK for Raster Reference Manual  9.5.4.4709
Nitf::FileMetadata Class Reference

container for File Header metadata More...

#include <FileMetadata.h>

List of all members.

Public Member Functions

 FileMetadata ()
 FileMetadata (const FileMetadata &)
 ~FileMetadata ()
FileMetadataoperator= (const FileMetadata &)
LT_STATUS setOSTAID (const char *)
 sets the OSAID field
const char * getOSTAID () const
 gets the OSAID field
LT_STATUS setFDT (const char *)
 sets the FDT field
const char * getFDT () const
 gets the FDT field
LT_STATUS setFTITLE (const char *)
 sets the FTITLE field
const char * getFTITLE () const
 gets the FTITLE field
LT_STATUS setONAME (const char *)
 sets the ONAME field
const char * getONAME () const
 gets the ONAME field
LT_STATUS setOPHONE (const char *)
 sets the famous OPHONE field
const char * getOPHONE () const
 gets the famous OPHONE field

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


Member Function Documentation

const char* Nitf::FileMetadata::getFDT ( ) const
const char* Nitf::FileMetadata::getFTITLE ( ) const
const char* Nitf::FileMetadata::getONAME ( ) const
const char* Nitf::FileMetadata::getOPHONE ( ) const
const char* Nitf::FileMetadata::getOSTAID ( ) const
FileMetadata& Nitf::FileMetadata::operator= ( const FileMetadata )

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