|
Class Summary |
| BasinModule |
Class for handling basin-related procedures, among which:
finding basins in DEM
assigning risk values to each basin
converting all or each basin into a Raster object for output |
| FileIO |
Class for reading lines of text from ASCII text file(s) onto screen |
| FlowDirection |
Class to derive flow direction from DEM,
returns a Raster Object direction |
| GraphicsModule |
Class for handling visualization-related procedures, among which:
Converting basins polygons to outlines
Separating each basin into separate Raster object for output |
| KeyboardInput |
Class to handle keyboard input. |
| Raster |
Class to handle Raster object and methods to read file to/from Raster;
also includes methods for accessing data values |
| RasterAnalysis |
Main class to run application |
| RiskModule |
Class for handling risk-related procedures, such as
calculating risk based on slope and NDVI index |
| RWFile |
Class to handle reading from and writing to a tab-delimited text file |