OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfUse00aTag.h>
Public Types | |
enum | { ANGLE_TO_NORTH_SIZE = 3, MEAN_GSD_SIZE = 5, FIELD3_SIZE = 1, DYNAMIC_RANGE_SIZE = 5, FIELD5_SIZE = 3, FIELD6_SIZE = 1, FIELD7_SIZE = 3, OBL_ANG_SIZE = 5, ROLL_ANG_SIZE = 6, FIELD10_SIZE = 12, FIELD11_SIZE = 15, FIELD12_SIZE = 4, FIELD13_SIZE = 1, FIELD14_SIZE = 3, FIELD15_SIZE = 1, FIELD16_SIZE = 1, N_REF_SIZE = 2, REV_NUM_SIZE = 5, N_SEG_SIZE = 3, MAX_LP_SEG_SIZE = 6, FIELD20_SIZE = 6, FIELD21_SIZE = 6, SUN_EL_SIZE = 5, SUN_AZ_SIZE = 5 } |
Public Member Functions | |
ossimNitfUse00aTag () | |
virtual | ~ossimNitfUse00aTag () |
virtual void | parseStream (std::istream &in) |
virtual void | writeStream (std::ostream &out) |
virtual void | clearFields () |
void | setAngleToNorth (const ossimString &angleToNorth) |
ossimString | getAngleToNorth () const |
void | setMeanGsd (const ossimString &meanGsd) |
ossimString | getMeanGsd () const |
ossim_float64 | getMeanGsdInMeters () const |
void | setField3 (const ossimString &field3) |
ossimString | getField3 () const |
void | setDynamicRange (const ossimString &dynamicRange) |
ossimString | getDynamicRange () const |
void | setField5 (const ossimString &field5) |
ossimString | getField5 () const |
void | setField6 (const ossimString &field6) |
ossimString | getField6 () const |
void | setField7 (const ossimString &field7) |
ossimString | getField7 () const |
void | setOblAng (const ossimString &oblAng) |
ossimString | getOblAng () const |
void | setRollAng (const ossimString &rollAng) |
ossimString | getRollAng () const |
void | setField10 (const ossimString &field10) |
ossimString | getField10 () const |
void | setField11 (const ossimString &field11) |
ossimString | getField11 () const |
void | setField12 (const ossimString &field12) |
ossimString | getField12 () const |
void | setField13 (const ossimString &field13) |
ossimString | getField13 () const |
void | setField14 (const ossimString &field14) |
ossimString | getField14 () const |
void | setField15 (const ossimString &field15) |
ossimString | getField15 () const |
void | setField16 (const ossimString &field16) |
ossimString | getField16 () const |
void | setNRef (const ossimString &nRef) |
ossimString | getNRef () const |
void | setRevNum (const ossimString &revNum) |
ossimString | getRevNum () const |
void | setNSeg (const ossimString &nSeg) |
ossimString | getNSeg () const |
void | setMaxLpSeg (const ossimString &maxLpSeg) |
ossimString | getMaxLpSeg () const |
void | setField20 (const ossimString &field20) |
ossimString | getField20 () const |
void | setField21 (const ossimString &field21) |
ossimString | getField21 () const |
void | setSunEl (const ossimString &sunEl) |
ossimString | getSunEl () const |
void | setSunAz (const ossimString &sunAz) |
ossimString | getSunAz () const |
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... | |
virtual void | setProperty (ossimRefPtr< ossimProperty > property) |
virtual ossimRefPtr< ossimProperty > | getProperty (const ossimString &name) const |
virtual void | getPropertyNames (std::vector< ossimString > &propertyNames) const |
![]() | |
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 bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
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 19 of file ossimNitfUse00aTag.h.
anonymous enum |
Definition at line 23 of file ossimNitfUse00aTag.h.
ossimNitfUse00aTag::ossimNitfUse00aTag | ( | ) |
Definition at line 36 of file ossimNitfUse00aTag.cpp.
References clearFields().
|
virtual |
Definition at line 42 of file ossimNitfUse00aTag.cpp.
|
virtual |
Definition at line 104 of file ossimNitfUse00aTag.cpp.
References ANGLE_TO_NORTH_SIZE, DYNAMIC_RANGE_SIZE, FIELD10_SIZE, FIELD11_SIZE, FIELD12_SIZE, FIELD13_SIZE, FIELD14_SIZE, FIELD15_SIZE, FIELD16_SIZE, FIELD20_SIZE, FIELD21_SIZE, FIELD3_SIZE, FIELD5_SIZE, FIELD6_SIZE, FIELD7_SIZE, MAX_LP_SEG_SIZE, MEAN_GSD_SIZE, N_REF_SIZE, N_SEG_SIZE, OBL_ANG_SIZE, REV_NUM_SIZE, ROLL_ANG_SIZE, SUN_AZ_SIZE, SUN_EL_SIZE, theAngleToNorth, theDynamicRange, theField10, theField11, theField12, theField13, theField14, theField15, theField16, theField20, theField21, theField3, theField5, theField6, theField7, theMaxLpSeg, theMeanGsd, theNRef, theNSeg, theOblAng, theRevNum, theRollAng, theSunAz, and theSunEl.
Referenced by ossimNitfUse00aTag(), and parseStream().
ossimString ossimNitfUse00aTag::getAngleToNorth | ( | ) | const |
Definition at line 157 of file ossimNitfUse00aTag.cpp.
References theAngleToNorth.
ossimString ossimNitfUse00aTag::getDynamicRange | ( | ) | const |
Definition at line 207 of file ossimNitfUse00aTag.cpp.
References theDynamicRange.
ossimString ossimNitfUse00aTag::getField10 | ( | ) | const |
Definition at line 273 of file ossimNitfUse00aTag.cpp.
References theField10.
ossimString ossimNitfUse00aTag::getField11 | ( | ) | const |
Definition at line 284 of file ossimNitfUse00aTag.cpp.
References theField11.
ossimString ossimNitfUse00aTag::getField12 | ( | ) | const |
Definition at line 295 of file ossimNitfUse00aTag.cpp.
References theField12.
ossimString ossimNitfUse00aTag::getField13 | ( | ) | const |
Definition at line 306 of file ossimNitfUse00aTag.cpp.
References theField13.
ossimString ossimNitfUse00aTag::getField14 | ( | ) | const |
Definition at line 317 of file ossimNitfUse00aTag.cpp.
References theField14.
ossimString ossimNitfUse00aTag::getField15 | ( | ) | const |
Definition at line 328 of file ossimNitfUse00aTag.cpp.
References theField15.
ossimString ossimNitfUse00aTag::getField16 | ( | ) | const |
Definition at line 339 of file ossimNitfUse00aTag.cpp.
References theField16.
ossimString ossimNitfUse00aTag::getField20 | ( | ) | const |
Definition at line 394 of file ossimNitfUse00aTag.cpp.
References theField20.
ossimString ossimNitfUse00aTag::getField21 | ( | ) | const |
Definition at line 405 of file ossimNitfUse00aTag.cpp.
References theField21.
ossimString ossimNitfUse00aTag::getField3 | ( | ) | const |
Definition at line 196 of file ossimNitfUse00aTag.cpp.
References theField3.
ossimString ossimNitfUse00aTag::getField5 | ( | ) | const |
Definition at line 218 of file ossimNitfUse00aTag.cpp.
References theField5.
ossimString ossimNitfUse00aTag::getField6 | ( | ) | const |
Definition at line 229 of file ossimNitfUse00aTag.cpp.
References theField6.
ossimString ossimNitfUse00aTag::getField7 | ( | ) | const |
Definition at line 240 of file ossimNitfUse00aTag.cpp.
References theField7.
ossimString ossimNitfUse00aTag::getMaxLpSeg | ( | ) | const |
Definition at line 383 of file ossimNitfUse00aTag.cpp.
References theMaxLpSeg.
ossimString ossimNitfUse00aTag::getMeanGsd | ( | ) | const |
Definition at line 168 of file ossimNitfUse00aTag.cpp.
References theMeanGsd.
ossim_float64 ossimNitfUse00aTag::getMeanGsdInMeters | ( | ) | const |
Definition at line 173 of file ossimNitfUse00aTag.cpp.
References ossim::isnan(), MTRS_PER_FT, ossimString::size(), theMeanGsd, and ossimString::toFloat64().
ossimString ossimNitfUse00aTag::getNRef | ( | ) | const |
Definition at line 350 of file ossimNitfUse00aTag.cpp.
References theNRef.
ossimString ossimNitfUse00aTag::getNSeg | ( | ) | const |
Definition at line 372 of file ossimNitfUse00aTag.cpp.
References theNSeg.
ossimString ossimNitfUse00aTag::getOblAng | ( | ) | const |
Definition at line 251 of file ossimNitfUse00aTag.cpp.
References theOblAng.
|
virtual |
Reimplemented from ossimNitfRegisteredTag.
Definition at line 468 of file ossimNitfUse00aTag.cpp.
|
virtual |
Reimplemented from ossimNitfRegisteredTag.
Definition at line 524 of file ossimNitfUse00aTag.cpp.
References ossimNitfRegisteredTag::getPropertyNames().
ossimString ossimNitfUse00aTag::getRevNum | ( | ) | const |
Definition at line 361 of file ossimNitfUse00aTag.cpp.
References theRevNum.
ossimString ossimNitfUse00aTag::getRollAng | ( | ) | const |
Definition at line 262 of file ossimNitfUse00aTag.cpp.
References theRollAng.
ossimString ossimNitfUse00aTag::getSunAz | ( | ) | const |
Definition at line 427 of file ossimNitfUse00aTag.cpp.
References theSunAz.
ossimString ossimNitfUse00aTag::getSunEl | ( | ) | const |
Definition at line 416 of file ossimNitfUse00aTag.cpp.
References theSunEl.
|
virtual |
Definition at line 46 of file ossimNitfUse00aTag.cpp.
References ANGLE_TO_NORTH_SIZE, clearFields(), DYNAMIC_RANGE_SIZE, FIELD10_SIZE, FIELD11_SIZE, FIELD12_SIZE, FIELD13_SIZE, FIELD14_SIZE, FIELD15_SIZE, FIELD16_SIZE, FIELD20_SIZE, FIELD21_SIZE, FIELD3_SIZE, FIELD5_SIZE, FIELD6_SIZE, FIELD7_SIZE, MAX_LP_SEG_SIZE, MEAN_GSD_SIZE, N_REF_SIZE, N_SEG_SIZE, OBL_ANG_SIZE, REV_NUM_SIZE, ROLL_ANG_SIZE, SUN_AZ_SIZE, SUN_EL_SIZE, theAngleToNorth, theDynamicRange, theField10, theField11, theField12, theField13, theField14, theField15, theField16, theField20, theField21, theField3, theField5, theField6, theField7, theMaxLpSeg, theMeanGsd, theNRef, theNSeg, theOblAng, theRevNum, theRollAng, theSunAz, and theSunEl.
|
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 438 of file ossimNitfUse00aTag.cpp.
References ossimNitfRegisteredTag::getTagLength(), ossimNitfRegisteredTag::getTagName(), theAngleToNorth, theDynamicRange, theMaxLpSeg, theMeanGsd, theNRef, theNSeg, theOblAng, theRevNum, theRollAng, theSunAz, and theSunEl.
void ossimNitfUse00aTag::setAngleToNorth | ( | const ossimString & | angleToNorth | ) |
Definition at line 162 of file ossimNitfUse00aTag.cpp.
References ANGLE_TO_NORTH_SIZE, ossimString::c_str(), ossimString::length(), min, and theAngleToNorth.
void ossimNitfUse00aTag::setDynamicRange | ( | const ossimString & | dynamicRange | ) |
Definition at line 212 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), DYNAMIC_RANGE_SIZE, ossimString::length(), min, and theDynamicRange.
void ossimNitfUse00aTag::setField10 | ( | const ossimString & | field10 | ) |
Definition at line 278 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD10_SIZE, ossimString::length(), min, and theField10.
void ossimNitfUse00aTag::setField11 | ( | const ossimString & | field11 | ) |
Definition at line 289 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD11_SIZE, ossimString::length(), min, and theField11.
void ossimNitfUse00aTag::setField12 | ( | const ossimString & | field12 | ) |
Definition at line 300 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD12_SIZE, ossimString::length(), min, and theField12.
void ossimNitfUse00aTag::setField13 | ( | const ossimString & | field13 | ) |
Definition at line 311 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD13_SIZE, ossimString::length(), min, and theField13.
void ossimNitfUse00aTag::setField14 | ( | const ossimString & | field14 | ) |
Definition at line 322 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD14_SIZE, ossimString::length(), min, and theField14.
void ossimNitfUse00aTag::setField15 | ( | const ossimString & | field15 | ) |
Definition at line 333 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD15_SIZE, ossimString::length(), min, and theField15.
void ossimNitfUse00aTag::setField16 | ( | const ossimString & | field16 | ) |
Definition at line 344 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD16_SIZE, ossimString::length(), min, and theField16.
void ossimNitfUse00aTag::setField20 | ( | const ossimString & | field20 | ) |
Definition at line 399 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD20_SIZE, ossimString::length(), min, and theField20.
void ossimNitfUse00aTag::setField21 | ( | const ossimString & | field21 | ) |
Definition at line 410 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD21_SIZE, ossimString::length(), min, and theField21.
void ossimNitfUse00aTag::setField3 | ( | const ossimString & | field3 | ) |
Definition at line 201 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD3_SIZE, ossimString::length(), min, and theField3.
void ossimNitfUse00aTag::setField5 | ( | const ossimString & | field5 | ) |
Definition at line 223 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD5_SIZE, ossimString::length(), min, and theField5.
void ossimNitfUse00aTag::setField6 | ( | const ossimString & | field6 | ) |
Definition at line 234 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD6_SIZE, ossimString::length(), min, and theField6.
void ossimNitfUse00aTag::setField7 | ( | const ossimString & | field7 | ) |
Definition at line 245 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), FIELD7_SIZE, ossimString::length(), min, and theField7.
void ossimNitfUse00aTag::setMaxLpSeg | ( | const ossimString & | maxLpSeg | ) |
Definition at line 388 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), ossimString::length(), MAX_LP_SEG_SIZE, min, and theMaxLpSeg.
void ossimNitfUse00aTag::setMeanGsd | ( | const ossimString & | meanGsd | ) |
Definition at line 190 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), ossimString::length(), MEAN_GSD_SIZE, min, and theMeanGsd.
void ossimNitfUse00aTag::setNRef | ( | const ossimString & | nRef | ) |
Definition at line 355 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), ossimString::length(), min, N_REF_SIZE, and theNRef.
void ossimNitfUse00aTag::setNSeg | ( | const ossimString & | nSeg | ) |
Definition at line 377 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), ossimString::length(), min, N_SEG_SIZE, and theNSeg.
void ossimNitfUse00aTag::setOblAng | ( | const ossimString & | oblAng | ) |
Definition at line 256 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), ossimString::length(), min, OBL_ANG_SIZE, and theOblAng.
|
virtual |
Reimplemented from ossimNitfRegisteredTag.
Definition at line 463 of file ossimNitfUse00aTag.cpp.
References ossimNitfRegisteredTag::setProperty().
void ossimNitfUse00aTag::setRevNum | ( | const ossimString & | revNum | ) |
Definition at line 366 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), ossimString::length(), min, REV_NUM_SIZE, and theRevNum.
void ossimNitfUse00aTag::setRollAng | ( | const ossimString & | rollAng | ) |
Definition at line 267 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), ossimString::length(), min, ROLL_ANG_SIZE, and theRollAng.
void ossimNitfUse00aTag::setSunAz | ( | const ossimString & | sunAz | ) |
Definition at line 432 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SUN_AZ_SIZE, and theSunAz.
void ossimNitfUse00aTag::setSunEl | ( | const ossimString & | sunEl | ) |
Definition at line 421 of file ossimNitfUse00aTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SUN_EL_SIZE, and theSunEl.
|
virtual |
Definition at line 76 of file ossimNitfUse00aTag.cpp.
References ANGLE_TO_NORTH_SIZE, DYNAMIC_RANGE_SIZE, FIELD10_SIZE, FIELD11_SIZE, FIELD12_SIZE, FIELD13_SIZE, FIELD14_SIZE, FIELD15_SIZE, FIELD16_SIZE, FIELD20_SIZE, FIELD21_SIZE, FIELD3_SIZE, FIELD5_SIZE, FIELD6_SIZE, FIELD7_SIZE, MAX_LP_SEG_SIZE, MEAN_GSD_SIZE, N_REF_SIZE, N_SEG_SIZE, OBL_ANG_SIZE, REV_NUM_SIZE, ROLL_ANG_SIZE, SUN_AZ_SIZE, SUN_EL_SIZE, theAngleToNorth, theDynamicRange, theField10, theField11, theField12, theField13, theField14, theField15, theField16, theField20, theField21, theField3, theField5, theField6, theField7, theMaxLpSeg, theMeanGsd, theNRef, theNSeg, theOblAng, theRevNum, theRollAng, theSunAz, and theSunEl.
|
protected |
FIELD: ANGLETONORTH.
Definition at line 139 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getAngleToNorth(), parseStream(), print(), setAngleToNorth(), and writeStream().
|
protected |
FIELD: DYNAMICRANGE.
Definition at line 157 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getDynamicRange(), parseStream(), print(), setDynamicRange(), and writeStream().
|
protected |
FIELD: FIELD10.
Definition at line 193 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField10(), parseStream(), setField10(), and writeStream().
|
protected |
FIELD: FIELD11.
Definition at line 199 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField11(), parseStream(), setField11(), and writeStream().
|
protected |
FIELD: FIELD12.
Definition at line 205 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField12(), parseStream(), setField12(), and writeStream().
|
protected |
FIELD: FIELD13.
Definition at line 211 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField13(), parseStream(), setField13(), and writeStream().
|
protected |
FIELD: FIELD14.
Definition at line 217 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField14(), parseStream(), setField14(), and writeStream().
|
protected |
FIELD: FIELD15.
Definition at line 223 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField15(), parseStream(), setField15(), and writeStream().
|
protected |
FIELD: FIELD16.
Definition at line 229 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField16(), parseStream(), setField16(), and writeStream().
|
protected |
FIELD: FIELD20.
Definition at line 259 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField20(), parseStream(), setField20(), and writeStream().
|
protected |
FIELD: FIELD21.
Definition at line 265 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField21(), parseStream(), setField21(), and writeStream().
|
protected |
FIELD: FIELD3.
Definition at line 151 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField3(), parseStream(), setField3(), and writeStream().
|
protected |
FIELD: FIELD5.
Definition at line 163 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField5(), parseStream(), setField5(), and writeStream().
|
protected |
FIELD: FIELD6.
Definition at line 169 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField6(), parseStream(), setField6(), and writeStream().
|
protected |
FIELD: FIELD7.
Definition at line 175 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getField7(), parseStream(), setField7(), and writeStream().
|
protected |
FIELD: MAXLPSEG.
Definition at line 253 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getMaxLpSeg(), parseStream(), print(), setMaxLpSeg(), and writeStream().
|
protected |
FIELD: MEANGSD.
Definition at line 145 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getMeanGsd(), getMeanGsdInMeters(), parseStream(), print(), setMeanGsd(), and writeStream().
|
protected |
FIELD: NREF.
Definition at line 235 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getNRef(), parseStream(), print(), setNRef(), and writeStream().
|
protected |
FIELD: NSEG.
Definition at line 247 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getNSeg(), parseStream(), print(), setNSeg(), and writeStream().
|
protected |
FIELD: OBLANG.
Definition at line 181 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getOblAng(), parseStream(), print(), setOblAng(), and writeStream().
|
protected |
FIELD: REVNUM.
Definition at line 241 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getRevNum(), parseStream(), print(), setRevNum(), and writeStream().
|
protected |
FIELD: ROLLANG.
Definition at line 187 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getRollAng(), parseStream(), print(), setRollAng(), and writeStream().
|
protected |
FIELD: SUNAZ.
Definition at line 277 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getSunAz(), parseStream(), print(), setSunAz(), and writeStream().
|
protected |
FIELD: SUNEL.
Definition at line 271 of file ossimNitfUse00aTag.h.
Referenced by clearFields(), getSunEl(), parseStream(), print(), setSunEl(), and writeStream().