mogeotransformation.h
上传用户:qinfarui
上传日期:2022-08-10
资源大小:362k
文件大小:2k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOGEOTRANSFORMATION_H__96949578_6554_4E4B_B3CD_B61684B565A4__INCLUDED_)
  2. #define AFX_MOGEOTRANSFORMATION_H__96949578_6554_4E4B_B3CD_B61684B565A4__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. // Dispatch interfaces referenced by this interface
  10. class CMoGeoCoordSys;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMoGeoTransformation wrapper class
  13. class CMoGeoTransformation : public COleDispatchDriver
  14. {
  15. public:
  16. CMoGeoTransformation() {} // Calls COleDispatchDriver default constructor
  17. CMoGeoTransformation(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CMoGeoTransformation(const CMoGeoTransformation& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. long GetType();
  22. void SetType(long);
  23. CString GetName();
  24. void SetName(LPCTSTR);
  25. CMoGeoCoordSys GetFromGeoCoordSys();
  26. void SetFromGeoCoordSys(LPDISPATCH);
  27. CMoGeoCoordSys GetToGeoCoordSys();
  28. void SetToGeoCoordSys(LPDISPATCH);
  29. long GetMethod();
  30. void SetMethod(long);
  31. long GetDirection();
  32. void SetDirection(long);
  33. long GetSecondType();
  34. void SetSecondType(long);
  35. CString GetSecondName();
  36. void SetSecondName(LPCTSTR);
  37. long GetSecondDirection();
  38. void SetSecondDirection(long);
  39. // Operations
  40. public:
  41. void SetParameter(long ParameterType, double ParameterValue);
  42. double GetParameter(long ParameterType);
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_MOGEOTRANSFORMATION_H__96949578_6554_4E4B_B3CD_B61684B565A4__INCLUDED_)