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

gisoracle

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

公告

上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 159 下一页

2020年3月14日

ArcGIS Pro二次开发-有用的ID

摘要: <toolPalette refID="esri_mapping_newMapPalette" /> 新建地图和 <button refID="esri_core_saveProjectButton" /> 保存工程 <button refID="esri_core_saveProjectAsBut 阅读全文

posted @ 2020-03-14 08:07 gisai 阅读(279) 评论(0) 推荐(0)

ArcGIS Pro二次开发-布局导出PDF

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ArcGIS.Core.CIM; using ArcGI 阅读全文

posted @ 2020-03-14 07:59 gisai 阅读(895) 评论(0) 推荐(0)

ArcGIS Pro新建一个布局

摘要: https://developers.arcgis.com/labs/pro/build-a-map-layout/ using System; using System.Collections.Generic; using System.Linq; using System.Text; using 阅读全文

posted @ 2020-03-14 00:19 gisai 阅读(911) 评论(0) 推荐(0)

ArcGIS Pro注记操作 https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Editing-Annotation#creating-annotation-features

摘要: ProConcepts Editing Annotation Jump to bottom uma2526 edited this page on 6 Feb · 8 revisions This concepts document covers special considerations for 阅读全文

posted @ 2020-03-14 00:10 gisai 阅读(719) 评论(0) 推荐(0)

2020年3月13日

ArcGIS Pro二次开发获得符号库的符号

摘要: 1 string customStyleToAdd = @"F:\2020book\toolforpro\MyProject3\ed-fh.stylx"; 2 //AsyncMethod(customStyleToAdd); 3 4 5 StyleProjectItem style = Projec 阅读全文

posted @ 2020-03-13 23:48 gisai 阅读(955) 评论(1) 推荐(0)

ArcGIS Pro二次开发-条件查询

摘要: ArcGIS Pro学习加微信公众号 我的微信公众号 //searching and returning number of features where value in 'Class' field in 'city' QueryFilter qf = new QueryFilter() { Wh 阅读全文

posted @ 2020-03-13 22:56 gisai 阅读(825) 评论(0) 推荐(0)

ArcGIS Pro二次开发-获得地图的信息和打开图层

摘要: Map map = MapView.Active.Map; IEnumerable<Layer> layers = map.GetLayersAsFlattenedList(); //.Where(l => l.Name.Contains("world")) foreach (Layer lyr i 阅读全文

posted @ 2020-03-13 22:51 gisai 阅读(770) 评论(0) 推荐(0)

ArcGIS Pro二次开发-创建新的地图

摘要: // create custom basemap in your current project Map basemap = null; Task task = QueuedTask.Run(() => { basemap =MapFactory.Instance.CreateMap("gisora 阅读全文

posted @ 2020-03-13 22:39 gisai 阅读(416) 评论(0) 推荐(0)

ArcGIS Pro二次开发-打开已存在的地图

摘要: // open an existing map var mapProjectItems = Project.Current.GetItems<MapProjectItem>(); var mapProjectItem = mapProjectItems.FirstOrDefault(mpi => m 阅读全文

posted @ 2020-03-13 22:27 gisai 阅读(461) 评论(0) 推荐(0)

ArcGIS Pro设置当前地图的背景底图

摘要: Map map = MapView.Active.Map; QueuedTask.Run(() => { map.SetBasemapLayers(Basemap.Gray); }); 阅读全文

posted @ 2020-03-13 22:13 gisai 阅读(1863) 评论(0) 推荐(0)

上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 159 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3