Package hec.gui
Class ExampleWatersheds
java.lang.Object
hec.gui.ExampleWatersheds
Used to deal with the ExampleWatershed component
of HEC-ResSim. For now, installing the example watershed data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
installExampleWatersheds
(String outputDirectory, String filename) Used to deal with the ExampleWatershed component of HEC-ResSim.
-
Constructor Details
-
ExampleWatersheds
public ExampleWatersheds()
-
-
Method Details
-
installExampleWatersheds
Used to deal with the ExampleWatershed component of HEC-ResSim. For now, installing the example watershed data.- Parameters:
outputDirectory
- directory where watershed is located and examples will be extracted tofilename
- the name of the zip file in the Examples folder, if null the file "ExampleWatersheds.zip" will be used.
-