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.
|
Modifier and Type | Class and Description |
---|---|
static class |
Statistics.Delta
Holds some statistics about a series of sample values and the difference between them.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
Statistics.clone()
Returns a clone of this statistics.
|
Statistics |
Statistics.Delta.getDeltaStatistics()
Returns the statistics about difference between consecutives values.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Constructor and Description |
---|
Delta(Statistics delta)
Constructs an initially empty set of statistics using the specified object for
delta statistics. |
Modifier and Type | Method and Description |
---|---|
Statistics |
MathTransformBuilder.getErrorStatistics()
Returns statistics about the errors.
|
Copyright © 1996–2022 Geotools. All rights reserved.