📄 cmapxdatum.h
字号:
#if !defined(AFX_CMAPXDATUM_H__0F65AC7C_1ED4_474E_8BF3_A3955353BD1A__INCLUDED_)
#define AFX_CMAPXDATUM_H__0F65AC7C_1ED4_474E_8BF3_A3955353BD1A__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.
/////////////////////////////////////////////////////////////////////////////
// CCMapXDatum wrapper class
class CCMapXDatum : public COleDispatchDriver
{
public:
CCMapXDatum() {} // Calls COleDispatchDriver default constructor
CCMapXDatum(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CCMapXDatum(const CCMapXDatum& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
short GetEllipsoid();
double GetShiftX();
double GetShiftY();
double GetShiftZ();
double GetRotateX();
double GetRotateY();
double GetRotateZ();
double GetScaleAdjust();
double GetPrimeMeridian();
double GetSemiMajorAxis();
double GetSemiMinorAxis();
double GetFlattening();
double GetEccentricity();
// Operations
public:
void Set(short Ellipsoid, double ShiftX, double ShiftY, double ShiftZ, double RotateX, double RotateY, double RotateZ, double ScaleAdjust, double PrimeMeridian);
void SetFromList(short DatumNum);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CMAPXDATUM_H__0F65AC7C_1ED4_474E_8BF3_A3955353BD1A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -