| | |
| | | |
| | | private String zarr2tifBat; |
| | | |
| | | private String createRainfall; |
| | | |
| | | private Integer saveFrames; |
| | | |
| | | private Double saveFrameInterval; |
| | | |
| | | private List<Integer> sizes; |
| | | |
| | | private String terrainFile; |
| | |
| | | |
| | | 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; |
| | | |
| | | private String keyDitch; |
| | | |
| | | private Double saveFilter; |
| | | |
| | | private Double evaporation; |
| | | |
| | | public String getVer() { |
| | | return ver; |
| | |
| | | this.zarr2tifBat = zarr2tifBat; |
| | | } |
| | | |
| | | public Integer getSaveFrames() { |
| | | return saveFrames; |
| | | } |
| | | |
| | | public void setSaveFrames(Integer saveFrames) { |
| | | this.saveFrames = saveFrames; |
| | | } |
| | | |
| | | public Double getSaveFrameInterval() { |
| | | return saveFrameInterval; |
| | | } |
| | | |
| | | public void setSaveFrameInterval(Double saveFrameInterval) { |
| | | this.saveFrameInterval = saveFrameInterval; |
| | | } |
| | | |
| | | public boolean isCopyTif() { |
| | | return copyTif; |
| | | } |
| | |
| | | public void setTifPath(String tifPath) { |
| | | this.tifPath = tifPath; |
| | | } |
| | | |
| | | public String getRainfallTitle() { |
| | | return rainfallTitle; |
| | | } |
| | | |
| | | public void setRainfallTitle(String rainfallTitle) { |
| | | this.rainfallTitle = rainfallTitle; |
| | | } |
| | | |
| | | public String getRainfallSite() { |
| | | return rainfallSite; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | |
| | | public String getKeyDitch() { |
| | | return keyDitch; |
| | | } |
| | | |
| | | public void setKeyDitch(String keyDitch) { |
| | | this.keyDitch = keyDitch; |
| | | } |
| | | |
| | | public Double getSaveFilter() { |
| | | return saveFilter; |
| | | } |
| | | |
| | | public void setSaveFilter(Double saveFilter) { |
| | | this.saveFilter = saveFilter; |
| | | } |
| | | |
| | | public Double getEvaporation() { |
| | | return evaporation; |
| | | } |
| | | |
| | | public void setEvaporation(Double evaporation) { |
| | | this.evaporation = evaporation; |
| | | } |
| | | } |