| | |
| | | |
| | | private String sww2tifBat; |
| | | |
| | | private String uwSolverBat; |
| | | |
| | | private String zarr2tifBat; |
| | | |
| | | private List<Integer> sizes; |
| | | |
| | | private String terrainFile; |
| | |
| | | this.solverBat = solverBat; |
| | | } |
| | | |
| | | public String getUwSolverBat() { |
| | | return uwSolverBat; |
| | | } |
| | | |
| | | public void setUwSolverBat(String uwSolverBat) { |
| | | this.uwSolverBat = uwSolverBat; |
| | | } |
| | | |
| | | public String getZarr2tifBat() { |
| | | return zarr2tifBat; |
| | | } |
| | | |
| | | public void setZarr2tifBat(String zarr2tifBat) { |
| | | this.zarr2tifBat = zarr2tifBat; |
| | | } |
| | | |
| | | public boolean isCopyTif() { |
| | | return copyTif; |
| | | } |
| | | |
| | | public String getRainStation() { |
| | | return rainStation; |
| | | } |