| | |
| | | this(); |
| | | |
| | | this.terrain.set(0, terrain.replace("\\", "/")); // 地形高程数据 |
| | | //this.landuse.set(0, landuse.replace("\\", "/")); // 土地利用类型 |
| | | this.landuse.set(0, landuse.replace("\\", "/")); // 土地利用类型 |
| | | this.station.set(0, station.replace("\\", "/")); // 雨量站索引 |
| | | this.raingage = raingage.replace("\\", "/"); |
| | | this.duration = duration; |
| | | |
| | | this.result = new ResultVo(saveName, duration, frames); |
| | | int saveInterval = duration / frames - 5; // 修订最后一帧可能为空数据 |
| | | this.result = new ResultVo(saveName, frames, saveInterval); |
| | | } |
| | | |
| | | public List<Object> getTerrain() { |