2009年4月3日
摘要: ARCMAP扩展, 實現移動特定element,視圖中心將隨element改變。 做好這個dll后,调用 windows 目录下 system32 子目录下的 regsvr32.exe 用下面的形式 注册编译好的DLL: win 目录\system32\regsvr32.exe \.dll . 运行 \arcexe81\Bin\categories.exe,在打开的 Component Cat... 阅读全文
posted @ 2009-04-03 16:10 炜升 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 与导出到PGDB的方法相似,shapefile没有Annotation featureclass,所以用以下这一方法就够Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Private Sub ExportFeatureClass()Sub Export... 阅读全文
posted @ 2009-04-03 10:55 炜升 阅读(761) 评论(0) 推荐(0) 编辑
摘要: 利用ITopologicalOperator接口将多个多边形合并成单一多边形,用于进行查询.Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Private Function ExtractGeometryByPolygon()Function Extr... 阅读全文
posted @ 2009-04-03 10:49 炜升 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 相比Annotation FeatureClass的输出, simple featureclass(point,line,polygon)相对要简单(不需要创建新的AnnotAtIon FC). 利用 IExportOperation.ExportOperation就能导出. Code highlighting produced by Actipro CodeHighlighter (freewa... 阅读全文
posted @ 2009-04-03 10:13 炜升 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 将SDE里的Annotation featureclass到处到 personal geodatabase. 其中,pFC为SDE里要导出的Annotation featureclass, pWSN是Access workspaceName. CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://w... 阅读全文
posted @ 2009-04-03 10:09 炜升 阅读(463) 评论(0) 推荐(0) 编辑