Uses of Class
org.tinfour.svm.SvmBathymetryModel
-
Packages that use SvmBathymetryModel 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 SvmBathymetryModel in org.tinfour.svm
Methods in org.tinfour.svm that return SvmBathymetryModel Modifier and Type Method Description SvmBathymetryModelSvmBathymetryData. getBathymetryModel()Gets the bathymetry defined for the soundings in this instances.static SvmBathymetryModelSvmBathymetryModel. lenientValueOf(String s)Return the value indicated by the string or a null if the string is empty of does not include a recognizable value.static SvmBathymetryModelSvmBathymetryModel. valueOf(String name)Returns the enum constant of this type with the specified name.static SvmBathymetryModel[]SvmBathymetryModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tinfour.svm with parameters of type SvmBathymetryModel Constructor Description SvmBathymetryData(SvmBathymetryModel model)Constructs an instance to load and store bathymetry data. -
Uses of SvmBathymetryModel in org.tinfour.svm.properties
Methods in org.tinfour.svm.properties that return SvmBathymetryModel Modifier and Type Method Description SvmBathymetryModelSvmProperties. getBathymetryModel()Gets the bathymetry model specified for the soundings.
-