如题,这个问题前段时间提出来过,技术人员还没解决完,但是帖子好像沉了,再抛一次。
之前的连接为:http://ask.supermap.com/71857
代码片段如下:
string scpPath =“D:\\Data\\123.scp”;
List<Geometry> p2ds = new List<Geometry>();
p2ds.Add((new GeoPoint(e.X, e.Y)));
GeoPoint3D p3d = CacheProcessor3D.GeometryMatch(scpPath, p2ds, 0.01)[0] as GeoPoint3D;