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

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOPOINTS_H__3CA292D9_D653_4B8F_B05C_AC80B260225E__INCLUDED_)
  2. #define AFX_MOPOINTS_H__3CA292D9_D653_4B8F_B05C_AC80B260225E__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 CMoRectangle;
  11. class CMoPoint;
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CMoPoints wrapper class
  14. class CMoPoints : public COleDispatchDriver
  15. {
  16. public:
  17. CMoPoints() {} // Calls COleDispatchDriver default constructor
  18. CMoPoints(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  19. CMoPoints(const CMoPoints& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  20. // Attributes
  21. public:
  22. long GetCount();
  23. void SetCount(long);
  24. long GetShapeType();
  25. void SetShapeType(long);
  26. CMoRectangle GetExtent();
  27. void SetExtent(LPDISPATCH);
  28. // Operations
  29. public:
  30. CMoPoint Item(const VARIANT& Item);
  31. void Add(LPDISPATCH Point);
  32. void Set(long index, LPDISPATCH Point);
  33. void Remove(long index);
  34. void Insert(long index, LPDISPATCH Point);
  35. void Reverse();
  36. void Offset(double deltaX, double deltaY);
  37. double DistanceTo(LPDISPATCH shape);
  38. CMoPoints GetCrossings(LPDISPATCH shape);
  39. LPDISPATCH Union(LPDISPATCH anotherShape, const VARIANT& Extent);
  40. LPDISPATCH Xor(LPDISPATCH anotherShape, const VARIANT& Extent);
  41. LPDISPATCH Difference(LPDISPATCH anotherShape, const VARIANT& Extent);
  42. LPDISPATCH Intersect(LPDISPATCH anotherShape, const VARIANT& Extent);
  43. LPDISPATCH Buffer(double distance, const VARIANT& Extent);
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_MOPOINTS_H__3CA292D9_D653_4B8F_B05C_AC80B260225E__INCLUDED_)