会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吃喝玩乐
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
ArcGis
1
线偏移处理参数说明
摘要:
阅读全文
posted @
2015-04-02 15:26
94cool
阅读(214)
评论(0)
推荐(0)
Converting a Polygon ZM shape file to a regular Shape Polygon
摘要:from:http://blog.csdn.net/qb371/article/details/8102109Locate the following tool -ArcToolbox > Conversion Tools > To Shapefile > Feature Class To Sha...
阅读全文
posted @
2015-04-02 10:50
94cool
阅读(2838)
评论(0)
推荐(0)
ArcGIS Engine 中 线加箭头
摘要:voidAddArrowElement(IGeometrypGeometry,IActiveViewpActiveView){IRgbColorpColor=newRgbColorClass();pColor.Red=255;ICartographicLineSymbolpCartoLineS...
阅读全文
posted @
2015-03-24 16:32
94cool
阅读(2652)
评论(0)
推荐(0)
ArcGis实现添加MultiLayerMarkerSymbol(多个符号叠加生成新的符号)
摘要:privatevoidaxMapControl1_OnMouseDown(objectsender,ESRI.ArcGIS.Controls.IMapControlEvents2_OnMouseDownEvente){//产生一个简单符号ISimpleMarkerSymbolpMarkerSymbo...
阅读全文
posted @
2015-03-24 16:30
94cool
阅读(2505)
评论(0)
推荐(0)
AE二次开发技巧之撤销、重做
摘要:原文地址:http://www.cnblogs.com/wylaok/articles/2363208.html可以把AE自带的重做、撤销按钮或工具添加到axToolBarControl上,再把axToolBarControl工具条隐藏,同时,在自定义的工具条上新建对应的按钮,按下此按钮实际触发的是...
阅读全文
posted @
2015-03-24 16:29
94cool
阅读(1291)
评论(0)
推荐(0)
ArcGIS Engine 中 Geometric Network 显示流向代码
摘要:原文地址:http://hi.baidu.com/steeeeps/item/165fbc15475e94741009b5b3非常感谢作者。以前学习几何网络时,对效用网络流向进行了总结,原理与效果图见:http://hi.baidu.com/llinkin_park/blog/item/7f18ff...
阅读全文
posted @
2015-03-24 16:23
94cool
阅读(590)
评论(0)
推荐(0)
ArcGis 中MapControl 框选
摘要:voidmCtrl_OnMouseDown(objectsender,ESRI.ArcGIS.Controls.IMapControlEvents2_OnMouseDownEvente){#region框选if(e.button==4){IEnvelopepEnvelope=mCtrl.TrackR...
阅读全文
posted @
2015-03-18 15:51
94cool
阅读(681)
评论(0)
推荐(0)
ArcGis 计算线段长度
摘要:voidCalcLength(stringtmpshp){varexpression="float(!SHAPE.LENGTH@YARDS!)";CalculateFieldcgridX=newCalculateField(tmpshp,"Length",expression);cgridX....
阅读全文
posted @
2015-03-13 15:36
94cool
阅读(5482)
评论(2)
推荐(0)
ArcGis 创建IWorkspace
摘要:stringoshpDir=System.IO.Path.GetDirectoryName(outfile);stringoshpfilename=System.IO.Path.GetFileName(outfile);IWorkspaceFactorywsFactory=newShapefileW...
阅读全文
posted @
2015-03-11 10:23
94cool
阅读(409)
评论(0)
推荐(0)
ArcGis 获取地理、平面坐标系
摘要:1IProjectedCoordinateSystemLoadProjectedCoordinateSystem(stringshpfile)2{3/*IFeatureClass从中获取地理坐标、平面坐标4stringshpDir=System.IO.Path.GetDirectoryName(sh...
阅读全文
posted @
2015-03-09 13:38
94cool
阅读(3149)
评论(0)
推荐(0)
The Geometry has no Z values 解决办法
摘要:from:http://dufan20086.blog.163.com/blog/static/6616452320145269343675/我们在创建要素时,简单的IFeatureClass.CreateFeature之后,然后把IGeometry对象赋给Feature.shape,会引发“Th...
阅读全文
posted @
2015-03-09 11:23
94cool
阅读(1419)
评论(0)
推荐(1)
【ArcGIS二次开发】CreateFeature报错(HRESULT E_FAIL)
摘要:在VS2010下基于ArcGIS 10.1做二次开发时遇到个奇怪的问题,对于MXD工程文档中已经存在的图层,获取其FeatureClass可以调用CreateFeature()函数生成要素,但是对于通过程序代码(AddShapFile())添加到MXD工程中的图层,获取其FeatureClass后再...
阅读全文
posted @
2015-03-09 11:20
94cool
阅读(466)
评论(0)
推荐(0)
ArcGIS实现在线与线交叉处打断线(批量)
摘要:from:http://he1989.blog.163.com/blog/static/2052041092012631112459704/打开ArcgisDesktop中的ArcToolBox 找到数据管理工具(Data management tools)——>要素(Features)——>要素转...
阅读全文
posted @
2015-03-04 13:26
94cool
阅读(9414)
评论(0)
推荐(0)
报错"the geometry has no Z values"处理
摘要:from:http://blog.sina.com.cn/s/blog_6faf711d010138vq.html /////设置Z值和M值,解决TheGeometryhasnoZvalues错误//////要素///几何publicstaticvoidSetZValue(IFeaturepF,...
阅读全文
posted @
2015-03-03 16:42
94cool
阅读(361)
评论(0)
推荐(0)
ArcGis 统计方法
摘要:from:http://blog.sina.com.cn/s/blog_4177d50b0100fjbg.html概述一般常用的统计功能例如:唯一字段统计、数据行数统计、数据值求和统计等。1、基础统计(BaseStatistics)组件用来生成和报告统计结果。2、IFrequencyStatist...
阅读全文
posted @
2015-02-27 10:37
94cool
阅读(3136)
评论(0)
推荐(0)
ArcGis 获取数据表中某字段唯一值
摘要:from:http://www.cnblogs.com/3echo/archive/2006/08/16/478094.html1///2///得到要素类某字段的唯一值3///4///要素类5///指定要得到唯一值的字段6///唯一值字符数据7ListGetUniqueValue(IFeature...
阅读全文
posted @
2015-02-27 10:36
94cool
阅读(5757)
评论(0)
推荐(0)
arcgis中给属性文件加x y坐标
摘要:两种方式:一,1在ArcGIS 9.2桌面软件arcview级别以上软件中,加载要添加x,y坐标的数据,打开属性表,添加X、Y字段2 右键X字段,选择calculate geometry,如果颜色显示为灰色,不能选择,把数据转换成shape格式3出现了计算坐标的对话框,选择……..4最后结果,坐标加...
阅读全文
posted @
2015-02-27 09:44
94cool
阅读(13678)
评论(0)
推荐(0)
经纬度和墨卡托互相转换
摘要:1 //经纬度转墨卡托 2 public Vector2D lonLat2Mercator(Vector2D lonLat) 3 { 4 Vector2D mercator = new Vector2D(); 5 double x = lonLat.X * 20037508.34 / 180; 6
阅读全文
posted @
2014-11-20 10:09
94cool
阅读(31289)
评论(6)
推荐(0)
ArcGIS 关于Web_Mercator
摘要:from:http://blog.sina.com.cn/s/blog_7a7c06fd0101fn8a.htmlArcGIS 关于Web_Mercator#小知识#EPSG,即EuropeanPetroleumStandardsGroup欧洲石油标准组织在ArcGIS10中WebMercator有...
阅读全文
posted @
2014-11-20 09:43
94cool
阅读(3984)
评论(0)
推荐(0)
ArcGIS COM Exception 0x80040228
摘要:问题:string shpDir = Path.GetDirectoryName(shpfile); string shpfilename = Path.GetFileName(shpfile); IWorkspaceFactory wsFactory = new Shapefi...
阅读全文
posted @
2014-11-20 08:30
94cool
阅读(395)
评论(0)
推荐(0)
1
公告