Uses of Class
org.apache.sis.math.StatisticsFormat
-
Packages that use StatisticsFormat Package Description org.apache.sis.math A set of mathematical objects and algebraic utilities. -
-
Uses of StatisticsFormat in org.apache.sis.math
Methods in org.apache.sis.math that return StatisticsFormat Modifier and Type Method Description StatisticsFormat
StatisticsFormat. clone()
Returns a clone of this format.static StatisticsFormat
StatisticsFormat. getInstance()
Returns an instance for the current system default locale.static StatisticsFormat
StatisticsFormat. getInstance(Locale locale)
Returns an instance for the given locale.
-