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

gisoracle

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

公告

2020年3月14日

ArcGIS Pro二次开发-按lyrx符号化图层

该文被密码保护。 阅读全文

posted @ 2020-03-14 15:35 gisai 阅读(0) 评论(0) 推荐(0)

ArcGIS Pro二次开发-图层标注

摘要: if (MapView.Active.GetSelectedLayers().Count != 1) { ArcGIS.Desktop.Framework.Dialogs.MessageBox.Show("One feature layer must be selected in the Conte 阅读全文

posted @ 2020-03-14 15:01 gisai 阅读(606) 评论(0) 推荐(0)

ArcGIS Pro二次开发-获得一个要素的字段

摘要: var featLayer = MapView.Active.GetSelectedLayers().First() as FeatureLayer; QueuedTask.Run(() => { List<FieldDescription> pFieldList = featLayer.GetFi 阅读全文

posted @ 2020-03-14 14:32 gisai 阅读(402) 评论(0) 推荐(0)

ArcGIS Pro二次开发-获得字段唯一值

摘要: private List<string> getunValue(FeatureLayer aFeatureLayer, string FieldName) { QueryFilter qf = new QueryFilter() { PrefixClause = "DISTINCT", //DIST 阅读全文

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

ArcGIS Pro二次开发-点层符号化

摘要: public static void ApplySymbol(string symbolChoice) { QueuedTask.Run(() => { // Check for an active 2D mapview, if not, then prompt and exit. if (MapV 阅读全文

posted @ 2020-03-14 12:37 gisai 阅读(625) 评论(0) 推荐(0)

ArcGIS Pro二次开发-获得符号类别

摘要: var styles = Project.Current.GetItems<StyleProjectItem>(); foreach (StyleProjectItem pitem in styles) { MessageBox.Show(pitem.Name + ":" + pitem.ID + 阅读全文

posted @ 2020-03-14 12:31 gisai 阅读(244) 评论(0) 推荐(0)

ArcGIS Pro二次开发-界面设置

摘要: ArcGIS Pro二次开发-界面设置 阅读全文

posted @ 2020-03-14 11:39 gisai 阅读(670) 评论(0) 推荐(0)

ArcGIS Pro二次开发--提示系统信息

摘要: Notification notification = new Notification(); protected override void OnClick() { //ApplySymbol("graduated color"); try { if (Project.Current == nul 阅读全文

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

ArcGIS Pro二次开发-关闭目录

摘要: foreach (DockPane Pane in FrameworkApplication.DockPaneManager.DockPanes) { MessageBox.Show(Pane.Caption+":"+Pane.TabText+":"+Pane.Tooltip+":"+Pane.To 阅读全文

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

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)

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