Uses of Class
org.tinfour.svm.properties.SvmProperties
-
Packages that use SvmProperties Package Description org.tinfour.svm Provides classes, interfaces, and resources for the Tinfour Simple Volumetric Model (SVM) for estimating reservoir water volume and surface area.org.tinfour.svm.properties Provides classes in support of the problem specification for an SVM Analysis. -
-
Uses of SvmProperties in org.tinfour.svm
Methods in org.tinfour.svm with parameters of type SvmProperties Modifier and Type Method Description voidSvmComputation. processVolume(PrintStream ps, SvmProperties properties, SvmBathymetryData data)Performs the main process, printing the results to the specified print stream. -
Uses of SvmProperties in org.tinfour.svm.properties
Methods in org.tinfour.svm.properties that return SvmProperties Modifier and Type Method Description static SvmPropertiesSvmProperties. load(String[] args)Loads a properties instance using values and paths specified through the command-line arguments.
-