从MIF文件直接读取道路数据string file= @"C:\Inetpub\wwwroot\SSWeb\node\Road.MIF";//载入数据,使用绝对路径(单独制作的综合节点图层)
从MIF文件直接读取道路数据
            StreamReader sr = new StreamReader(file);
从MIF文件直接读取道路数据            
string nextLine, sTmp;
从MIF文件直接读取道路数据            
long nTmp, mTmp;
从MIF文件直接读取道路数据            nTmp 
= mTmp = 0;
从MIF文件直接读取道路数据            TNode fNode, cNode;
从MIF文件直接读取道路数据            fNode 
= cNode = null;
从MIF文件直接读取道路数据            
while ((nextLine = sr.ReadLine()) != null)
            sr.Close();

相关文章:

  • 2021-06-22
  • 2022-02-13
  • 2021-08-28
  • 2022-12-23
  • 2021-11-23
  • 2021-04-08
  • 2021-11-06
猜你喜欢
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2021-07-15
相关资源
相似解决方案