| | |
| | | |
| | | private String zarr2tifBat; |
| | | |
| | | private String createRainfall; |
| | | |
| | | private Integer saveFrames; |
| | | |
| | | private List<Integer> sizes; |
| | |
| | | |
| | | private String flowPath; |
| | | |
| | | private String sourceDem; |
| | | |
| | | private String sourceLanduse; |
| | | |
| | | private String landuseFile; |
| | | |
| | | private boolean copyTif; |
| | | |
| | | private String tifPath; |
| | |
| | | private String rainfallTitle; |
| | | |
| | | private String rainfallSite; |
| | | |
| | | private Integer landuse; |
| | | |
| | | private Integer epsg; |
| | | |
| | | public String getVer() { |
| | | return ver; |
| | |
| | | public void setRainfallSite(String rainfallSite) { |
| | | this.rainfallSite = rainfallSite; |
| | | } |
| | | |
| | | public Integer getLanduse() { |
| | | return landuse; |
| | | } |
| | | |
| | | public void setLanduse(Integer landuse) { |
| | | this.landuse = landuse; |
| | | } |
| | | |
| | | public String getCreateRainfall() { |
| | | return createRainfall; |
| | | } |
| | | |
| | | public void setCreateRainfall(String createRainfall) { |
| | | this.createRainfall = createRainfall; |
| | | } |
| | | |
| | | public Integer getEpsg() { |
| | | return epsg; |
| | | } |
| | | |
| | | public void setEpsg(Integer epsg) { |
| | | this.epsg = epsg; |
| | | } |
| | | |
| | | public String getSourceDem() { |
| | | return sourceDem; |
| | | } |
| | | |
| | | public void setSourceDem(String sourceDem) { |
| | | this.sourceDem = sourceDem; |
| | | } |
| | | |
| | | public String getSourceLanduse() { |
| | | return sourceLanduse; |
| | | } |
| | | |
| | | public void setSourceLanduse(String sourceLanduse) { |
| | | this.sourceLanduse = sourceLanduse; |
| | | } |
| | | |
| | | public String getLanduseFile() { |
| | | return landuseFile; |
| | | } |
| | | |
| | | public void setLanduseFile(String landuseFile) { |
| | | this.landuseFile = landuseFile; |
| | | } |
| | | } |