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

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOSTRINGS_H__FC73689D_A1F8_4A7C_86A3_38D5AF4F590C__INCLUDED_)
  2. #define AFX_MOSTRINGS_H__FC73689D_A1F8_4A7C_86A3_38D5AF4F590C__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. /////////////////////////////////////////////////////////////////////////////
  10. // CMoStrings wrapper class
  11. class CMoStrings : public COleDispatchDriver
  12. {
  13. public:
  14. CMoStrings() {} // Calls COleDispatchDriver default constructor
  15. CMoStrings(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  16. CMoStrings(const CMoStrings& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  17. // Attributes
  18. public:
  19. short GetCount();
  20. void SetCount(short);
  21. BOOL GetUnique();
  22. void SetUnique(BOOL);
  23. // Operations
  24. public:
  25. CString Item(const VARIANT& Item);
  26. BOOL Add(LPCTSTR string);
  27. void Clear();
  28. long Find(LPCTSTR itemName, const VARIANT& startPos);
  29. void PopulateWithUnits();
  30. void PopulateWithSpheroids();
  31. void PopulateWithDatums();
  32. void PopulateWithMeridians();
  33. void PopulateWithProjections();
  34. void PopulateWithProjectedCoordSys();
  35. void PopulateWithGeographicCoordSys();
  36. void PopulateWithGeoTransformations();
  37. void PopulateWithParameters(long Projection);
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_MOSTRINGS_H__FC73689D_A1F8_4A7C_86A3_38D5AF4F590C__INCLUDED_)