随笔分类 -  ArcGis

1
摘要: 阅读全文
posted @ 2015-04-02 15:26 94cool 阅读(208) 评论(0) 推荐(0) 编辑
摘要: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 阅读(2819) 评论(0) 推荐(0) 编辑
摘要:voidAddArrowElement(IGeometrypGeometry,IActiveViewpActiveView){IRgbColorpColor=newRgbColorClass();pColor.Red=255;ICartographicLineSymbolpCartoLineS... 阅读全文
posted @ 2015-03-24 16:32 94cool 阅读(2630) 评论(0) 推荐(0) 编辑
摘要:privatevoidaxMapControl1_OnMouseDown(objectsender,ESRI.ArcGIS.Controls.IMapControlEvents2_OnMouseDownEvente){//产生一个简单符号ISimpleMarkerSymbolpMarkerSymbo... 阅读全文
posted @ 2015-03-24 16:30 94cool 阅读(2475) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://www.cnblogs.com/wylaok/articles/2363208.html可以把AE自带的重做、撤销按钮或工具添加到axToolBarControl上,再把axToolBarControl工具条隐藏,同时,在自定义的工具条上新建对应的按钮,按下此按钮实际触发的是... 阅读全文
posted @ 2015-03-24 16:29 94cool 阅读(1267) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://hi.baidu.com/steeeeps/item/165fbc15475e94741009b5b3非常感谢作者。以前学习几何网络时,对效用网络流向进行了总结,原理与效果图见:http://hi.baidu.com/llinkin_park/blog/item/7f18ff... 阅读全文
posted @ 2015-03-24 16:23 94cool 阅读(577) 评论(0) 推荐(0) 编辑
摘要:voidmCtrl_OnMouseDown(objectsender,ESRI.ArcGIS.Controls.IMapControlEvents2_OnMouseDownEvente){#region框选if(e.button==4){IEnvelopepEnvelope=mCtrl.TrackR... 阅读全文
posted @ 2015-03-18 15:51 94cool 阅读(666) 评论(0) 推荐(0) 编辑
摘要:voidCalcLength(stringtmpshp){varexpression="float(!SHAPE.LENGTH@YARDS!)";CalculateFieldcgridX=newCalculateField(tmpshp,"Length",expression);cgridX.... 阅读全文
posted @ 2015-03-13 15:36 94cool 阅读(5436) 评论(2) 推荐(0) 编辑
摘要:stringoshpDir=System.IO.Path.GetDirectoryName(outfile);stringoshpfilename=System.IO.Path.GetFileName(outfile);IWorkspaceFactorywsFactory=newShapefileW... 阅读全文
posted @ 2015-03-11 10:23 94cool 阅读(400) 评论(0) 推荐(0) 编辑
摘要:1IProjectedCoordinateSystemLoadProjectedCoordinateSystem(stringshpfile)2{3/*IFeatureClass从中获取地理坐标、平面坐标4stringshpDir=System.IO.Path.GetDirectoryName(sh... 阅读全文
posted @ 2015-03-09 13:38 94cool 阅读(3127) 评论(0) 推荐(0) 编辑
摘要:from:http://dufan20086.blog.163.com/blog/static/6616452320145269343675/我们在创建要素时,简单的IFeatureClass.CreateFeature之后,然后把IGeometry对象赋给Feature.shape,会引发“Th... 阅读全文
posted @ 2015-03-09 11:23 94cool 阅读(1380) 评论(0) 推荐(1) 编辑
摘要:在VS2010下基于ArcGIS 10.1做二次开发时遇到个奇怪的问题,对于MXD工程文档中已经存在的图层,获取其FeatureClass可以调用CreateFeature()函数生成要素,但是对于通过程序代码(AddShapFile())添加到MXD工程中的图层,获取其FeatureClass后再... 阅读全文
posted @ 2015-03-09 11:20 94cool 阅读(429) 评论(0) 推荐(0) 编辑
摘要:from:http://he1989.blog.163.com/blog/static/2052041092012631112459704/打开ArcgisDesktop中的ArcToolBox 找到数据管理工具(Data management tools)——>要素(Features)——>要素转... 阅读全文
posted @ 2015-03-04 13:26 94cool 阅读(9320) 评论(0) 推荐(0) 编辑
摘要:from:http://blog.sina.com.cn/s/blog_6faf711d010138vq.html /////设置Z值和M值,解决TheGeometryhasnoZvalues错误//////要素///几何publicstaticvoidSetZValue(IFeaturepF,... 阅读全文
posted @ 2015-03-03 16:42 94cool 阅读(348) 评论(0) 推荐(0) 编辑
摘要:from:http://blog.sina.com.cn/s/blog_4177d50b0100fjbg.html概述一般常用的统计功能例如:唯一字段统计、数据行数统计、数据值求和统计等。1、基础统计(BaseStatistics)组件用来生成和报告统计结果。2、IFrequencyStatist... 阅读全文
posted @ 2015-02-27 10:37 94cool 阅读(3091) 评论(0) 推荐(0) 编辑
摘要: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 阅读(5647) 评论(0) 推荐(0) 编辑
摘要:两种方式:一,1在ArcGIS 9.2桌面软件arcview级别以上软件中,加载要添加x,y坐标的数据,打开属性表,添加X、Y字段2 右键X字段,选择calculate geometry,如果颜色显示为灰色,不能选择,把数据转换成shape格式3出现了计算坐标的对话框,选择……..4最后结果,坐标加... 阅读全文
posted @ 2015-02-27 09:44 94cool 阅读(13334) 评论(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 阅读(31233) 评论(6) 推荐(0) 编辑
摘要:from:http://blog.sina.com.cn/s/blog_7a7c06fd0101fn8a.htmlArcGIS 关于Web_Mercator#小知识#EPSG,即EuropeanPetroleumStandardsGroup欧洲石油标准组织在ArcGIS10中WebMercator有... 阅读全文
posted @ 2014-11-20 09:43 94cool 阅读(3945) 评论(0) 推荐(0) 编辑
摘要:问题:string shpDir = Path.GetDirectoryName(shpfile); string shpfilename = Path.GetFileName(shpfile); IWorkspaceFactory wsFactory = new Shapefi... 阅读全文
posted @ 2014-11-20 08:30 94cool 阅读(383) 评论(0) 推荐(0) 编辑

1
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示