GIS的积累
It is never to late to learn

导航

 

2010年12月8日

摘要: [code] c#,arcengine,Arcobjects建立拓扑的完整例子 public void ValidateTopology(ITopology topology, IEnvelope envelope){ // Get the dirty area within the provided envelope. IPolygon locationPolygon = new PolygonClass(); ISegmentCollection segmentCollection = (ISegmentCollection)locationPolygon; segmentC 阅读全文
posted @ 2010-12-08 10:29 GIS的学习 阅读(3045) 评论(0) 推荐(1)