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

gisoracle

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

公告

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 159 下一页

2022年3月21日

ArcGIS Pro中改变How can Combobox selection change Checkbox isChecked

摘要: internal class Module1 : Module { private static Module1 _this = null; //Capture the checkbox here public CheckBox CheckBox { get; set; } = null; //Eg 阅读全文

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

ArcGIS Pro 快速增加在内存表点中

摘要: // Works : protected async Task MemDB_Geoprocessing() { string gdbPath = "memory"; //string gdbPath = CoreModule.CurrentProject.DefaultGeodatabasePath 阅读全文

posted @ 2022-03-21 20:21 gisai 阅读(119) 评论(0) 推荐(0)

ArcGIS Pro获得所有的矢量图层

摘要: var allFeatLayers = map.GetLayersAsFlattenedList().OfType<FeatureLayer>().ToList(); foreach (var layer in allFeatLayers) { // Do something with layer 阅读全文

posted @ 2022-03-21 13:54 gisai 阅读(165) 评论(0) 推荐(0)

ArcGIS Pro TableToGeodatabase

摘要: var progDlg = new ProgressDialog("Running Table to Table", "Cancel", 100, true); progDlg.Show(); var progsrc=new CancelableProgressorSource(progDlg); 阅读全文

posted @ 2022-03-21 13:52 gisai 阅读(102) 评论(0) 推荐(0)

ArcGIS Pro中重名称图层

摘要: layer.SetName("New layer name gisoracle"); 阅读全文

posted @ 2022-03-21 10:53 gisai 阅读(151) 评论(0) 推荐(0)

ArcGIS Pro获得工作目录和设置工作目录

摘要: var homeDir = Project.Current.HomeFolderPath; var drive = Directory.GetDirectoryRoot(homeDir); if (drive == "C") { //Set the current directory. Projec 阅读全文

posted @ 2022-03-21 10:20 gisai 阅读(473) 评论(0) 推荐(0)

ArcGIS Pro获得工具名称

摘要: Tool currentTool = FrameworkApplication.ActiveTool; MessageBox.Show(currentTool.Caption); private void OnActiveToolChanged(ArcGIS.Desktop.Framework.Ev 阅读全文

posted @ 2022-03-21 10:17 gisai 阅读(90) 评论(0) 推荐(0)

ArcGIS Pro图层组使用和查询

摘要: await QueuedTask.Run(() => { ReadOnlyObservableCollection<Layer> lstLays; lstLays = MapView.Active.Map.Layers; foreach (Layer lay in lstLays) { if (la 阅读全文

posted @ 2022-03-21 10:12 gisai 阅读(192) 评论(0) 推荐(0)

2022年3月19日

64位系统下使用mdb数据库问题

摘要: 总之,64位系统下.NET访问Access 数据库,最彻底的方法是安装64位的Access数据访问驱动安装程序 并使用新的Access提供程序 Microsoft.ACE.OLEDB.12.0 下载64位:64bit(下载)地址:https://download.microsoft.com/down 阅读全文

posted @ 2022-03-19 11:47 gisai 阅读(528) 评论(0) 推荐(0)

2022年3月16日

Arcengine开发的pas函数

摘要: unit utGISPub; interface uses esriControls_TLB, esriCarto_TLB, esriDisplay_TLB, esriGeometry_TLB, esriGeoDatabase_TLB, esriSystem_TLB, esriDataSources 阅读全文

posted @ 2022-03-16 21:29 gisai 阅读(94) 评论(0) 推荐(0)

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