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

GIS编程

开发平台:

Visual C++

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