OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfIchipbTag.h>
Public Types | |
enum | { XFRM_FLAG_SIZE = 2, SCALE_FACTOR_SIZE = 10, ANAMRPH_CORR_SIZE = 2, SCANBLK_NUM_SIZE = 2, OP_ROW_11_SIZE = 12, OP_COL_11_SIZE = 12, OP_ROW_12_SIZE = 12, OP_COL_12_SIZE = 12, OP_ROW_21_SIZE = 12, OP_COL_21_SIZE = 12, OP_ROW_22_SIZE = 12, OP_COL_22_SIZE = 12, FI_ROW_11_SIZE = 12, FI_COL_11_SIZE = 12, FI_ROW_12_SIZE = 12, FI_COL_12_SIZE = 12, FI_ROW_21_SIZE = 12, FI_COL_21_SIZE = 12, FI_ROW_22_SIZE = 12, FI_COL_22_SIZE = 12, FI_ROW_SIZE = 8, FI_COL_SIZE = 8 } |
Public Member Functions | |
ossimNitfIchipbTag () | |
default constructor More... | |
virtual void | parseStream (std::istream &in) |
Parse method. More... | |
virtual void | writeStream (std::ostream &out) |
Write method. More... | |
virtual void | clearFields () |
Clears all string fields within the record to some default nothingness. More... | |
virtual std::ostream & | print (std::ostream &out, const std::string &prefix=std::string()) const |
Print method that outputs a key/value type format adding prefix to keys. More... | |
bool | getXfrmFlag () const |
ossim_float64 | getScaleFactor () const |
bool | getAnamrphCorrFlag () const |
ossim_uint32 | getScanBlock () const |
ossim_float64 | getOpRow11 () const |
ossim_float64 | getOpCol11 () const |
Output product column number component of grid point index (1,1) for intelligent data. More... | |
ossim_float64 | getOpRow12 () const |
ossim_float64 | getOpCol12 () const |
Output product column number component of grid point index (1,2) for intelligent data. More... | |
ossim_float64 | getOpRow21 () const |
ossim_float64 | getOpCol21 () const |
Output product column number component of grid point index (2,1) for intelligent data. More... | |
ossim_float64 | getOpRow22 () const |
ossim_float64 | getOpCol22 () const |
ossim_float64 | getFiRow11 () const |
ossim_float64 | getFiCol11 () const |
ossim_float64 | getFiRow12 () const |
ossim_float64 | getFiCol12 () const |
ossim_float64 | getFiRow21 () const |
ossim_float64 | getFiCol21 () const |
ossim_float64 | getFiRow22 () const |
ossim_float64 | getFiCol22 () const |
ossim_uint32 | getFullImageRows () const |
ossim_uint32 | getFullImageCols () const |
void | getImageRect (ossimDrect &rect) const |
Initializes rect with the image rectangle without any sub image offset applied. More... | |
void | getFullImageRect (ossimDrect &rect) const |
Initializes rect with the image rectangle with sub image offset applied. More... | |
ossim2dTo2dTransform * | newTransform () const |
virtual void | setProperty (ossimRefPtr< ossimProperty > property) |
virtual ossimRefPtr< ossimProperty > | getProperty (const ossimString &name) const |
virtual void | getPropertyNames (std::vector< ossimString > &propertyNames) const |
bool | loadState (const ossimKeywordlist &kwl, const char *prefix) |
![]() | |
ossimNitfRegisteredTag () | |
default constructor More... | |
ossimNitfRegisteredTag (const std::string &tagName, ossim_uint32 tagLength) | |
Constructor that takes name and size. More... | |
virtual | ~ossimNitfRegisteredTag () |
destructor More... | |
virtual std::string | getRegisterTagName () const |
This will return the name of the registered tag for this user defined header. More... | |
virtual const std::string & | getTagName () const |
This will return the name of the registered tag for this user defined header. More... | |
virtual void | setTagName (const std::string &tagName) |
virtual ossim_uint32 | getSizeInBytes () const |
Returns the length in bytes of the tag from the CEL or REL field. More... | |
virtual ossim_uint32 | getTagLength () const |
Returns the length in bytes of the tag from the CEL or REL field. More... | |
virtual void | setTagLength (ossim_uint32 length) |
Set the tag length. More... | |
virtual void | parseStream (ossim::istream &in)=0 |
This will allow the user defined data to parse the stream. More... | |
virtual void | writeStream (ossim::ostream &out)=0 |
virtual void | getMetadata (ossimKeywordlist &kwl, const char *prefix=0) const |
Default interface to populate keyword list with metadata. More... | |
virtual bool | saveState (ossimKeywordlist &kwl, const ossimString &prefix) const |
![]() | |
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 std::ostream & | print (std::ostream &out) const |
Generic print method. More... | |
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 |
![]() | |
ossimPropertyInterface () | |
virtual | ~ossimPropertyInterface () |
virtual void | setProperty (const ossimString &name, const ossimString &value) |
virtual ossimString | getPropertyValueAsString (const ossimString &name) const |
void | getPropertyList (std::vector< ossimRefPtr< ossimProperty > > &propertyList) const |
void | setProperties (std::vector< ossimRefPtr< ossimProperty > > &propertyList) |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 24 of file ossimNitfIchipbTag.h.
anonymous enum |
Definition at line 27 of file ossimNitfIchipbTag.h.
ossimNitfIchipbTag::ossimNitfIchipbTag | ( | ) |
default constructor
Definition at line 52 of file ossimNitfIchipbTag.cpp.
References clearFields().
|
virtual |
Clears all string fields within the record to some default nothingness.
Definition at line 112 of file ossimNitfIchipbTag.cpp.
References ANAMRPH_CORR_SIZE, FI_COL_11_SIZE, FI_COL_12_SIZE, FI_COL_21_SIZE, FI_COL_22_SIZE, FI_COL_SIZE, FI_ROW_11_SIZE, FI_ROW_12_SIZE, FI_ROW_21_SIZE, FI_ROW_22_SIZE, FI_ROW_SIZE, OP_COL_11_SIZE, OP_COL_12_SIZE, OP_COL_21_SIZE, OP_COL_22_SIZE, OP_ROW_11_SIZE, OP_ROW_12_SIZE, OP_ROW_21_SIZE, OP_ROW_22_SIZE, SCALE_FACTOR_SIZE, SCANBLK_NUM_SIZE, theAnamrphCorr, theFiCol11, theFiCol12, theFiCol21, theFiCol22, theFiRow11, theFiRow12, theFiRow21, theFiRow22, theFullImageCol, theFullImageRow, theOpCol11, theOpCol12, theOpCol21, theOpCol22, theOpRow11, theOpRow12, theOpRow21, theOpRow22, theScaleFactor, theScanBlock, theXfrmFlag, and XFRM_FLAG_SIZE.
Referenced by ossimNitfIchipbTag(), and parseStream().
bool ossimNitfIchipbTag::getAnamrphCorrFlag | ( | ) | const |
Definition at line 210 of file ossimNitfIchipbTag.cpp.
References theAnamrphCorr, and ossimString::toBool().
ossim_float64 ossimNitfIchipbTag::getFiCol11 | ( | ) | const |
Definition at line 265 of file ossimNitfIchipbTag.cpp.
References theFiCol11, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getFiCol12 | ( | ) | const |
Definition at line 275 of file ossimNitfIchipbTag.cpp.
References theFiCol12, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getFiCol21 | ( | ) | const |
Definition at line 285 of file ossimNitfIchipbTag.cpp.
References theFiCol21, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getFiCol22 | ( | ) | const |
Definition at line 295 of file ossimNitfIchipbTag.cpp.
References theFiCol22, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getFiRow11 | ( | ) | const |
Definition at line 260 of file ossimNitfIchipbTag.cpp.
References theFiRow11, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getFiRow12 | ( | ) | const |
Definition at line 270 of file ossimNitfIchipbTag.cpp.
References theFiRow12, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getFiRow21 | ( | ) | const |
Definition at line 280 of file ossimNitfIchipbTag.cpp.
References theFiRow21, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getFiRow22 | ( | ) | const |
Definition at line 290 of file ossimNitfIchipbTag.cpp.
References theFiRow22, and ossimString::toFloat64().
Referenced by newTransform().
ossim_uint32 ossimNitfIchipbTag::getFullImageCols | ( | ) | const |
Definition at line 305 of file ossimNitfIchipbTag.cpp.
References theFullImageCol, and ossimString::toUInt32().
void ossimNitfIchipbTag::getFullImageRect | ( | ossimDrect & | rect | ) | const |
Initializes rect with the image rectangle with sub image offset applied.
This is the rectangle of the chip relative to the full image or starting at the sub image offset.
rect | The rect to initialize. |
ossim_uint32 ossimNitfIchipbTag::getFullImageRows | ( | ) | const |
Definition at line 300 of file ossimNitfIchipbTag.cpp.
References theFullImageRow, and ossimString::toUInt32().
void ossimNitfIchipbTag::getImageRect | ( | ossimDrect & | rect | ) | const |
Initializes rect with the image rectangle without any sub image offset applied.
This is the rectangle of the chip starting at (0,0).
rect | The rect to initialize. |
ossim_float64 ossimNitfIchipbTag::getOpCol11 | ( | ) | const |
Output product column number component of grid point index (1,1) for intelligent data.
Definition at line 225 of file ossimNitfIchipbTag.cpp.
References theOpCol11, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getOpCol12 | ( | ) | const |
Output product column number component of grid point index (1,2) for intelligent data.
Definition at line 235 of file ossimNitfIchipbTag.cpp.
References theOpCol12, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getOpCol21 | ( | ) | const |
Output product column number component of grid point index (2,1) for intelligent data.
Definition at line 245 of file ossimNitfIchipbTag.cpp.
References theOpCol21, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getOpCol22 | ( | ) | const |
Definition at line 255 of file ossimNitfIchipbTag.cpp.
References theOpCol22, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getOpRow11 | ( | ) | const |
Definition at line 220 of file ossimNitfIchipbTag.cpp.
References theOpRow11, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getOpRow12 | ( | ) | const |
Definition at line 230 of file ossimNitfIchipbTag.cpp.
References theOpRow12, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getOpRow21 | ( | ) | const |
Definition at line 240 of file ossimNitfIchipbTag.cpp.
References theOpRow21, and ossimString::toFloat64().
Referenced by newTransform().
ossim_float64 ossimNitfIchipbTag::getOpRow22 | ( | ) | const |
Definition at line 250 of file ossimNitfIchipbTag.cpp.
References theOpRow22, and ossimString::toFloat64().
Referenced by newTransform().
|
virtual |
Reimplemented from ossimNitfRegisteredTag.
Definition at line 369 of file ossimNitfIchipbTag.cpp.
|
virtual |
Reimplemented from ossimNitfRegisteredTag.
Definition at line 469 of file ossimNitfIchipbTag.cpp.
References ossimNitfRegisteredTag::getPropertyNames().
ossim_float64 ossimNitfIchipbTag::getScaleFactor | ( | ) | const |
Definition at line 205 of file ossimNitfIchipbTag.cpp.
References theScaleFactor, and ossimString::toFloat64().
ossim_uint32 ossimNitfIchipbTag::getScanBlock | ( | ) | const |
Definition at line 215 of file ossimNitfIchipbTag.cpp.
References theScanBlock, and ossimString::toUInt32().
bool ossimNitfIchipbTag::getXfrmFlag | ( | ) | const |
Definition at line 200 of file ossimNitfIchipbTag.cpp.
References theXfrmFlag, and ossimString::toBool().
|
virtual |
Method to the load (recreate) the state of the object from a keyword list. Return true if ok or false on error.
Reimplemented from ossimObject.
Definition at line 497 of file ossimNitfIchipbTag.cpp.
References ossimKeywordlist::find().
ossim2dTo2dTransform * ossimNitfIchipbTag::newTransform | ( | ) | const |
Definition at line 352 of file ossimNitfIchipbTag.cpp.
References getFiCol11(), getFiCol12(), getFiCol21(), getFiCol22(), getFiRow11(), getFiRow12(), getFiRow21(), getFiRow22(), getOpCol11(), getOpCol12(), getOpCol21(), getOpCol22(), getOpRow11(), getOpRow12(), getOpRow21(), and getOpRow22().
Referenced by ossimImageGeometryFactory::createTransformFromNitf().
|
virtual |
Parse method.
in | Stream to parse. |
Definition at line 58 of file ossimNitfIchipbTag.cpp.
References ANAMRPH_CORR_SIZE, clearFields(), FI_COL_11_SIZE, FI_COL_12_SIZE, FI_COL_21_SIZE, FI_COL_22_SIZE, FI_COL_SIZE, FI_ROW_11_SIZE, FI_ROW_12_SIZE, FI_ROW_21_SIZE, FI_ROW_22_SIZE, FI_ROW_SIZE, OP_COL_11_SIZE, OP_COL_12_SIZE, OP_COL_21_SIZE, OP_COL_22_SIZE, OP_ROW_11_SIZE, OP_ROW_12_SIZE, OP_ROW_21_SIZE, OP_ROW_22_SIZE, SCALE_FACTOR_SIZE, SCANBLK_NUM_SIZE, theAnamrphCorr, theFiCol11, theFiCol12, theFiCol21, theFiCol22, theFiRow11, theFiRow12, theFiRow21, theFiRow22, theFullImageCol, theFullImageRow, theOpCol11, theOpCol12, theOpCol21, theOpCol22, theOpRow11, theOpRow12, theOpRow21, theOpRow22, theScaleFactor, theScanBlock, theXfrmFlag, and XFRM_FLAG_SIZE.
|
virtual |
Print method that outputs a key/value type format adding prefix to keys.
out | Stream to output to. |
prefix | Prefix added to key like "image0."; |
Reimplemented from ossimNitfRegisteredTag.
Definition at line 161 of file ossimNitfIchipbTag.cpp.
References ossimNitfRegisteredTag::getTagLength(), ossimNitfRegisteredTag::getTagName(), theAnamrphCorr, theFiCol11, theFiCol12, theFiCol21, theFiCol22, theFiRow11, theFiRow12, theFiRow21, theFiRow22, theFullImageCol, theFullImageRow, theOpCol11, theOpCol12, theOpCol21, theOpCol22, theOpRow11, theOpRow12, theOpRow21, theOpRow22, theScaleFactor, theScanBlock, and theXfrmFlag.
|
virtual |
Reimplemented from ossimNitfRegisteredTag.
Definition at line 364 of file ossimNitfIchipbTag.cpp.
References ossimNitfRegisteredTag::setProperty().
|
virtual |
Write method.
out | Stream to write to. |
Definition at line 86 of file ossimNitfIchipbTag.cpp.
References ANAMRPH_CORR_SIZE, FI_COL_11_SIZE, FI_COL_12_SIZE, FI_COL_21_SIZE, FI_COL_22_SIZE, FI_COL_SIZE, FI_ROW_11_SIZE, FI_ROW_12_SIZE, FI_ROW_21_SIZE, FI_ROW_22_SIZE, FI_ROW_SIZE, OP_COL_11_SIZE, OP_COL_12_SIZE, OP_COL_21_SIZE, OP_COL_22_SIZE, OP_ROW_11_SIZE, OP_ROW_12_SIZE, OP_ROW_21_SIZE, OP_ROW_22_SIZE, SCALE_FACTOR_SIZE, SCANBLK_NUM_SIZE, theAnamrphCorr, theFiCol11, theFiCol12, theFiCol21, theFiCol22, theFiRow11, theFiRow12, theFiRow21, theFiRow22, theFullImageCol, theFullImageRow, theOpCol11, theOpCol12, theOpCol21, theOpCol22, theOpRow11, theOpRow12, theOpRow21, theOpRow22, theScaleFactor, theScanBlock, theXfrmFlag, and XFRM_FLAG_SIZE.
|
protected |
FIELD: ANAMRPH_CORR.
required 2 byte field
00 or 01
Anamophic correction indicator.
Definition at line 287 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getAnamrphCorrFlag(), parseStream(), print(), and writeStream().
|
protected |
FIELD: FI_COL_11.
required 12 byte field
xxxxxxxx.yyy typically 00000000.500
Grid point (1,1) column number in full image coordinate system.
Definition at line 417 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getFiCol11(), parseStream(), print(), and writeStream().
|
protected |
FIELD: FI_COL_12.
required 12 byte field
xxxxxxxx.yyy
Grid point (1,2) column number in full image coordinate system.
Definition at line 439 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getFiCol12(), parseStream(), print(), and writeStream().
|
protected |
FIELD: FI_COL_21.
required 12 byte field
xxxxxxxx.yyy
Grid point (2,1) column number in full image coordinate system.
Definition at line 461 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getFiCol21(), parseStream(), print(), and writeStream().
|
protected |
FIELD: FI_COL_22.
required 12 byte field
xxxxxxxx.yyy
Grid point (2,2) column number in full image coordinate system.
Definition at line 483 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getFiCol22(), parseStream(), print(), and writeStream().
|
protected |
FIELD: FI_ROW_11.
required 12 byte field
xxxxxxxx.yyy typically 00000000.500
Grid point (1,1) row number in full image coordinate system.
Definition at line 406 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getFiRow11(), parseStream(), print(), and writeStream().
|
protected |
FIELD: FI_ROW_12.
required 12 byte field
xxxxxxxx.yyy
Grid point (1,2) row number in full image coordinate system.
Definition at line 428 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getFiRow12(), parseStream(), print(), and writeStream().
|
protected |
FIELD: FI_ROW_21.
required 12 byte field
xxxxxxxx.yyy
Grid point (2,1) row number in full image coordinate system.
Definition at line 450 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getFiRow21(), parseStream(), print(), and writeStream().
|
protected |
FIELD: FI_ROW_22.
required 12 byte field
xxxxxxxx.yyy
Grid point (2,2) row number in full image coordinate system.
Definition at line 472 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getFiRow22(), parseStream(), print(), and writeStream().
|
protected |
FIELD: FI_COL.
required 8 byte field
00000000 and 00000002 to 99999999
Full image number of cols.
Definition at line 505 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getFullImageCols(), parseStream(), print(), and writeStream().
|
protected |
FIELD: FI_ROW.
required 8 byte field
00000000 and 00000002 to 99999999
Full image number of rows.
Definition at line 494 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getFullImageRows(), parseStream(), print(), and writeStream().
|
protected |
FIELD: OP_COL_11.
required 12 byte field
xxxxxxxx.yyy typically 00000000.500
Output product column number component of grid point index (1,1) for intelligent data.
Definition at line 323 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getOpCol11(), parseStream(), print(), and writeStream().
|
protected |
FIELD: OP_COL_12.
required 12 byte field
xxxxxxxx.yyy
Output product column number component of grid point index (1,2) for intelligent data.
Definition at line 347 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getOpCol12(), parseStream(), print(), and writeStream().
|
protected |
FIELD: OP_COL_21.
required 12 byte field
xxxxxxxx.yyy
Output product column number component of grid point index (2,1) for intelligent data.
Definition at line 371 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getOpCol21(), parseStream(), print(), and writeStream().
|
protected |
FIELD: OP_COL_22.
required 12 byte field
xxxxxxxx.yyy
Output product column number component of grid point index (2,2) for intelligent data.
Definition at line 395 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getOpCol22(), parseStream(), print(), and writeStream().
|
protected |
FIELD: OP_ROW_11.
required 12 byte field
xxxxxxxx.yyy typically 00000000.500
Output product row number component of grid point index (1,1) for intelligent data.
Definition at line 310 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getOpRow11(), parseStream(), print(), and writeStream().
|
protected |
FIELD: OP_ROW_12.
required 12 byte field
xxxxxxxx.yyy
Output product row number component of grid point index (1,2) for intelligent data.
Definition at line 335 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getOpRow12(), parseStream(), print(), and writeStream().
|
protected |
FIELD: OP_ROW_21.
required 12 byte field
xxxxxxxx.yyy
Output product row number component of grid point index (2,1) for intelligent data.
Definition at line 359 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getOpRow21(), parseStream(), print(), and writeStream().
|
protected |
FIELD: OP_ROW_22.
required 12 byte field
xxxxxxxx.yyy
Output product row number component of grid point index (2,2) for intelligent data.
Definition at line 383 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getOpRow22(), parseStream(), print(), and writeStream().
|
protected |
FIELD: SCALE_FACTOR.
required 10 byte field
xxxx.xxxxx
Scale factor relative to R0 (original full res image resolution).
Definition at line 275 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getScaleFactor(), parseStream(), print(), and writeStream().
|
protected |
FIELD: SCANBLK_NUM.
required 2 byte field
00-99, 00 if not applicable
Scan block number or scan block index.
Definition at line 298 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getScanBlock(), parseStream(), print(), and writeStream().
|
protected |
FIELD: XFRM_FLAG.
required 2 byte field
00 or 01
Non-linear transformation flag.
NOTE: If 01 remaining data zero filled.
Definition at line 263 of file ossimNitfIchipbTag.h.
Referenced by clearFields(), getXfrmFlag(), parseStream(), print(), and writeStream().