OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfTextHeaderV2_0.h>
Public Member Functions | |
ossimNitfTextHeaderV2_0 () | |
virtual | ~ossimNitfTextHeaderV2_0 () |
virtual void | parseStream (std::istream &in) |
virtual std::ostream & | print (std::ostream &out) const |
Generic print method. More... | |
![]() | |
ossimNitfTextHeader () | |
virtual | ~ossimNitfTextHeader () |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimObject * | dup () const |
virtual ossimString | getShortName () const |
virtual ossimString | getLongName () const |
virtual ossimString | getDescription () const |
virtual ossimString | getClassName () const |
virtual RTTItypeid | getType () const |
virtual bool | canCastTo (ossimObject *obj) const |
virtual bool | canCastTo (const RTTItypeid &id) const |
virtual bool | canCastTo (const ossimString &parentClassName) const |
virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
virtual void | accept (ossimVisitor &visitor) |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
Private Member Functions | |
void | clearFields () |
Private Attributes | |
char | theFilePartType [3] |
char | theTextId [11] |
char | theDataAndTime [15] |
char | theTextTitle [81] |
char | theTextSecurityClassification [2] |
char | theTextCodewords [41] |
char | theTextControlAndHandling [41] |
char | theTextReleasingInstructions [41] |
char | theTextClassificationAuthority [21] |
char | theTextSecurityControlNumber [21] |
char | theTextSecurityDowngrade [7] |
char | theTextSecurityDowngradeEvent [41] |
char | theTextEncyption [2] |
char | theTextFormat [4] |
char | theExtSubheaderDataLength [6] |
char | theExtSubheaderOverflow [4] |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 17 of file ossimNitfTextHeaderV2_0.h.
ossimNitfTextHeaderV2_0::ossimNitfTextHeaderV2_0 | ( | ) |
Definition at line 19 of file ossimNitfTextHeaderV2_0.cpp.
|
inlinevirtual |
Definition at line 21 of file ossimNitfTextHeaderV2_0.h.
|
private |
Definition at line 81 of file ossimNitfTextHeaderV2_0.cpp.
References theDataAndTime, theExtSubheaderDataLength, theExtSubheaderOverflow, theFilePartType, theTextClassificationAuthority, theTextCodewords, theTextControlAndHandling, theTextEncyption, theTextFormat, theTextId, theTextReleasingInstructions, theTextSecurityClassification, theTextSecurityControlNumber, theTextSecurityDowngrade, theTextSecurityDowngradeEvent, and theTextTitle.
Referenced by parseStream().
|
virtual |
Implements ossimNitfTextHeader.
Definition at line 24 of file ossimNitfTextHeaderV2_0.cpp.
References clearFields(), theDataAndTime, theExtSubheaderDataLength, theExtSubheaderOverflow, theFilePartType, theTextClassificationAuthority, theTextCodewords, theTextControlAndHandling, theTextEncyption, theTextFormat, theTextId, theTextReleasingInstructions, theTextSecurityClassification, theTextSecurityControlNumber, theTextSecurityDowngrade, theTextSecurityDowngradeEvent, theTextTitle, and ossimString::toLong().
|
virtual |
Generic print method.
Derived classes should re-implement as they see fit.
Reimplemented from ossimObject.
Definition at line 59 of file ossimNitfTextHeaderV2_0.cpp.
References theDataAndTime, theExtSubheaderDataLength, theExtSubheaderOverflow, theFilePartType, theTextClassificationAuthority, theTextCodewords, theTextControlAndHandling, theTextEncyption, theTextFormat, theTextId, theTextReleasingInstructions, theTextSecurityClassification, theTextSecurityControlNumber, theTextSecurityDowngrade, theTextSecurityDowngradeEvent, and theTextTitle.
|
private |
This is a required 14 byte field. It has the format of:
DDHHMMSSZMONYY
DD 2 character day HH 2 characters for the Hour MM 2 characters for the minute SS 2 characters for the seconds Z required MON 3 characters of the month YY 2 characters for the year
Definition at line 55 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
is a required 5 byute field.
Definition at line 134 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
is a conditional 3 byte field. It exists if theExtSubheaderDataLength is not 0
Definition at line 140 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
This is a required 2 byte fields and has a value of TE.
Definition at line 34 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
optional 20 byte field
Definition at line 92 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
This is an optional 40 byte field.
Definition at line 77 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
This is an optional 40 yte field.
Definition at line 82 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
This is the encription type and is a required 1 byte field. It can have values
0 Not encrypted 1 Encrypted
Definition at line 118 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
This is a required 3 byte field and will hold either:
MTF indicates USMTF ( refer to JCS PUB 6-04 for examples STA indicates NITF ASCII OTH indicates other or user defined
Definition at line 129 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
This is a required 10 byte field.
Definition at line 39 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
This is an optional 40 yte field.
Definition at line 87 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
This is a required 1 byte field. Can have of either:
T Top secret S Secret C Confidential R Restricted U Unclassified
Definition at line 72 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
optional 20 byte field
Definition at line 97 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
optional 6 byte field
Definition at line 102 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
Definition at line 109 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().
|
private |
is an optional 80 byte field
Definition at line 60 of file ossimNitfTextHeaderV2_0.h.
Referenced by clearFields(), parseStream(), and print().