src/main/java/com/se/simu/helper/GdalHelper.java
@@ -85,6 +85,14 @@ } } public static SpatialReference createSpatialReference(int epsg) { SpatialReference sr = new SpatialReference(); sr.ImportFromEPSG(epsg); sr.SetAxisMappingStrategy(osr.OAMS_TRADITIONAL_GIS_ORDER); return sr; } /** * 创建金字塔 */