Uses of Class
org.geotools.metadata.math.Statistics
-
Packages that use Statistics Package Description org.geotools.metadata.math A set of mathematical objects and algebraic utilities.org.geotools.referencing.operation.builder A package of convenience classes which use control points common to two data sets to derive empirically the transformation parameters needed to convert positions between the coordinate systems of the two data sets. -
-
Uses of Statistics in org.geotools.metadata.math
Subclasses of Statistics in org.geotools.metadata.math Modifier and Type Class Description static class
Statistics.Delta
Holds some statistics about a series of sample values and the difference between them.Methods in org.geotools.metadata.math that return Statistics Modifier and Type Method Description Statistics
Statistics. clone()
Returns a clone of this statistics.Statistics
Statistics.Delta. getDeltaStatistics()
Returns the statistics about difference between consecutives values.Methods in org.geotools.metadata.math with parameters of type Statistics Modifier and Type Method Description void
Statistics. add(Statistics stats)
Updates statistics with all samples from the specifiedstats
.void
Statistics.Delta. add(Statistics stats)
Update statistics with all samples from the specifiedstats
.Constructors in org.geotools.metadata.math with parameters of type Statistics Constructor Description Delta(Statistics delta)
Constructs an initially empty set of statistics using the specified object fordelta
statistics. -
Uses of Statistics in org.geotools.referencing.operation.builder
Methods in org.geotools.referencing.operation.builder that return Statistics Modifier and Type Method Description Statistics
MathTransformBuilder. getErrorStatistics()
Returns statistics about the errors.
-