摘要: http://resources.esri.com/help/9.3/arcgisengine/ArcObjects/esrigeometry/ICurve_Example.htm 阅读全文
posted @ 2010-10-09 17:12 hl3292 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 整理问题出在pointnow上 ,点击抓拍按钮后,程序仍然在运行,抓到的点不是当前点终于找到问题了全部解决 阅读全文
posted @ 2010-10-09 14:08 hl3292 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 正确用法object a = pFeature.get_Value(fidIndex);long fidValue = Convert.ToInt64(a) ;错误用法object a = pFeature.get_Value(fidIndex);long fidValue = (long)a; 阅读全文
posted @ 2010-10-09 10:32 hl3292 阅读(380) 评论(0) 推荐(0) 编辑
摘要: http://www.microsoft.com/silverlight/ 阅读全文
posted @ 2010-10-09 09:56 hl3292 阅读(167) 评论(0) 推荐(0) 编辑
摘要: http://www.97sky.com/bbs/viewthread.php?tid=2282代码更详细的资料ms-help://ESRI.EDNv9.3/esriGeoDatabase/html/IFeatureWorkspace.CreateFeatureClass_Example.htm1.IField和IFieldEdit区别: IFieldEdit是继承IField的,因为IField... 阅读全文
posted @ 2010-10-09 09:44 hl3292 阅读(618) 评论(0) 推荐(0) 编辑
摘要: 两部分:第一部分Shape 数据加载(同时打开多个文件)第二部分 ao 中一些打开数据的代码--AO学习资料笔记第一部分Shape 数据加载(同时打开多个文件) /// <summary> /// Shape 数据加载 /// </summary> /// <param name="sender"></param> /// <param... 阅读全文
posted @ 2010-10-08 11:38 hl3292 阅读(2772) 评论(0) 推荐(0) 编辑
摘要: 抓拍时1.计算时只计算当前点。2.计算后保存在Store图层,提取线段的ID号。1.算法解决点击抓拍 --- SpatialJoin---当前点运算----保存结果----保存到结果集Export Output云南公路500_Project 底层数据currentPointLayer 存储当前抓拍的点(空间运算后立刻删除)store 存储所有抓拍的点storeall 存储所有车辆经过的点resul... 阅读全文
posted @ 2010-10-08 09:58 hl3292 阅读(131) 评论(0) 推荐(0) 编辑
摘要: ESRI.ArcGIS.AnalysisTools.SpatialJoin spatialJoin = new ESRI.ArcGIS.AnalysisTools.SpatialJoin(); spatialJoin.target_features = pointnow; spatialJoin.match_option = "INTERSECTS"; spatialJoin.join_featu... 阅读全文
posted @ 2010-10-08 09:14 hl3292 阅读(271) 评论(0) 推荐(0) 编辑
摘要: IFeatureClass pFeatureClassnull = pFeatureLayernull.FeatureClass; pFeaturenull = pFeatureClassnull.CreateFeature(); pFeaturenull.Shape = xpoint; pFeaturenull.Store(); pFeaturenull.Delete(); 阅读全文
posted @ 2010-09-30 17:32 hl3292 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 建立钢铁一样的信心 阅读全文
posted @ 2010-09-30 15:43 hl3292 阅读(106) 评论(0) 推荐(0) 编辑