XPathFinder.h
上传用户:yokoluohf
上传日期:2013-02-25
资源大小:769k
文件大小:0k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #pragma once
  2. #include "XPath.h"
  3. #include "XMapCtrl.h"
  4. class XPathFinder
  5. {
  6. public:
  7. XPathFinder();
  8. virtual ~XPathFinder();
  9. public:
  10. XStations stations;
  11. XLines lines;
  12. public:
  13. vector<XPath> Find(CString station1, CString station2, int type);
  14. };