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

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOPLACELOCATOR_H__30522D95_4648_4DD0_98E5_75B2CEB7BC8C__INCLUDED_)
  2. #define AFX_MOPLACELOCATOR_H__30522D95_4648_4DD0_98E5_75B2CEB7BC8C__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 CMoGeoDataset;
  11. class CMoPoints;
  12. class CMoStrings;
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CMoPlaceLocator wrapper class
  15. class CMoPlaceLocator : public COleDispatchDriver
  16. {
  17. public:
  18. CMoPlaceLocator() {} // Calls COleDispatchDriver default constructor
  19. CMoPlaceLocator(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  20. CMoPlaceLocator(const CMoPlaceLocator& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  21. // Attributes
  22. public:
  23. BOOL GetIndexed();
  24. void SetIndexed(BOOL);
  25. CMoGeoDataset GetPlaceNameTable();
  26. void SetPlaceNameTable(LPDISPATCH);
  27. // Operations
  28. public:
  29. BOOL BuildIndex(LPCTSTR Field, BOOL force);
  30. CMoPoints Locate(LPCTSTR placeName);
  31. CMoStrings FindApproximateMatches(LPCTSTR placeName);
  32. CMoStrings FindAllPlaceNames(LPCTSTR prefix);
  33. };
  34. //{{AFX_INSERT_LOCATION}}
  35. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  36. #endif // !defined(AFX_MOPLACELOCATOR_H__30522D95_4648_4DD0_98E5_75B2CEB7BC8C__INCLUDED_)