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

GIS编程

开发平台:

Visual C++

  1. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  2. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  3. //  Microsoft Visual C++, your modifications will be overwritten.
  4. #include "stdafx.h"
  5. #include "moaddresslocation.h"
  6. // Dispatch interfaces referenced by this interface
  7. #include "mopoint.h"
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMoAddressLocation properties
  10. CMoPoint CMoAddressLocation::GetLocation()
  11. {
  12. LPDISPATCH pDispatch;
  13. GetProperty(0x1, VT_DISPATCH, (void*)&pDispatch);
  14. return CMoPoint(pDispatch);
  15. }
  16. void CMoAddressLocation::SetLocation(LPDISPATCH propVal)
  17. {
  18. SetProperty(0x1, VT_DISPATCH, propVal);
  19. }
  20. short CMoAddressLocation::GetMatchScore()
  21. {
  22. short result;
  23. GetProperty(0x2, VT_I2, (void*)&result);
  24. return result;
  25. }
  26. void CMoAddressLocation::SetMatchScore(short propVal)
  27. {
  28. SetProperty(0x2, VT_I2, propVal);
  29. }
  30. long CMoAddressLocation::GetStreetSide()
  31. {
  32. long result;
  33. GetProperty(0x3, VT_I4, (void*)&result);
  34. return result;
  35. }
  36. void CMoAddressLocation::SetStreetSide(long propVal)
  37. {
  38. SetProperty(0x3, VT_I4, propVal);
  39. }
  40. /////////////////////////////////////////////////////////////////////////////
  41. // CMoAddressLocation operations