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' };