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

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOLINE_H__A410683B_8BDB_4938_B5C2_C13328E03F36__INCLUDED_)
  2. #define AFX_MOLINE_H__A410683B_8BDB_4938_B5C2_C13328E03F36__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 CMoParts;
  12. class CMoPoints;
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CMoLine wrapper class
  15. class CMoLine : public COleDispatchDriver
  16. {
  17. public:
  18. CMoLine() {} // Calls COleDispatchDriver default constructor
  19. CMoLine(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  20. CMoLine(const CMoLine& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  21. // Attributes
  22. public:
  23. CMoRectangle GetExtent();
  24. void SetExtent(LPDISPATCH);
  25. CMoParts GetParts();
  26. void SetParts(LPDISPATCH);
  27. double GetLength();
  28. void SetLength(double);
  29. long GetShapeType();
  30. void SetShapeType(long);
  31. BOOL GetIsFullyMeasured();
  32. void SetIsFullyMeasured(BOOL);
  33. // Operations
  34. public:
  35. void Offset(double deltaX, double deltaY);
  36. double DistanceTo(LPDISPATCH shape);
  37. CMoPoints GetCrossings(LPDISPATCH shape);
  38. CMoPoints ReturnPointEvents(double Measure);
  39. CMoLine ReturnLineEvent(double start, double end);
  40. double ReturnMeasure(LPDISPATCH location);
  41. void UpdateMeasures();
  42. void SetMeasures(double start, double end);
  43. void SetMeasuresAsLength();
  44. void OffsetMeasures(double Offset);
  45. void MultiplyMeasures(double factor);
  46. LPDISPATCH Union(LPDISPATCH anotherLine, const VARIANT& Extent);
  47. LPDISPATCH Xor(LPDISPATCH anotherShape, const VARIANT& Extent);
  48. LPDISPATCH Difference(LPDISPATCH anotherShape, const VARIANT& Extent);
  49. LPDISPATCH Intersect(LPDISPATCH anotherShape, const VARIANT& Extent);
  50. LPDISPATCH Buffer(double distance, const VARIANT& Extent);
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_MOLINE_H__A410683B_8BDB_4938_B5C2_C13328E03F36__INCLUDED_)