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

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 "moimagelayer.h"
  6. // Dispatch interfaces referenced by this interface
  7. #include "MoRectangle.h"
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMoImageLayer properties
  10. BOOL CMoImageLayer::GetVisible()
  11. {
  12. BOOL result;
  13. GetProperty(0x1, VT_BOOL, (void*)&result);
  14. return result;
  15. }
  16. void CMoImageLayer::SetVisible(BOOL propVal)
  17. {
  18. SetProperty(0x1, VT_BOOL, propVal);
  19. }
  20. CString CMoImageLayer::GetName()
  21. {
  22. CString result;
  23. GetProperty(0x2, VT_BSTR, (void*)&result);
  24. return result;
  25. }
  26. void CMoImageLayer::SetName(LPCTSTR propVal)
  27. {
  28. SetProperty(0x2, VT_BSTR, propVal);
  29. }
  30. CMoRectangle CMoImageLayer::GetExtent()
  31. {
  32. LPDISPATCH pDispatch;
  33. GetProperty(0x5, VT_DISPATCH, (void*)&pDispatch);
  34. return CMoRectangle(pDispatch);
  35. }
  36. void CMoImageLayer::SetExtent(LPDISPATCH propVal)
  37. {
  38. SetProperty(0x5, VT_DISPATCH, propVal);
  39. }
  40. CString CMoImageLayer::GetFile()
  41. {
  42. CString result;
  43. GetProperty(0x6, VT_BSTR, (void*)&result);
  44. return result;
  45. }
  46. void CMoImageLayer::SetFile(LPCTSTR propVal)
  47. {
  48. SetProperty(0x6, VT_BSTR, propVal);
  49. }
  50. long CMoImageLayer::GetLayerType()
  51. {
  52. long result;
  53. GetProperty(0x7, VT_I4, (void*)&result);
  54. return result;
  55. }
  56. void CMoImageLayer::SetLayerType(long propVal)
  57. {
  58. SetProperty(0x7, VT_I4, propVal);
  59. }
  60. CString CMoImageLayer::GetTag()
  61. {
  62. CString result;
  63. GetProperty(0x3, VT_BSTR, (void*)&result);
  64. return result;
  65. }
  66. void CMoImageLayer::SetTag(LPCTSTR propVal)
  67. {
  68. SetProperty(0x3, VT_BSTR, propVal);
  69. }
  70. BOOL CMoImageLayer::GetValid()
  71. {
  72. BOOL result;
  73. GetProperty(0x8, VT_BOOL, (void*)&result);
  74. return result;
  75. }
  76. void CMoImageLayer::SetValid(BOOL propVal)
  77. {
  78. SetProperty(0x8, VT_BOOL, propVal);
  79. }
  80. BOOL CMoImageLayer::GetUpdateWhileDrawing()
  81. {
  82. BOOL result;
  83. GetProperty(0x4, VT_BOOL, (void*)&result);
  84. return result;
  85. }
  86. void CMoImageLayer::SetUpdateWhileDrawing(BOOL propVal)
  87. {
  88. SetProperty(0x4, VT_BOOL, propVal);
  89. }
  90. BOOL CMoImageLayer::GetTransparent()
  91. {
  92. BOOL result;
  93. GetProperty(0x9, VT_BOOL, (void*)&result);
  94. return result;
  95. }
  96. void CMoImageLayer::SetTransparent(BOOL propVal)
  97. {
  98. SetProperty(0x9, VT_BOOL, propVal);
  99. }
  100. unsigned long CMoImageLayer::GetTransparentColor()
  101. {
  102. unsigned long result;
  103. GetProperty(0xa, VT_I4, (void*)&result);
  104. return result;
  105. }
  106. void CMoImageLayer::SetTransparentColor(unsigned long propVal)
  107. {
  108. SetProperty(0xa, VT_I4, propVal);
  109. }
  110. /////////////////////////////////////////////////////////////////////////////
  111. // CMoImageLayer operations