
ArcEngine
dragonzoebai
WebGIS
展开
-
ArcEngine添加标题
private void addTitle() { //ESRI.ArcGIS.Carto.IActiveView activeView; //ESRI.ArcGIS.Carto.IGraphicsContainer graphicsContainer; //ESRI.ArcGIS.Carto.ITextEle原创 2013-04-12 10:07:54 · 2965 阅读 · 0 评论 -
arcgis engine 导出图片
public void exportMap(AxPageLayoutControl pagelayer, string savePath) { IExport exMap = new ExportPNGClass(); exMap.ExportFileName = savePath + DateTime.Now.ToString原创 2013-04-11 23:06:12 · 2139 阅读 · 0 评论 -
ArcEngine 调用GP样条插值工具,出错
这是在ArcMap中做的ModelBuilder,ArcEngine调用总是出错,实验了多次才知道是Spline工具没有权限 private void button1_Click(object sender, EventArgs e) { Geoprocessor gp = new Geoprocessor();原创 2013-04-13 16:59:48 · 1904 阅读 · 0 评论 -
arcengine复制axMapControl到axPageLayoutControl
using ESRI.ArcGIS.esriSystem; private void Form5_Load(object sender, EventArgs e) { //添加layer和shp图层 axMapControl1.AddLayerFromFile(@"E:\testRainData\color2.lyr",0原创 2013-04-17 09:19:16 · 2532 阅读 · 0 评论 -
arcengine中按照图层名查询axMapControl和axPageLayoutControl中图层
/// /// 按照名字查询axMapControl中图层 /// /// axMapControl /// 图层名 /// ILayer public ILayer findLayerByName(AxMapControl axMapCtl, string strLayerName)原创 2013-04-17 11:04:32 · 2608 阅读 · 0 评论 -
VS2008+AE 提示This control requires an ArcGIS Engine Developer Kit license
This control requires an ArcGIS Engine Developer Kit license. 在VS2008中把ESRI MapControl控件拖入Form中会弹出如下提示框: " This control requires an ArcGIS Engine Developer Kit license. Please contace ESRI to ac转载 2013-11-20 14:31:42 · 2695 阅读 · 0 评论