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

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOPROJCOORDSYS_H__21025273_DE39_4107_8263_0CFBF5DBCE71__INCLUDED_)
  2. #define AFX_MOPROJCOORDSYS_H__21025273_DE39_4107_8263_0CFBF5DBCE71__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. class CMoUnit;
  12. class CMoProjection;
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CMoProjCoordSys wrapper class
  15. class CMoProjCoordSys : public COleDispatchDriver
  16. {
  17. public:
  18. CMoProjCoordSys() {} // Calls COleDispatchDriver default constructor
  19. CMoProjCoordSys(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  20. CMoProjCoordSys(const CMoProjCoordSys& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  21. // Attributes
  22. public:
  23. long GetType();
  24. void SetType(long);
  25. CString GetName();
  26. void SetName(LPCTSTR);
  27. CMoGeoCoordSys GetGeoCoordSys();
  28. void SetGeoCoordSys(LPDISPATCH);
  29. CMoUnit GetUnit();
  30. void SetUnit(LPDISPATCH);
  31. CMoProjection GetProjection();
  32. void SetProjection(LPDISPATCH);
  33. BOOL GetIsProjected();
  34. void SetIsProjected(BOOL);
  35. // Operations
  36. public:
  37. void SetParameter(long ParameterType, double ParameterValue);
  38. double GetParameter(long ParameterType);
  39. LPDISPATCH Transform(LPDISPATCH FromCoordSys, LPDISPATCH FromShape, const VARIANT& DensificationTolerance, const VARIANT& GeoTransformation);
  40. void Export(LPCTSTR OutName);
  41. CString ReturnDescription();
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_MOPROJCOORDSYS_H__21025273_DE39_4107_8263_0CFBF5DBCE71__INCLUDED_)