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

gisoracle

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

公告

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 159 下一页

2020年5月11日

ArcGIS Pro多线程

摘要: protected async void SetActiveRecord() { #region Set the active record await QueuedTask.Run(async () => { var layers = MapView.Active.Map.GetLayersAsF 阅读全文

posted @ 2020-05-11 14:55 gisai 阅读(826) 评论(0) 推荐(0)

2020年4月29日

ArcGIS Pro添加多个字段

摘要: import arcpy arcpy.env.workspace = "C:/data/district.gdb" arcpy.management.AddFields( 'school', [['school_name', 'TEXT', 'Name', 255, 'Hello world', ' 阅读全文

posted @ 2020-04-29 09:48 gisai 阅读(743) 评论(0) 推荐(0)

2020年4月11日

ArcGIS Pro改变光标

摘要: public CustomMapTool() { IsSketchTool = true; SketchType = SketchGeometryType.Rectangle; SketchOutputMode = SketchOutputMode.Map; //A custom cursor fi 阅读全文

posted @ 2020-04-11 08:57 gisai 阅读(538) 评论(0) 推荐(0)

2020年4月8日

矢量数据批量裁剪

摘要: 阅读全文

posted @ 2020-04-08 10:02 gisai 阅读(525) 评论(0) 推荐(0)

2020年4月6日

ArcGIS Pro配置中删除已有所有TAB

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Input; using System.Threading.Tasks; using 阅读全文

posted @ 2020-04-06 12:11 gisai 阅读(378) 评论(0) 推荐(0)

ArcGIS Pro右上角的提示信息

摘要: Notification notification = new Notification(); protected override void OnClick() { try { if (Project.Current == null) return; notification.Title = "提 阅读全文

posted @ 2020-04-06 10:52 gisai 阅读(436) 评论(0) 推荐(0)

2020年4月5日

ArcGIS Pro SelectAllFeatureLayersInTOC

摘要: public void SelectAllFeatureLayersInTOC() { //Get the active map view. var mapView = MapView.Active; if (mapView == null) return; //Zoom to the select 阅读全文

posted @ 2020-04-05 23:16 gisai 阅读(254) 评论(0) 推荐(0)

ArcGIS Pro自己做一个弹出菜单

摘要: public void ShowCustomPopup() { //Get the active map view. var mapView = MapView.Active; if (mapView == null) return; //Create custom popup content va 阅读全文

posted @ 2020-04-05 23:12 gisai 阅读(448) 评论(0) 推荐(0)

ArcGIS Pro关闭窗口和退出

摘要: FrameworkApplication.Close(); FrameworkApplication.Panes.CloseAllPanes(); 阅读全文

posted @ 2020-04-05 21:05 gisai 阅读(905) 评论(0) 推荐(0)

AddOverlay

摘要: public MapTool1() { IsSketchTool = true; SketchType = SketchGeometryType.Line; SketchOutputMode = SketchOutputMode.Map; } protected override Task OnTo 阅读全文

posted @ 2020-04-05 17:23 gisai 阅读(554) 评论(0) 推荐(0)

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 159 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3