wuww
2025-05-04 d8a1ab25881275da008b2801119f36b51554f427
src/main/java/com/se/nsl/domain/po/SimuData.java
@@ -103,6 +103,13 @@
        return GdalHelper.createSpatialReference(this.getEpsg());
    }
    public void setEnvelope(double[] envelope) {
        this.minx = envelope[0];
        this.maxx = envelope[1];
        this.miny = envelope[2];
        this.maxy = envelope[3];
    }
    public String getInPath() {
        return inPath;
    }