OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimDoqq.h>
Public Types | |
enum | ossimErrorStatus { OSSIM_OK = 0, OSSIM_ERROR = 1 } |
enum | { GSD_X_OFFSET = 59, GSD_Y_OFFSET = 59, DATA_ORDER_OFFSET = 142, LINE_OFFSET = 145, SAMPLE_OFFSET = 151, PROJECTION_OFFSET = 196, RGB_OFFSET = 157, UL_EASTING_OFFSET = 288, UL_NORTHING_OFFSET = 312, UTM_ZONE_OFFSET = 199, DATUM_OFFSET = 168, DATA_ORDER_SIZE = 3, LINE_SIZE = 8, SAMPLE_SIZE = 8, PROJECTION_SIZE = 3, RGB_SIZE = 3, MARKING_U_SIZE = 5, MARKING_V_SIZE = 5, UL_EASTING_SIZE = 24, UL_NORTHING_SIZE = 24, UTM_ZONE_SIZE = 6, DATUM_SIZE = 2, RADIOMETRY_SIZE = 3, GSD_SIZE = 12 } |
Public Member Functions | |
ossimDoqq () | |
ossimDoqq (ossimFilename file) | |
~ossimDoqq () | |
virtual bool | open (std::shared_ptr< ossim::istream > &str, const std::string &connectionString) |
open method. More... | |
virtual std::ostream & | print (std::ostream &out) const |
Implementation of ossimInfoBase class pure virtual. More... | |
ossim_int32 | errorStatus () const |
![]() | |
ossimInfoBase () | |
default constructor More... | |
virtual bool | open (const ossimFilename &file) |
open method. More... | |
void | setProcessOverviewFlag (bool flag) |
Sets the overview flag. More... | |
bool | getProcessOverviewFlag () const |
Method to get the overview flag. More... | |
virtual bool | getKeywordlist (ossimKeywordlist &kwl) const |
Method to dump info to a keyword list. More... | |
virtual bool | getKeywordlist (ossimKeywordlist &kwl, ossim_uint32 entryIndex) const |
Method to dump info to a keyword list. More... | |
![]() | |
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 | |
ossim_float64 | convertStr (const char *str) const |
void | ldstr_v1 (std::istream &in) |
void | ldstr_v2 (std::istream &in) |
Private Attributes | |
std::shared_ptr< ossim::istream > | m_doqqFileStr |
std::string | m_connectionString |
ossimErrorStatus | theErrorStatus |
Additional Inherited Members | |
![]() | |
virtual | ~ossimInfoBase () |
virtual destructor More... | |
![]() | |
virtual | ~ossimReferenced () |
![]() | |
bool | theOverviewFlag |
Definition at line 31 of file ossimDoqq.h.
anonymous enum |
Definition at line 44 of file ossimDoqq.h.
Enumerator | |
---|---|
OSSIM_OK | |
OSSIM_ERROR |
Definition at line 38 of file ossimDoqq.h.
ossimDoqq::ossimDoqq | ( | ) |
Definition at line 26 of file ossimDoqq.cpp.
ossimDoqq::ossimDoqq | ( | ossimFilename | file | ) |
Definition at line 34 of file ossimDoqq.cpp.
References ossimInfoBase::open().
ossimDoqq::~ossimDoqq | ( | ) |
|
private |
Definition at line 402 of file ossimDoqq.cpp.
References ossimString::gsub(), and ossimString::toFloat64().
|
inline |
Definition at line 121 of file ossimDoqq.h.
Referenced by ossimDoqqTileSource::loadState(), and ossimDoqqTileSource::open().
|
private |
Definition at line 287 of file ossimDoqq.cpp.
References DATA_ORDER_OFFSET, DATA_ORDER_SIZE, OSSIM_ERROR, theDataOrder, and theErrorStatus.
|
private |
Definition at line 91 of file ossimDoqq.cpp.
References ossimString::chars(), ossimString::contains(), ossimString::empty(), OSSIM_ERROR, theAcqDay, theAcqMonth, theAcqYear, theDatum, theEasting, theErrorStatus, theGsd, theHeaderSize, theImageSource, theLE, theLine, theLN, theNation, theNorthing, theProjection, theQuad, theQuadName, theRgb, theRMSE, theSample, theSourceImageID, theState, theUE, theUN, theUtmZone, ossimString::toDouble(), ossimDpt::x, and ossimDpt::y.
|
virtual |
open method.
str | stream to test. |
connectionString | original string for the stream. |
Reimplemented from ossimInfoBase.
Definition at line 42 of file ossimDoqq.cpp.
References OSSIM_OK, and theErrorStatus.
|
virtual |
Implementation of ossimInfoBase class pure virtual.
Implements ossimInfoBase.
Definition at line 414 of file ossimDoqq.cpp.
References theDatum, theEasting, theGsd, theImageSource, theLE, theLine, theLN, theNorthing, theProjection, theQuad, theQuadName, theRgb, theRMSE, theSample, theSourceImageID, theUE, theUN, and theUtmZone.
|
private |
Definition at line 126 of file ossimDoqq.h.
|
mutableprivate |
Definition at line 125 of file ossimDoqq.h.
Referenced by ~ossimDoqq().
ossimString ossimDoqq::theAcqDay |
Definition at line 106 of file ossimDoqq.h.
Referenced by ossimDoqqTileSource::getProperty(), ldstr_v2(), and ossimDoqqTileSource::open().
ossimString ossimDoqq::theAcqMonth |
Definition at line 105 of file ossimDoqq.h.
Referenced by ossimDoqqTileSource::getProperty(), ldstr_v2(), and ossimDoqqTileSource::open().
ossimString ossimDoqq::theAcqYear |
Definition at line 104 of file ossimDoqq.h.
Referenced by ossimDoqqTileSource::getProperty(), ldstr_v2(), and ossimDoqqTileSource::open().
ossimString ossimDoqq::theAcqYearMonthDay |
Definition at line 107 of file ossimDoqq.h.
ossimString ossimDoqq::theDataOrder |
Definition at line 93 of file ossimDoqq.h.
Referenced by ldstr_v1().
ossimString ossimDoqq::theDatum |
Definition at line 88 of file ossimDoqq.h.
Referenced by ossimDoqqTileSource::getImageGeometry(), ldstr_v2(), and print().
ossim_float64 ossimDoqq::theEasting |
Definition at line 111 of file ossimDoqq.h.
Referenced by ossimDoqqTileSource::getImageGeometry(), ldstr_v2(), and print().
|
private |
Definition at line 127 of file ossimDoqq.h.
Referenced by ldstr_v1(), ldstr_v2(), and open().
ossimDpt ossimDoqq::theGsd |
Definition at line 117 of file ossimDoqq.h.
Referenced by ossimDoqqTileSource::getImageGeometry(), ldstr_v2(), and print().
ossim_int32 ossimDoqq::theHeaderSize |
Definition at line 118 of file ossimDoqq.h.
Referenced by ldstr_v2(), ossimDoqqTileSource::loadState(), and ossimDoqqTileSource::open().
ossimString ossimDoqq::theImageSource |
Definition at line 96 of file ossimDoqq.h.
Referenced by ldstr_v2(), and print().
ossim_float64 ossimDoqq::theLE |
Definition at line 116 of file ossimDoqq.h.
Referenced by ldstr_v2(), and print().
ossim_int32 ossimDoqq::theLine |
Definition at line 100 of file ossimDoqq.h.
Referenced by ldstr_v2(), ossimDoqqTileSource::loadState(), ossimDoqqTileSource::open(), and print().
ossim_float64 ossimDoqq::theLN |
Definition at line 115 of file ossimDoqq.h.
Referenced by ldstr_v2(), and print().
ossimString ossimDoqq::theMarkU |
Definition at line 94 of file ossimDoqq.h.
ossimString ossimDoqq::theMarkV |
Definition at line 95 of file ossimDoqq.h.
ossimString ossimDoqq::theNation |
Definition at line 91 of file ossimDoqq.h.
Referenced by ldstr_v2().
ossim_float64 ossimDoqq::theNorthing |
Definition at line 112 of file ossimDoqq.h.
Referenced by ossimDoqqTileSource::getImageGeometry(), ldstr_v2(), and print().
ossimString ossimDoqq::theProjection |
Definition at line 87 of file ossimDoqq.h.
Referenced by ossimDoqqTileSource::getImageGeometry(), ldstr_v2(), and print().
ossimString ossimDoqq::theQuad |
Definition at line 90 of file ossimDoqq.h.
Referenced by ldstr_v2(), and print().
ossimString ossimDoqq::theQuadName |
Definition at line 89 of file ossimDoqq.h.
Referenced by ldstr_v2(), and print().
ossim_int32 ossimDoqq::theRecordSize |
Definition at line 119 of file ossimDoqq.h.
ossim_int32 ossimDoqq::theRgb |
Definition at line 102 of file ossimDoqq.h.
Referenced by ldstr_v2(), ossimDoqqTileSource::loadState(), ossimDoqqTileSource::open(), and print().
ossim_float64 ossimDoqq::theRMSE |
Definition at line 109 of file ossimDoqq.h.
Referenced by ldstr_v2(), and print().
ossim_int32 ossimDoqq::theSample |
Definition at line 101 of file ossimDoqq.h.
Referenced by ldstr_v2(), ossimDoqqTileSource::loadState(), ossimDoqqTileSource::open(), and print().
ossimString ossimDoqq::theSourceImageID |
Definition at line 97 of file ossimDoqq.h.
Referenced by ldstr_v2(), and print().
ossimString ossimDoqq::theState |
Definition at line 92 of file ossimDoqq.h.
Referenced by ldstr_v2().
ossim_float64 ossimDoqq::theUE |
Definition at line 114 of file ossimDoqq.h.
Referenced by ldstr_v2(), and print().
ossim_float64 ossimDoqq::theUN |
Definition at line 113 of file ossimDoqq.h.
Referenced by ldstr_v2(), and print().
ossim_int32 ossimDoqq::theUtmZone |
Definition at line 99 of file ossimDoqq.h.
Referenced by ossimDoqqTileSource::getImageGeometry(), ldstr_v2(), and print().