Uses of Class
org.geotools.metadata.math.Statistics
Packages that use Statistics
Package
Description
A set of mathematical objects and algebraic utilities.
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.mathModifier and TypeClassDescriptionstatic class
Holds some statistics about a series of sample values and the difference between them.Methods in org.geotools.metadata.math that return StatisticsModifier and TypeMethodDescriptionStatistics.clone()
Returns a clone of this statistics.Statistics.Delta.getDeltaStatistics()
Returns the statistics about difference between consecutives values.Methods in org.geotools.metadata.math with parameters of type StatisticsModifier and TypeMethodDescriptionvoid
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 StatisticsModifierConstructorDescriptionDelta
(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 StatisticsModifier and TypeMethodDescriptionMathTransformBuilder.getErrorStatistics()
Returns statistics about the errors.