| | |
| | | public ConfigVo(String terrain, String landuse, String station, String raingage, String saveName, int duration, int frames) { |
| | | this(); |
| | | |
| | | //this.terrain.set(0, terrain.replace("\\", "/")); // 地形高程数据 |
| | | //this.landuse.set(0, landuse.replace("\\", "/")); // 土地利用类型 |
| | | //this.station.set(0, station.replace("\\", "/")); // 雨量站索引 |
| | | this.terrain.set(0, terrain.replace("\\", "/")); // 地形高程数据 |
| | | this.landuse.set(0, landuse.replace("\\", "/")); // 土地利用类型 |
| | | this.station.set(0, station.replace("\\", "/")); // 雨量站索引 |
| | | this.raingage = raingage.replace("\\", "/"); |
| | | this.duration = duration; |
| | | |