Uses of Class
jaitools.numeric.Range.Type

Packages that use Range.Type
jaitools.media.jai.zonalstats Calculates summary statistics, optionally within zones defined by a zone image, for values in a data image 
jaitools.numeric Classes providing a range of numeric functions including summary statistics, defining and comparing ranges (intervals), and compiling histogram data. 
 

Uses of Range.Type in jaitools.media.jai.zonalstats
 

Methods in jaitools.media.jai.zonalstats with parameters of type Range.Type
static RenderedImage ZonalStatsDescriptor.create(RenderedImage dataImage, RenderedImage zoneImage, Statistic[] stats, Integer[] bands, javax.media.jai.ROI roi, AffineTransform zoneTransform, List<Range<Double>> ranges, Range.Type rangesType, boolean rangeLocalStats, List<Range<Double>> noDataRanges, RenderingHints hints)
           
 

Constructors in jaitools.media.jai.zonalstats with parameters of type Range.Type
ZonalStatsOpImage(RenderedImage dataImage, RenderedImage zoneImage, Map<?,?> config, javax.media.jai.ImageLayout layout, Statistic[] stats, Integer[] bands, javax.media.jai.ROI roi, AffineTransform zoneTransform, List<Range<Double>> ranges, Range.Type rangesType, boolean rangeLocalStats, List<Range<Double>> noDataRanges)
          Constructor.
 

Uses of Range.Type in jaitools.numeric
 

Methods in jaitools.numeric that return Range.Type
 Range.Type Processor.getRangesType()
          Gets the type of ranges being used by this processor.
 Range.Type AbstractProcessor.getRangesType()
          Gets the type of ranges being used by this processor.
static Range.Type Range.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Range.Type[] Range.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jaitools.numeric with parameters of type Range.Type
 void StreamingSampleStats.addRange(Range<Double> range, Range.Type rangesType)
          Adds a range of values to include in or exclude from the calculation of all statistics.
 void Processor.addRange(Range<Double> range, Range.Type rangeType)
          Sets a range of values to exclude from or include in calculations.
 void AbstractProcessor.addRange(Range<Double> range, Range.Type rangesType)
          Sets a range of values to exclude from or include in calculations.
 void Processor.setRangesType(Range.Type rangeType)
          Sets the type of the ranges to be added to the processor.
 void AbstractProcessor.setRangesType(Range.Type rangesType)
          Sets the type of the ranges to be added to the processor.
 

Constructors in jaitools.numeric with parameters of type Range.Type
AbstractProcessor(Range.Type rangesType)
          Creates a new processor with specified use of Ranges.
StreamingSampleStats(Range.Type rangesType)
          Creates a new sampler with specified use of Ranges.
 



Copyright © 2009-2011. All Rights Reserved.