本文使用的工具在Arctoolbox.Data Management Tools.Features (一)面--面转线.面转点 面转线 Polygon To Line .Feature To Line 面转点 Feature To Point (二)面--线转面.线转点 线转面 Feature To Polygon 线转点Feature To Point (二)点--点转面.点转线 点转面 Feature To Polygon 点转线Feature To Line .Points To Li…
数据类的定义: public class Result_Display { private string id; public string ID { get { return id; } set { id = value; } } private string depth; public string DEPTH { get { return depth; } set { depth = value; } } public Result_Display(string id, string de…