上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
摘要: QGIS版本 3.24.1-Tisler 对大TIFF生成金字塔文件,工具在栅格——乱七八糟的工具——创建金字塔 工具窗口可以选择一个栅格(图层)处理,也可以批量处理。 重采样、金字塔存放有选项可选,默认存放在TIFF文件内部Internal。 阅读全文
posted @ 2022-05-10 09:01 yzhyingcool 阅读(3776) 评论(0) 推荐(1)
摘要: FTools for Excel 是一款文件(文件夹)批量处理工具,以Microsoft Office Excel COM加载项的形式实现。 之所以借助Excel加载项这种形式实现,是因为Excel本就是一个高度灵活的“列表控件”,用户可以自由地对获取到工作表的路径进行各种增、删、改、查操作,极大方 阅读全文
posted @ 2022-05-04 12:15 yzhyingcool 阅读(1496) 评论(0) 推荐(0)
摘要: 使用Microsoft.Office.Interop.Word操作Word using System; using System.Collections.Generic; using Word = Microsoft.Office.Interop.Word; namespace Com.FTools 阅读全文
posted @ 2022-05-04 12:06 yzhyingcool 阅读(616) 评论(0) 推荐(0)
摘要: NSIS版本:3.0.6 NsProcess版本:1.6 例子:检查Excel程序是否在运行 1、下载NsProcess 下载NsProcess,将nsProcess.dll、nsProcessW.dll拷贝到NSIS的插件路径C:\Program Files (x86)\NSIS\Plugins\ 阅读全文
posted @ 2022-03-19 11:43 yzhyingcool 阅读(3044) 评论(0) 推荐(0)
摘要: QGIS加载网络地图,研究了一下,PyQGIS实现“文档截图”只需要这几行,单就这个实现看,确实比ArcPy简单了许多。 1 from qgis.utils import iface 2 import math 3 4 lyr =iface.activeLayer() 5 map=iface.map 阅读全文
posted @ 2022-03-13 15:30 yzhyingcool 阅读(525) 评论(0) 推荐(0)
摘要: 工程说明 一、Com.FToolsforExcel.Progress项目 包含 进度窗口类ProgressWindow,用于展示进度; 委托类ProgressChangedEventHandler,参数是自定义的ProgressChangedEventArgs(进度消息参数)类型; 进度消息类Pro 阅读全文
posted @ 2022-03-11 20:04 yzhyingcool 阅读(236) 评论(0) 推荐(0)
摘要: # fldObjList=arcpy.ListFields(tempPoints) # fldNameList=[] # for field in fldObjList: # if not field.required: # fldNameList.append(field.name) # arcp 阅读全文
posted @ 2022-01-25 22:18 yzhyingcool 阅读(227) 评论(0) 推荐(0)
摘要: C#代码段 IMxDocument mxDocument = m_application.Document as IMxDocument; IContentsView contentsView = mxDocument.CurrentContentsView; object selectedItem 阅读全文
posted @ 2022-01-18 14:40 yzhyingcool 阅读(417) 评论(0) 推荐(0)
摘要: C#代码段 IGxCatalogDefaultDatabase gxCatalogDefaultDatabase = m_application as IGxCatalogDefaultDatabase; IWorkspaceName workspaceName = gxCatalogDefault 阅读全文
posted @ 2022-01-18 14:35 yzhyingcool 阅读(171) 评论(0) 推荐(0)
摘要: FTools for Excel 是一款文件(文件夹)批量处理工具,以Microsoft Office Excel COM加载项的形式实现。 之所以借助Excel加载项这种形式实现,是因为Excel本就是一个高度灵活的“列表控件”,用户可以自由地对获取到工作表的路径进行各种增、删、改、查操作,极大方 阅读全文
posted @ 2021-09-20 09:39 yzhyingcool 阅读(1683) 评论(2) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页