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

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOCLASSBREAKSRENDERER_H__71D0D2E1_AB33_4E78_ABE5_852895651FE4__INCLUDED_)
  2. #define AFX_MOCLASSBREAKSRENDERER_H__71D0D2E1_AB33_4E78_ABE5_852895651FE4__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 CMoSymbol;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMoClassBreaksRenderer wrapper class
  13. class CMoClassBreaksRenderer : public COleDispatchDriver
  14. {
  15. public:
  16. CMoClassBreaksRenderer() {} // Calls COleDispatchDriver default constructor
  17. CMoClassBreaksRenderer(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CMoClassBreaksRenderer(const CMoClassBreaksRenderer& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. CString GetField();
  22. void SetField(LPCTSTR);
  23. short GetBreakCount();
  24. void SetBreakCount(short);
  25. CString GetTag();
  26. void SetTag(LPCTSTR);
  27. long GetSymbolType();
  28. void SetSymbolType(long);
  29. // Operations
  30. public:
  31. double GetBreak(short index);
  32. void SetBreak(short index, double newValue);
  33. CMoSymbol GetSymbol(short index);
  34. void SetRefSymbol(short index, LPDISPATCH newValue);
  35. void RampColors(unsigned long startColor, unsigned long endColor);
  36. void SizeSymbols(short startSize, short endSize);
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_MOCLASSBREAKSRENDERER_H__71D0D2E1_AB33_4E78_ABE5_852895651FE4__INCLUDED_)