12 #ifndef ossimFormosatDimapSupportData_HEADER 13 #define ossimFormosatDimapSupportData_HEADER 1 44 OSSIM_FORMOSAT_METADATA_VERSION_UNKNOWN = 0,
45 OSSIM_FORMOSAT_METADATA_VERSION_1_0 = 1,
46 OSSIM_FORMOSAT_METADATA_VERSION_1_1 = 2
72 void getImageSize(
ossimDpt& sz)
const;
80 bool isStarTrackerUsed()
const;
81 bool isSwirDataUsed()
const;
88 void getRefGroundPoint(
ossimGpt& gp)
const;
91 void getRefImagePoint(
ossimDpt& rp)
const;
104 void getSubImageOffset(
ossimDpt& offset)
const;
144 void getUlCorner(
ossimGpt& pt)
const;
145 void getUrCorner(
ossimGpt& pt)
const;
146 void getLrCorner(
ossimGpt& pt)
const;
147 void getLlCorner(
ossimGpt& pt)
const;
152 void printInfo (
ostream& os)
const;
155 const char* prefix = 0)
const;
157 const char* prefix = 0);
163 const std::vector<ossimDpt3d>& V,
164 const std::vector<ossim_float64>& T,
168 const std::vector<ossimDpt3d>& V,
169 const std::vector<ossim_float64>& T,
173 const std::vector<ossim_float64>& angles,
178 void convertTimeStamp(
const ossimString& time_stamp,
Represents serializable keyword/value map.
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
virtual bool loadState(const ossimKeywordlist &kwl, const char *prefix=0)
unsigned int ossim_uint32
#define OSSIM_PLUGINS_DLL
virtual ossimObject * dup() const
std::basic_ostream< char > ostream
Base class for char output streams.