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

GIS编程

开发平台:

Visual C++

  1. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  2. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  3. //  Microsoft Visual C++, your modifications will be overwritten.
  4. #include "stdafx.h"
  5. #include "moprimemeridian.h"
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CMoPrimeMeridian properties
  8. long CMoPrimeMeridian::GetType()
  9. {
  10. long result;
  11. GetProperty(0x1, VT_I4, (void*)&result);
  12. return result;
  13. }
  14. void CMoPrimeMeridian::SetType(long propVal)
  15. {
  16. SetProperty(0x1, VT_I4, propVal);
  17. }
  18. CString CMoPrimeMeridian::GetName()
  19. {
  20. CString result;
  21. GetProperty(0x2, VT_BSTR, (void*)&result);
  22. return result;
  23. }
  24. void CMoPrimeMeridian::SetName(LPCTSTR propVal)
  25. {
  26. SetProperty(0x2, VT_BSTR, propVal);
  27. }
  28. double CMoPrimeMeridian::GetLongitude()
  29. {
  30. double result;
  31. GetProperty(0x3, VT_R8, (void*)&result);
  32. return result;
  33. }
  34. void CMoPrimeMeridian::SetLongitude(double propVal)
  35. {
  36. SetProperty(0x3, VT_R8, propVal);
  37. }
  38. /////////////////////////////////////////////////////////////////////////////
  39. // CMoPrimeMeridian operations