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

gisoracle

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

公告

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 159 下一页

2022年4月8日

ArcGIS Pro开发资料自己整理内容

摘要: 有时一天能写一个函数,都不错,就几十行,程序员,真的是一个辛苦活 第1章 界面设置 4定制定制 5如何改变系统启动界面 5添加按钮显示图标 11关闭所有的面板 12删除所有的地图 12删除所有的布局 12获得所有的面板 13打开所有地图 13判断地图类型,是否是三维 14根据地图名打开地图 15自己 阅读全文

posted @ 2022-04-08 08:51 gisai 阅读(334) 评论(0) 推荐(0)

2022年4月5日

无法将类型“System.Threading.Tasks.Task<string>”隐式转换为“string”

摘要: public static Task<string> getMapName() { if (MapView.Active == null) return ""; return QueuedTask.Run(() => { return MapView.Active.Map.GetDefinition 阅读全文

posted @ 2022-04-05 14:56 gisai 阅读(1786) 评论(0) 推荐(0)

2022年4月4日

ArcGIS Pro二次开发获得数据库中所有表

摘要: // For sde DatabaseConnectionFile connector = new DatabaseConnectionFile(new Uri(sdePath)); // For gdb FileGeodatabaseConnectionPath connector = new F 阅读全文

posted @ 2022-04-04 20:17 gisai 阅读(139) 评论(0) 推荐(0)

2022年4月1日

ArcGIS Pro二次开发 环境变量设置

摘要: var environments = Geoprocessing.MakeEnvironmentArray(overwriteoutput: true); 阅读全文

posted @ 2022-04-01 08:57 gisai 阅读(234) 评论(0) 推荐(0)

2022年3月25日

ArcGIS Pro弹出菜单

摘要: var mapView = MapView.Active; if (mapView == null) return; //Create custom popup content var popups = new List<PopupContent>(); popups.Add(new PopupCo 阅读全文

posted @ 2022-03-25 11:54 gisai 阅读(140) 评论(0) 推荐(0)

2022年3月24日

ArcGIS Pro创建点要素

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

posted @ 2022-03-24 09:07 gisai 阅读(390) 评论(0) 推荐(0)

2022年3月23日

ArcGIS Pro屏幕上临时画一条线

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

posted @ 2022-03-23 22:45 gisai 阅读(272) 评论(0) 推荐(0)

ArcGIS Pro根据线层所有数据生成外接多边形

摘要: private Task<bool> ConstructSamplePolygon(FeatureLayer polygonLayer, FeatureLayer lineLayer) { // execute the fine grained API calls on the CIM main t 阅读全文

posted @ 2022-03-23 21:47 gisai 阅读(388) 评论(0) 推荐(0)

ArcGIS Pro代码创建一个随机点

摘要: public static class RandomExtension { /// <summary> /// Generate a random double number between the min and max values. /// </summary> /// <param name 阅读全文

posted @ 2022-03-23 11:50 gisai 阅读(151) 评论(0) 推荐(0)

ArcGIS Pro更新一个图层数据源路径

摘要: private async void ChangeDatasource(FeatureLayer featLayer, string newGDB) { await QueuedTask.Run(() => { // provide a replacement data connection obj 阅读全文

posted @ 2022-03-23 11:27 gisai 阅读(211) 评论(0) 推荐(0)

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 159 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3