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

gisoracle

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

公告

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

2020年3月16日

ArcGIS Pro二次开发地图MapSeries序列设置

摘要: /* Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License 阅读全文

posted @ 2020-03-16 15:32 gisai 阅读(360) 评论(0) 推荐(0)

ArcGIS Pro二次开发-获得Objectid字段

摘要: var oidName = featureClass.GetDefinition().GetObjectIDField(); 阅读全文

posted @ 2020-03-16 15:28 gisai 阅读(466) 评论(0) 推荐(0)

2020年3月15日

ArcGIS Pro定制和开发-执行GP环境变量的设置

摘要: var in_table = main_lyr; var out_table = Path.Combine(Project.Current.DefaultGeodatabasePath, GVar.FtrLyr + " Results"); var statistics_fields = [["Sh 阅读全文

posted @ 2020-03-15 10:37 gisai 阅读(596) 评论(0) 推荐(0)

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二次开发-点层符号化

摘要: 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二次开发--提示系统信息

摘要: 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)

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