sopjparams.h
来自「用VC+SuperMap开发的校园GIS系统」· C头文件 代码 · 共 56 行
H
56 行
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
/////////////////////////////////////////////////////////////////////////////
// CsoPJParams wrapper class
class CsoPJParams : public COleDispatchDriver
{
public:
CsoPJParams() {} // Calls COleDispatchDriver default constructor
CsoPJParams(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CsoPJParams(const CsoPJParams& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
double GetFalseEasting();
void SetFalseEasting(double);
double GetFalseNorthing();
void SetFalseNorthing(double);
double GetCentralMeridian();
void SetCentralMeridian(double);
double GetCentralParallel();
void SetCentralParallel(double);
double GetStandardParallel1();
void SetStandardParallel1(double);
double GetStandardParallel2();
void SetStandardParallel2(double);
double GetScaleFactor();
void SetScaleFactor(double);
double GetAzimuth();
void SetAzimuth(double);
double GetFirstPointLongitude();
void SetFirstPointLongitude(double);
double GetSecondPointLongitude();
void SetSecondPointLongitude(double);
double GetTranslateX();
void SetTranslateX(double);
double GetTranslateY();
void SetTranslateY(double);
double GetTranslateZ();
void SetTranslateZ(double);
double GetRotateX();
void SetRotateX(double);
double GetRotateY();
void SetRotateY(double);
double GetRotateZ();
void SetRotateZ(double);
double GetScaleDifference();
void SetScaleDifference(double);
// Operations
public:
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?