|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Statistics | |
---|---|
org.geotools.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.math |
---|
Subclasses of Statistics in org.geotools.math | |
---|---|
static class |
Statistics.Delta
Holds some statistics about a series of sample values and the difference between them. |
Methods in org.geotools.math that return Statistics | |
---|---|
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.math with parameters of type Statistics | |
---|---|
void |
Statistics.add(Statistics stats)
Updates statistics with all samples from the specified stats . |
void |
Statistics.Delta.add(Statistics stats)
Update statistics with all samples from the specified stats . |
Constructors in org.geotools.math with parameters of type Statistics | |
---|---|
Statistics.Delta(Statistics delta)
Constructs an initially empty set of statistics using the specified object for delta statistics. |
Uses of Statistics in org.geotools.referencing.operation.builder |
---|
Methods in org.geotools.referencing.operation.builder that return Statistics | |
---|---|
Statistics |
MathTransformBuilder.getErrorStatistics()
Returns statistics about the errors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |