SimuTools/Tools/GdalHelper.cs
@@ -86,7 +86,7 @@ /** * 获取Dataset的最小点 */ private static Geometry GetMinPoint(Dataset ds) public static Geometry GetMinPoint(Dataset ds) { double[] transform = new double[6]; ds.GetGeoTransform(transform); @@ -103,7 +103,7 @@ /** * 获取Dataset的最大点 */ private static Geometry GetMaxPoint(Dataset ds) public static Geometry GetMaxPoint(Dataset ds) { /* * transform[0] 左上角x坐标