OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfSensraTag.h>
Public Types | |
enum | { REF_ROW_SIZE = 8, REF_COL_SIZE = 8, SENSOR_MODEL_SIZE = 6, SENSOR_MOUNT_SIZE = 3, SENSOR_LOC_SIZE = 21, SENSOR_ALT_SRC_SIZE = 1, SENSOR_ALT_SIZE = 6, SENSOR_ALT_UNIT_SIZE = 1, SENSOR_AGL_SIZE = 5, SENSOR_PITCH_SIZE = 7, SENSOR_ROLL_SIZE = 8, SENSOR_YAW_SIZE = 8, PLATFORM_PITCH_SIZE = 7, PLATFORM_ROLL_SIZE = 8, PLATFORM_HDG_SIZE = 5, GROUND_SPD_SRC_SIZE = 1, GROUND_SPEED_SIZE = 6, GROUND_SPD_UNIT_SIZE = 1, GROUND_TRACK_SIZE = 5, VERTICAL_VEL_SIZE = 5, VERT_VEL_UNIT_SIZE = 1, SWATH_FRAMES_SIZE = 4, N_SWATHS_SIZE = 4, SPOT_NUM_SIZE = 3 } |
Public Member Functions | |
ossimNitfSensraTag () | |
virtual | ~ossimNitfSensraTag () |
virtual void | parseStream (std::istream &in) |
virtual void | writeStream (std::ostream &out) |
virtual void | clearFields () |
virtual std::ostream & | print (std::ostream &out, const std::string &prefix) const |
Print method that outputs a key/value type format adding prefix to keys. More... | |
void | setRefRow (ossimString refRow) |
ossimString | getRefRow () const |
void | setRefCol (ossimString refCol) |
ossimString | getRefCol () const |
void | setSensorModel (ossimString sensorModel) |
ossimString | getSensorModel () const |
void | setSensorMount (ossimString sensorMount) |
ossimString | getSensorMount () const |
void | setSensorLoc (ossimString sensorLoc) |
ossimString | getSensorLoc () const |
void | setSensorAltSrc (ossimString sensorAltSrc) |
ossimString | getSensorAltSrc () const |
void | setSensorAlt (ossimString sensorAlt) |
ossimString | getSensorAlt () const |
void | setSensorAltUnit (ossimString sensorAltUnit) |
ossimString | getSensorAltUnit () const |
void | setSensorAgl (ossimString sensorAgl) |
ossimString | getSensorAgl () const |
void | setSensorPitch (ossimString sensorPitch) |
ossimString | getSensorPitch () const |
void | setSensorRoll (ossimString sensorRoll) |
ossimString | getSensorRoll () const |
void | setSensorYaw (ossimString sensorYaw) |
ossimString | getSensorYaw () const |
void | setPlatformPitch (ossimString platformPitch) |
ossimString | getPlatformPitch () const |
void | setPlatformRoll (ossimString platformRoll) |
ossimString | getPlatformRoll () const |
void | setPlatformHdg (ossimString platformHdg) |
ossimString | getPlatformHdg () const |
void | setGroundSpdSrc (ossimString groundSpdSrc) |
ossimString | getGroundSpdSrc () const |
void | setGroundSpeed (ossimString groundSpeed) |
ossimString | getGroundSpeed () const |
void | setGroundSpdUnit (ossimString groundSpdUnit) |
ossimString | getGroundSpdUnit () const |
void | setGroundTrack (ossimString groundTrack) |
ossimString | getGroundTrack () const |
void | setVerticalVel (ossimString verticalVel) |
ossimString | getVerticalVel () const |
void | setVertVelUnit (ossimString vertVelUnit) |
ossimString | getVertVelUnit () const |
void | setSwathFrames (ossimString swathFrames) |
ossimString | getSwathFrames () const |
void | setNSwaths (ossimString nSwaths) |
ossimString | getNSwaths () const |
void | setSpotNum (ossimString spotNum) |
ossimString | getSpotNum () 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 | setProperty (ossimRefPtr< ossimProperty > property) |
virtual ossimRefPtr< ossimProperty > | getProperty (const ossimString &name) const |
virtual void | getPropertyNames (std::vector< ossimString > &propertyNames) const |
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 17 of file ossimNitfSensraTag.h.
anonymous enum |
Definition at line 21 of file ossimNitfSensraTag.h.
ossimNitfSensraTag::ossimNitfSensraTag | ( | ) |
Definition at line 21 of file ossimNitfSensraTag.cpp.
References clearFields().
|
virtual |
Definition at line 27 of file ossimNitfSensraTag.cpp.
|
virtual |
Definition at line 89 of file ossimNitfSensraTag.cpp.
References GROUND_SPD_SRC_SIZE, GROUND_SPD_UNIT_SIZE, GROUND_SPEED_SIZE, GROUND_TRACK_SIZE, N_SWATHS_SIZE, PLATFORM_HDG_SIZE, PLATFORM_PITCH_SIZE, PLATFORM_ROLL_SIZE, REF_COL_SIZE, REF_ROW_SIZE, SENSOR_AGL_SIZE, SENSOR_ALT_SIZE, SENSOR_ALT_SRC_SIZE, SENSOR_ALT_UNIT_SIZE, SENSOR_LOC_SIZE, SENSOR_MODEL_SIZE, SENSOR_MOUNT_SIZE, SENSOR_PITCH_SIZE, SENSOR_ROLL_SIZE, SENSOR_YAW_SIZE, SPOT_NUM_SIZE, SWATH_FRAMES_SIZE, theGroundSpdSrc, theGroundSpdUnit, theGroundSpeed, theGroundTrack, theNSwaths, thePlatformHdg, thePlatformPitch, thePlatformRoll, theRefCol, theRefRow, theSensorAgl, theSensorAlt, theSensorAltSrc, theSensorAltUnit, theSensorLoc, theSensorModel, theSensorMount, theSensorPitch, theSensorRoll, theSensorYaw, theSpotNum, theSwathFrames, theVerticalVel, theVertVelUnit, VERT_VEL_UNIT_SIZE, and VERTICAL_VEL_SIZE.
Referenced by ossimNitfSensraTag(), and parseStream().
ossimString ossimNitfSensraTag::getGroundSpdSrc | ( | ) | const |
Definition at line 346 of file ossimNitfSensraTag.cpp.
References theGroundSpdSrc.
ossimString ossimNitfSensraTag::getGroundSpdUnit | ( | ) | const |
Definition at line 368 of file ossimNitfSensraTag.cpp.
References theGroundSpdUnit.
ossimString ossimNitfSensraTag::getGroundSpeed | ( | ) | const |
Definition at line 357 of file ossimNitfSensraTag.cpp.
References theGroundSpeed.
ossimString ossimNitfSensraTag::getGroundTrack | ( | ) | const |
Definition at line 379 of file ossimNitfSensraTag.cpp.
References theGroundTrack.
ossimString ossimNitfSensraTag::getNSwaths | ( | ) | const |
Definition at line 423 of file ossimNitfSensraTag.cpp.
References theNSwaths.
ossimString ossimNitfSensraTag::getPlatformHdg | ( | ) | const |
Definition at line 335 of file ossimNitfSensraTag.cpp.
References thePlatformHdg.
ossimString ossimNitfSensraTag::getPlatformPitch | ( | ) | const |
Definition at line 313 of file ossimNitfSensraTag.cpp.
References thePlatformPitch.
ossimString ossimNitfSensraTag::getPlatformRoll | ( | ) | const |
Definition at line 324 of file ossimNitfSensraTag.cpp.
References thePlatformRoll.
ossimString ossimNitfSensraTag::getRefCol | ( | ) | const |
Definition at line 192 of file ossimNitfSensraTag.cpp.
References theRefCol.
ossimString ossimNitfSensraTag::getRefRow | ( | ) | const |
Definition at line 181 of file ossimNitfSensraTag.cpp.
References theRefRow.
ossimString ossimNitfSensraTag::getSensorAgl | ( | ) | const |
Definition at line 269 of file ossimNitfSensraTag.cpp.
References theSensorAgl.
ossimString ossimNitfSensraTag::getSensorAlt | ( | ) | const |
Definition at line 247 of file ossimNitfSensraTag.cpp.
References theSensorAlt.
ossimString ossimNitfSensraTag::getSensorAltSrc | ( | ) | const |
Definition at line 236 of file ossimNitfSensraTag.cpp.
References theSensorAltSrc.
ossimString ossimNitfSensraTag::getSensorAltUnit | ( | ) | const |
Definition at line 258 of file ossimNitfSensraTag.cpp.
References theSensorAltUnit.
ossimString ossimNitfSensraTag::getSensorLoc | ( | ) | const |
Definition at line 225 of file ossimNitfSensraTag.cpp.
References theSensorLoc.
ossimString ossimNitfSensraTag::getSensorModel | ( | ) | const |
Definition at line 203 of file ossimNitfSensraTag.cpp.
References theSensorModel.
ossimString ossimNitfSensraTag::getSensorMount | ( | ) | const |
Definition at line 214 of file ossimNitfSensraTag.cpp.
References theSensorMount.
ossimString ossimNitfSensraTag::getSensorPitch | ( | ) | const |
Definition at line 280 of file ossimNitfSensraTag.cpp.
References theSensorPitch.
ossimString ossimNitfSensraTag::getSensorRoll | ( | ) | const |
Definition at line 291 of file ossimNitfSensraTag.cpp.
References theSensorRoll.
ossimString ossimNitfSensraTag::getSensorYaw | ( | ) | const |
Definition at line 302 of file ossimNitfSensraTag.cpp.
References theSensorYaw.
ossimString ossimNitfSensraTag::getSpotNum | ( | ) | const |
Definition at line 434 of file ossimNitfSensraTag.cpp.
References theSpotNum.
ossimString ossimNitfSensraTag::getSwathFrames | ( | ) | const |
Definition at line 412 of file ossimNitfSensraTag.cpp.
References theSwathFrames.
ossimString ossimNitfSensraTag::getVerticalVel | ( | ) | const |
Definition at line 390 of file ossimNitfSensraTag.cpp.
References theVerticalVel.
ossimString ossimNitfSensraTag::getVertVelUnit | ( | ) | const |
Definition at line 401 of file ossimNitfSensraTag.cpp.
References theVertVelUnit.
|
virtual |
Definition at line 31 of file ossimNitfSensraTag.cpp.
References clearFields(), GROUND_SPD_SRC_SIZE, GROUND_SPD_UNIT_SIZE, GROUND_SPEED_SIZE, GROUND_TRACK_SIZE, N_SWATHS_SIZE, PLATFORM_HDG_SIZE, PLATFORM_PITCH_SIZE, PLATFORM_ROLL_SIZE, REF_COL_SIZE, REF_ROW_SIZE, SENSOR_AGL_SIZE, SENSOR_ALT_SIZE, SENSOR_ALT_SRC_SIZE, SENSOR_ALT_UNIT_SIZE, SENSOR_LOC_SIZE, SENSOR_MODEL_SIZE, SENSOR_MOUNT_SIZE, SENSOR_PITCH_SIZE, SENSOR_ROLL_SIZE, SENSOR_YAW_SIZE, SPOT_NUM_SIZE, SWATH_FRAMES_SIZE, theGroundSpdSrc, theGroundSpdUnit, theGroundSpeed, theGroundTrack, theNSwaths, thePlatformHdg, thePlatformPitch, thePlatformRoll, theRefCol, theRefRow, theSensorAgl, theSensorAlt, theSensorAltSrc, theSensorAltUnit, theSensorLoc, theSensorModel, theSensorMount, theSensorPitch, theSensorRoll, theSensorYaw, theSpotNum, theSwathFrames, theVerticalVel, theVertVelUnit, VERT_VEL_UNIT_SIZE, and VERTICAL_VEL_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 142 of file ossimNitfSensraTag.cpp.
References ossimNitfRegisteredTag::getTagLength(), ossimNitfRegisteredTag::getTagName(), theGroundSpdSrc, theGroundSpdUnit, theGroundSpeed, theGroundTrack, theNSwaths, thePlatformHdg, thePlatformPitch, thePlatformRoll, theRefCol, theRefRow, theSensorAgl, theSensorAlt, theSensorAltSrc, theSensorAltUnit, theSensorLoc, theSensorModel, theSensorMount, theSensorPitch, theSensorRoll, theSensorYaw, theSpotNum, theSwathFrames, theVerticalVel, and theVertVelUnit.
void ossimNitfSensraTag::setGroundSpdSrc | ( | ossimString | groundSpdSrc | ) |
Definition at line 351 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), GROUND_SPD_SRC_SIZE, ossimString::length(), min, and theGroundSpdSrc.
void ossimNitfSensraTag::setGroundSpdUnit | ( | ossimString | groundSpdUnit | ) |
Definition at line 373 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), GROUND_SPD_UNIT_SIZE, ossimString::length(), min, and theGroundSpdUnit.
void ossimNitfSensraTag::setGroundSpeed | ( | ossimString | groundSpeed | ) |
Definition at line 362 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), GROUND_SPEED_SIZE, ossimString::length(), min, and theGroundSpeed.
void ossimNitfSensraTag::setGroundTrack | ( | ossimString | groundTrack | ) |
Definition at line 384 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), GROUND_TRACK_SIZE, ossimString::length(), min, and theGroundTrack.
void ossimNitfSensraTag::setNSwaths | ( | ossimString | nSwaths | ) |
Definition at line 428 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, N_SWATHS_SIZE, and theNSwaths.
void ossimNitfSensraTag::setPlatformHdg | ( | ossimString | platformHdg | ) |
Definition at line 340 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, PLATFORM_HDG_SIZE, and thePlatformHdg.
void ossimNitfSensraTag::setPlatformPitch | ( | ossimString | platformPitch | ) |
Definition at line 318 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, PLATFORM_PITCH_SIZE, and thePlatformPitch.
void ossimNitfSensraTag::setPlatformRoll | ( | ossimString | platformRoll | ) |
Definition at line 329 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, PLATFORM_ROLL_SIZE, and thePlatformRoll.
void ossimNitfSensraTag::setRefCol | ( | ossimString | refCol | ) |
Definition at line 197 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, REF_COL_SIZE, and theRefCol.
void ossimNitfSensraTag::setRefRow | ( | ossimString | refRow | ) |
Definition at line 186 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, REF_ROW_SIZE, and theRefRow.
void ossimNitfSensraTag::setSensorAgl | ( | ossimString | sensorAgl | ) |
Definition at line 274 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SENSOR_AGL_SIZE, and theSensorAgl.
void ossimNitfSensraTag::setSensorAlt | ( | ossimString | sensorAlt | ) |
Definition at line 252 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SENSOR_ALT_SIZE, and theSensorAlt.
void ossimNitfSensraTag::setSensorAltSrc | ( | ossimString | sensorAltSrc | ) |
Definition at line 241 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SENSOR_ALT_SRC_SIZE, and theSensorAltSrc.
void ossimNitfSensraTag::setSensorAltUnit | ( | ossimString | sensorAltUnit | ) |
Definition at line 263 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SENSOR_ALT_UNIT_SIZE, and theSensorAltUnit.
void ossimNitfSensraTag::setSensorLoc | ( | ossimString | sensorLoc | ) |
Definition at line 230 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SENSOR_LOC_SIZE, and theSensorLoc.
void ossimNitfSensraTag::setSensorModel | ( | ossimString | sensorModel | ) |
Definition at line 208 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SENSOR_MODEL_SIZE, and theSensorModel.
void ossimNitfSensraTag::setSensorMount | ( | ossimString | sensorMount | ) |
Definition at line 219 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SENSOR_MOUNT_SIZE, and theSensorMount.
void ossimNitfSensraTag::setSensorPitch | ( | ossimString | sensorPitch | ) |
Definition at line 285 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SENSOR_PITCH_SIZE, and theSensorPitch.
void ossimNitfSensraTag::setSensorRoll | ( | ossimString | sensorRoll | ) |
Definition at line 296 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SENSOR_ROLL_SIZE, and theSensorRoll.
void ossimNitfSensraTag::setSensorYaw | ( | ossimString | sensorYaw | ) |
Definition at line 307 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SENSOR_YAW_SIZE, and theSensorYaw.
void ossimNitfSensraTag::setSpotNum | ( | ossimString | spotNum | ) |
Definition at line 439 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SPOT_NUM_SIZE, and theSpotNum.
void ossimNitfSensraTag::setSwathFrames | ( | ossimString | swathFrames | ) |
Definition at line 417 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, SWATH_FRAMES_SIZE, and theSwathFrames.
void ossimNitfSensraTag::setVerticalVel | ( | ossimString | verticalVel | ) |
Definition at line 395 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, theVerticalVel, and VERTICAL_VEL_SIZE.
void ossimNitfSensraTag::setVertVelUnit | ( | ossimString | vertVelUnit | ) |
Definition at line 406 of file ossimNitfSensraTag.cpp.
References ossimString::c_str(), ossimString::length(), min, theVertVelUnit, and VERT_VEL_UNIT_SIZE.
|
virtual |
Definition at line 61 of file ossimNitfSensraTag.cpp.
References GROUND_SPD_SRC_SIZE, GROUND_SPD_UNIT_SIZE, GROUND_SPEED_SIZE, GROUND_TRACK_SIZE, N_SWATHS_SIZE, PLATFORM_HDG_SIZE, PLATFORM_PITCH_SIZE, PLATFORM_ROLL_SIZE, REF_COL_SIZE, REF_ROW_SIZE, SENSOR_AGL_SIZE, SENSOR_ALT_SIZE, SENSOR_ALT_SRC_SIZE, SENSOR_ALT_UNIT_SIZE, SENSOR_LOC_SIZE, SENSOR_MODEL_SIZE, SENSOR_MOUNT_SIZE, SENSOR_PITCH_SIZE, SENSOR_ROLL_SIZE, SENSOR_YAW_SIZE, SPOT_NUM_SIZE, SWATH_FRAMES_SIZE, theGroundSpdSrc, theGroundSpdUnit, theGroundSpeed, theGroundTrack, theNSwaths, thePlatformHdg, thePlatformPitch, thePlatformRoll, theRefCol, theRefRow, theSensorAgl, theSensorAlt, theSensorAltSrc, theSensorAltUnit, theSensorLoc, theSensorModel, theSensorMount, theSensorPitch, theSensorRoll, theSensorYaw, theSpotNum, theSwathFrames, theVerticalVel, theVertVelUnit, VERT_VEL_UNIT_SIZE, and VERTICAL_VEL_SIZE.
|
protected |
FIELD: GROUNDSPDSRC.
Definition at line 215 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getGroundSpdSrc(), parseStream(), print(), setGroundSpdSrc(), and writeStream().
|
protected |
FIELD: GROUNDSPDUNIT.
Definition at line 227 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getGroundSpdUnit(), parseStream(), print(), setGroundSpdUnit(), and writeStream().
|
protected |
FIELD: GROUNDSPEED.
Definition at line 221 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getGroundSpeed(), parseStream(), print(), setGroundSpeed(), and writeStream().
|
protected |
FIELD: GROUNDTRACK.
Definition at line 233 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getGroundTrack(), parseStream(), print(), setGroundTrack(), and writeStream().
|
protected |
FIELD: NSWATHS.
Definition at line 257 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getNSwaths(), parseStream(), print(), setNSwaths(), and writeStream().
|
protected |
FIELD: PLATFORMHDG.
Definition at line 209 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getPlatformHdg(), parseStream(), print(), setPlatformHdg(), and writeStream().
|
protected |
FIELD: PLATFORMPITCH.
Definition at line 197 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getPlatformPitch(), parseStream(), print(), setPlatformPitch(), and writeStream().
|
protected |
FIELD: PLATFORMROLL.
Definition at line 203 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getPlatformRoll(), parseStream(), print(), setPlatformRoll(), and writeStream().
|
protected |
FIELD: REFCOL.
Definition at line 131 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getRefCol(), parseStream(), print(), setRefCol(), and writeStream().
|
protected |
FIELD: REFROW.
Definition at line 125 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getRefRow(), parseStream(), print(), setRefRow(), and writeStream().
|
protected |
FIELD: SENSORAGL.
Definition at line 173 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getSensorAgl(), parseStream(), print(), setSensorAgl(), and writeStream().
|
protected |
FIELD: SENSORALT.
Definition at line 161 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getSensorAlt(), parseStream(), print(), setSensorAlt(), and writeStream().
|
protected |
FIELD: SENSORALTSRC.
Definition at line 155 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getSensorAltSrc(), parseStream(), print(), setSensorAltSrc(), and writeStream().
|
protected |
FIELD: SENSORALTUNIT.
Definition at line 167 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getSensorAltUnit(), parseStream(), print(), setSensorAltUnit(), and writeStream().
|
protected |
FIELD: SENSORLOC.
Definition at line 149 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getSensorLoc(), parseStream(), print(), setSensorLoc(), and writeStream().
|
protected |
FIELD: SENSORMODEL.
Definition at line 137 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getSensorModel(), parseStream(), print(), setSensorModel(), and writeStream().
|
protected |
FIELD: SENSORMOUNT.
Definition at line 143 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getSensorMount(), parseStream(), print(), setSensorMount(), and writeStream().
|
protected |
FIELD: SENSORPITCH.
Definition at line 179 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getSensorPitch(), parseStream(), print(), setSensorPitch(), and writeStream().
|
protected |
FIELD: SENSORROLL.
Definition at line 185 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getSensorRoll(), parseStream(), print(), setSensorRoll(), and writeStream().
|
protected |
FIELD: SENSORYAW.
Definition at line 191 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getSensorYaw(), parseStream(), print(), setSensorYaw(), and writeStream().
|
protected |
FIELD: SPOTNUM.
Definition at line 263 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getSpotNum(), parseStream(), print(), setSpotNum(), and writeStream().
|
protected |
FIELD: SWATHFRAMES.
Definition at line 251 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getSwathFrames(), parseStream(), print(), setSwathFrames(), and writeStream().
|
protected |
FIELD: VERTICALVEL.
Definition at line 239 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getVerticalVel(), parseStream(), print(), setVerticalVel(), and writeStream().
|
protected |
FIELD: VERTVELUNIT.
Definition at line 245 of file ossimNitfSensraTag.h.
Referenced by clearFields(), getVertVelUnit(), parseStream(), print(), setVertVelUnit(), and writeStream().