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