📄 projspace.h
字号:
#if !defined(AFX_PROJSPACE_H__BCFFEE14_DF1A_47DF_8FAF_0DEE41549D94__INCLUDED_)
#define AFX_PROJSPACE_H__BCFFEE14_DF1A_47DF_8FAF_0DEE41549D94__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// 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.
// Dispatch interfaces referenced by this interface
class CProjAlgorithmStrings;
/////////////////////////////////////////////////////////////////////////////
// CProjSpace wrapper class
class CProjSpace : public COleDispatchDriver
{
public:
CProjSpace() {} // Calls COleDispatchDriver default constructor
CProjSpace(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CProjSpace(const CProjSpace& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
CString GetProjAlgorithmStr();
void SetProjAlgorithmStr(LPCTSTR lpszNewValue);
long GetProjAlgorithmVal();
void SetProjAlgorithmVal(long nNewValue);
double GetLonOfOrig();
void SetLonOfOrig(double newValue);
double GetLatOfOrig();
void SetLatOfOrig(double newValue);
double GetFalseX();
void SetFalseX(double newValue);
double GetFalseY();
void SetFalseY(double newValue);
CString GetScaleReductFactStr();
void SetScaleReductFactStr(LPCTSTR lpszNewValue);
double GetScaleReductFactVal();
void SetScaleReductFactVal(double newValue);
CString GetZoneStr();
void SetZoneStr(LPCTSTR lpszNewValue);
long GetZoneVal();
void SetZoneVal(long nNewValue);
CString GetHemisphereStr();
void SetHemisphereStr(LPCTSTR lpszNewValue);
long GetHemisphereVal();
void SetHemisphereVal(long nNewValue);
double GetStandPar1();
void SetStandPar1(double newValue);
double GetStandPar2();
void SetStandPar2(double newValue);
double GetLatOfTrueScale();
void SetLatOfTrueScale(double newValue);
double GetAzimuthAng();
void SetAzimuthAng(double newValue);
CProjAlgorithmStrings GetProjAlgorithmStrings();
long GetAzimuthDefinitionMode();
void SetAzimuthDefinitionMode(long nNewValue);
double GetLatPoint1();
void SetLatPoint1(double newValue);
double GetLatPoint2();
void SetLatPoint2(double newValue);
double GetLonPoint1();
void SetLonPoint1(double newValue);
double GetLonPoint2();
void SetLonPoint2(double newValue);
double GetGeomHeightOrigin();
void SetGeomHeightOrigin(double newValue);
double GetGeomHeightPoint1();
void SetGeomHeightPoint1(double newValue);
double GetGeomHeightPoint2();
void SetGeomHeightPoint2(double newValue);
double GetGeogRadiusStdCircle();
void SetGeogRadiusStdCircle(double newValue);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROJSPACE_H__BCFFEE14_DF1A_47DF_8FAF_0DEE41549D94__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -