|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Statistics | |
org.geotools.math | A set of mathematical objects and algebraic utilities. |
org.geotools.renderer.geom | Shape implementations used for the
rendering of geographic features. |
Uses of Statistics in org.geotools.math |
Subclasses of Statistics in org.geotools.math | |
static class |
Statistics.Delta
Hold some statistics about a series of sample values and the difference between them. |
Methods in org.geotools.math that return 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)
Update statistics with all samples from the specified . |
void |
Statistics.Delta.add(Statistics stats)
Update statistics with all samples from the specified . |
Constructors in org.geotools.math with parameters of type Statistics | |
Statistics.Delta(Statistics delta)
Construct an initially empty set of statistics using the specified object for delta statistics. |
Uses of Statistics in org.geotools.renderer.geom |
Methods in org.geotools.renderer.geom that return Statistics | |
Statistics |
Polyline.getResolution()
Returns the polyline's resolution. |
Statistics |
GeometryProxy.getResolution()
Returns the geometry's resolution. |
Statistics |
Point.getResolution()
Implemented for compatibility, but it makes no sense to compute resolution for a single point |
Statistics |
Polygon.getResolution()
Returns the polygon's resolution. |
abstract Statistics |
Geometry.getResolution()
Returns the geometry's resolution. |
Statistics |
GeometryCollection.getResolution()
Returns the geometry's resolution. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |