| | |
| | | |
| | | private String flowPath; |
| | | |
| | | private String sourceDem; |
| | | |
| | | private String sourceLanduse; |
| | | |
| | | private String landuseFile; |
| | | |
| | | private boolean copyTif; |
| | | |
| | | private String tifPath; |
| | |
| | | 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; |
| | | } |
| | | } |