50 const char* getVersion(VERSION_TYPE type = VERSION_STRING)
const;
56 void setDst(std::string file);
65 void setDstFormat(std::string format);
74 const RETURN_CODE setSrc(std::string file);
83 const RETURN_CODE readGCP(std::string file);
97 void setPerimSize(
const unsigned int &perim);
105 const std::string getUTM()
const;
115 const RETURN_CODE warp(
const bool &useUTM =
false,
const bool &zerosAsND =
false);
121 unsigned int getSrcXSize()
const;
127 unsigned int getSrcYSize()
const;
133 unsigned int getGCPXSize()
const;
139 unsigned int getGCPYSize()
const;
145 unsigned int getGCPXStep()
const;
151 unsigned int getGCPYStep()
const;
157 bool ifAddLogo()
const;
163 void setAddLogo(
bool enabled);
182 std::string mDstFile;
183 std::string mDstFormat;
192 unsigned int mPerimSize;
194 unsigned int mGCPXSize;
195 unsigned int mGCPYSize;
196 unsigned int mGCPXStep;
197 unsigned int mGCPYStep;
198 unsigned int mGCPSize;
209 double *mGeoTransform;
Return a version date.
Definition: msuproj.h:38
The class for reprojecting geo data of the sensing equipment MSU-MR of the ERS satellite Meteor-M...
Definition: msuproj.h:17
VERSION_TYPE
The enumiration for getVersion() method.
Definition: msuproj.h:35
Return a version string.
Definition: msuproj.h:37