public class LakeVolumeExample extends Object
| Constructor and Description |
|---|
LakeVolumeExample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
processVolume(PrintStream ps,
BathymetryData data)
Performs the main process, printing the results to the specified print
stream.
|
public static void main(String[] args)
args - the command line argumentspublic void processVolume(PrintStream ps, BathymetryData data)
ps - a valid print stream instance for reporting outputdata - a valid data instance for processingCopyright © 2019. All rights reserved.