| | |
| | | |
| | | private Integer saveFrames; |
| | | |
| | | private Integer 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 Integer landuse; |
| | | |
| | | private Integer epsg; |
| | | |
| | | private String keyDitch; |
| | | |
| | | private Double saveFilter; |
| | | |
| | | private Double evaporation; |
| | | |
| | | public String getVer() { |
| | | return ver; |
| | |
| | | this.saveFrames = saveFrames; |
| | | } |
| | | |
| | | public Integer getSaveFrameInterval() { |
| | | return saveFrameInterval; |
| | | } |
| | | |
| | | public void setSaveFrameInterval(Integer saveFrameInterval) { |
| | | this.saveFrameInterval = saveFrameInterval; |
| | | } |
| | | |
| | | public boolean isCopyTif() { |
| | | return copyTif; |
| | | } |
| | |
| | | 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; |
| | | } |
| | | } |