From 2d2cfdcbf7714d1f78f5c084e74b0e84b4e74f76 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 21 八月 2023 14:29:17 +0800 Subject: [PATCH] 合并通用的方法 --- DataLoader/CS/StaticData.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/DataLoader/CS/StaticData.cs b/DataLoader/CS/StaticData.cs index 25a11e9..8b7764f 100644 --- a/DataLoader/CS/StaticData.cs +++ b/DataLoader/CS/StaticData.cs @@ -39,6 +39,11 @@ public readonly static String OSGB = ".osgb"; /// <summary> + /// 鏍呮牸鏁版嵁鎵╁睍鍚� + /// </summary> + public static readonly List<String> RASTER_EXT = new List<String> { ".img", ".tif", ".tiff", "jpg", "jp2" }; + + /// <summary> /// 16杩涘埗 /// </summary> public static readonly char[] HEX_DIGITS = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' }; -- Gitblit v1.9.3