1
13693261870
2024-11-02 ac7431eef6a7c1e771a088f2354e685d7447a4d0
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;
    }
    /**
     * 创建金字塔
     */