• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

gisoracle

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

随笔分类 -  ArcEngine

ArcEngine拖拽加载文件
摘要:来自:https://www.likecs.com/show-204002511.html 第一步:设置MapControl的AllowDrop属性为True第二步:设置MapControl的OldDropEnabled属性为True第三步:选择MapControl的OnOleDrop事件第四步:加 阅读全文

posted @ 2022-09-16 20:21 gisai 阅读(58) 评论(0) 推荐(0)

基于c#/Arcgis Engine开发时,从ArcCatalog拖放(DragDrog)数据集至TextBox的实现
摘要:原文:http://www.samuelbosch.com/2009/06/drag-drop-from-arccatalog.html 帮助类: using System.Collections.Generic; using System.Windows.Forms; using ESRI.Arc 阅读全文

posted @ 2022-09-15 08:11 gisai 阅读(50) 评论(0) 推荐(0)

Arcengine获得模型(工具)是否存在
摘要:public static bool Exists(IGeoProcessor gp, string modalname) { IGpEnumList pList = gp.ListTools(""); string name = pList.Next(); while (name != "") { 阅读全文

posted @ 2022-09-12 14:56 gisai 阅读(29) 评论(0) 推荐(0)

获得ArcMap的版本
摘要:private void button1_Click(object sender, EventArgs e) { string path = @"C:\Program Files (x86)\ArcGIS\Desktop10.8\bin\ArcMap.exe"; //@"C:\Program Fil 阅读全文

posted @ 2022-04-26 07:51 gisai 阅读(89) 评论(0) 推荐(0)

Arcengine开发的pas函数
摘要:unit utGISPub; interface uses esriControls_TLB, esriCarto_TLB, esriDisplay_TLB, esriGeometry_TLB, esriGeoDatabase_TLB, esriSystem_TLB, esriDataSources 阅读全文

posted @ 2022-03-16 21:29 gisai 阅读(85) 评论(0) 推荐(0)

arcengine 判断要素是否有z值
摘要://判断IFeatureClass图形是否含有Z值信息 IFeatureClass featureClass = this.pLayer.FeatureClass; string shapeFieldName = featureClass.ShapeFieldName; if (featureCla 阅读全文

posted @ 2022-03-15 23:09 gisai 阅读(308) 评论(0) 推荐(0)

AE二次开发中,过滤后的图层,实现缩放至图层效果
摘要://featureClass是自己获取的featureClass,也可是sde中获取的。 public void FilterAndZoomToLayer(IFeatureClass featureClass) { IFeatureLayer featureLayer = new FeatureLa 阅读全文

posted @ 2022-02-17 18:19 gisai 阅读(194) 评论(0) 推荐(0)

Delphi ArcEngine 创建比例尺
摘要:Delphi ArcEngine 创建比例尺,https://www.cnblogs.com/chinacodegear/archive/2009/03/19/1416410.html //本函数 是在 PageControl上拉选一个区域内 创建一个比例尺,比例尺的样式,我自己定义一个 枚举类型 阅读全文

posted @ 2021-12-04 21:15 gisai 阅读(86) 评论(0) 推荐(0)

ArcEngine IPageLayout 添加经纬网和公里网
摘要:http://www.gisall.com/html/52/25952-2932.html 向AxPageLayoutControl的PageLayout中添加格网分为两种情况: 添加经纬网 和 添加公里网。 /// /// 为PageLayout对象添加经纬网格 /// /// /// publi 阅读全文

posted @ 2021-12-04 07:17 gisai 阅读(261) 评论(0) 推荐(0)

 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3