#include <ossimNitfFileHeaderV2_0.h>
Public Methods |
|
long | getHeaderLength () const |
long | getImageLength () const |
long | getTotalLength () const |
Public Attributes |
|
char | theSymbolSubheaderLength [5] |
char | theSymbolLength [7] |
Friends |
|
ostream& | operator<< (ostream &out, const ossimNitfSymbolInfoRecordV2_0 &data) |
|
Definition at line 57 of file ossimNitfFileHeaderV2_0.h. Referenced by getTotalLength(). 00057 {return ossimString(theSymbolSubheaderLength).toLong();} |
|
Definition at line 58 of file ossimNitfFileHeaderV2_0.h. Referenced by getTotalLength(). 00058 {return ossimString(theSymbolLength).toLong();} |
|
Definition at line 59 of file ossimNitfFileHeaderV2_0.h. 00059 {return (getHeaderLength() + getImageLength()); } |
|
Definition at line 51 of file ossimNitfFileHeaderV2_0.cc. 00053 { 00054 return out << "theSymbolSubheaderLength: " << data.theSymbolSubheaderLength << endl 00055 << "theSymbolLength: " << data.theSymbolLength; 00056 } |
|
Is a 6 byte numeric 0-999999 Definition at line 68 of file ossimNitfFileHeaderV2_0.h. |
|
Is a 4 byte numeric 0-9999 Definition at line 63 of file ossimNitfFileHeaderV2_0.h. |