文章分类 - ArCGIS
ARCGIS
摘要:C# arcengine,取得ArcMap文档缩略图
阅读全文
摘要:Delphi ArcEngine 创建指北针
阅读全文
摘要:Delphi ArcEngine 将要素类转换输出为 Shape 文件 在这里感谢 “端木飘零”procedure ConvertFeatureClassToShapesFile(pFeatureClass: IFeatureClass; pFilePath, pFileName: string);varpInDataSet, pOutDataSet: IDataSet;p...
阅读全文
摘要:ArcGIS Engine 渲染----饼图 上一篇 / 下一篇 2007-07-21 21:24:31 / 个人分类:ArcGIS Engine 查看( 354 ) / 评论( 4 ) / 评分( 0 / 0 ) 这几天一直看AE,几天看下来没什么头绪,日子过得恍恍忽忽.今天终于写了一个程序练练手,根据帮助的VB程序改编的,在众多的接口之间跳来跳去,晕头转向.现把代码贴出来,给处在迷...
阅读全文
摘要:最近一菜鸟向懒羊羊请教如何获取获取Polyline两点间的线段,上次只说了思路,找个时间写了代码,好让菜鸟都偷偷懒 先看一下效果图 下载 (21.66 KB) 2008-10-16 11:32 下载 (21.75 KB) 2008-10-16 11:32 下载 (23.03 KB) 2008-10-16 11:32 看看主要的函数 /// /// 创建区...
阅读全文
摘要:回复 #1 maer2008 的帖子 参考如下代码: Dim pDoc As IMxDocument Dim pPageLayout As IPageLayout Dim pGraphContainer As IGraphicsContainer Set ...
阅读全文
摘要:/// /// 选择集放大居中显示 /// /// 选择集 /// 地图控件 private void SetSelectionSetFullVisible(ISelectionSet pSelectionSet,AxMapControl pMapControl) { ...
阅读全文
摘要:using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Sys...
阅读全文
摘要:using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace TIN { /// /// Form1 的摘要说明。 /// public class Fo...
阅读全文
摘要:获取点坐标和高程(C# +ArcEngine93) 本帖最后由 JinDin 于 2009-2-24 16:41 编辑 程序之前写过一点,正好下午做项目时朋友需要读取点的高程值,借此机会就把程序整理了一遍. 在ESRI社区呆了很久,一直都是down 别人的例子,这次我也上传一次.大家相互学习. 程序说明: 1.需要一个带坐标系的栅格数据. 2.关键程序很简单,用关键接口ISurface,方法用...
阅读全文
摘要:ILayer pLayer; IFeatureLayer pFeatureLayer; IFeatureClass pFeatureClass; IWorkspaceName pNewWSName; IBasicGeoprocessor pBasicGeop; IFea...
阅读全文
摘要:Arcengine, C#,输出栅格图片的简单方法
阅读全文
摘要: Arcengine,C#,影像数据的裁切和保存
阅读全文