src/main/java/com/moon/server/entity/shujian/CreateLayerEntity.java
@@ -102,7 +102,7 @@ /** * nodata设置,数组,数组大小和波段数等同 */ private List<String> nodata; private List<Integer> nodata; /** * 投影或者坐标:EPSG:4326 @@ -170,7 +170,7 @@ start_scale = 1000000000.0; stats_type = 1; enhance_type = 0; enhance_factor= 0.02; enhance_factor = 0.02; boundary_cal_mode = 0; } @@ -182,11 +182,11 @@ this.name = name; } public List<String> getNodata() { public List<Integer> getNodata() { return nodata; } public void setNodata(List<String> nodata) { public void setNodata(List<Integer> nodata) { this.nodata = nodata; }