Uses of Class
org.jaitools.numeric.StreamingSampleStats

Packages that use StreamingSampleStats
org.jaitools.media.jai.classifiedstats Calculates summary statistics, on top of classification rasters, for values in a data image 
org.jaitools.media.jai.zonalstats Calculates summary statistics for values in a data image, optionally within zones defined by an integer zone image 
 

Uses of StreamingSampleStats in org.jaitools.media.jai.classifiedstats
 

Methods in org.jaitools.media.jai.classifiedstats that return StreamingSampleStats
protected  StreamingSampleStats ClassifiedStatsOpImage.setupStats(Map<org.apache.commons.collections.keyvalue.MultiKey,StreamingSampleStats> resultsPerBand, org.apache.commons.collections.keyvalue.MultiKey classifierKey, Range.Type rangesType, List<Range<Double>> ranges)
          Called by #compileClassifiedStatistics() to lazily create a StreamingSampleStats object for each classifier.
 

Method parameters in org.jaitools.media.jai.classifiedstats with type arguments of type StreamingSampleStats
protected  StreamingSampleStats ClassifiedStatsOpImage.setupStats(Map<org.apache.commons.collections.keyvalue.MultiKey,StreamingSampleStats> resultsPerBand, org.apache.commons.collections.keyvalue.MultiKey classifierKey, Range.Type rangesType, List<Range<Double>> ranges)
          Called by #compileClassifiedStatistics() to lazily create a StreamingSampleStats object for each classifier.
 

Uses of StreamingSampleStats in org.jaitools.media.jai.zonalstats
 

Methods in org.jaitools.media.jai.zonalstats that return StreamingSampleStats
protected  StreamingSampleStats ZonalStatsOpImage.setupZoneStats(Map<Integer,StreamingSampleStats> resultsPerBand, Integer zone)
          Called by ZonalStatsOpImage.compileZonalStatistics() to lazily create a StreamingSampleStats object for each zone as it is encountered in the zone image.
 

Method parameters in org.jaitools.media.jai.zonalstats with type arguments of type StreamingSampleStats
protected  StreamingSampleStats ZonalStatsOpImage.setupZoneStats(Map<Integer,StreamingSampleStats> resultsPerBand, Integer zone)
          Called by ZonalStatsOpImage.compileZonalStatistics() to lazily create a StreamingSampleStats object for each zone as it is encountered in the zone image.
 



Copyright © 2009-2015. All Rights Reserved.