|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Range.Type | |
|---|---|
| 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 |
| org.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 org.jaitools.media.jai.classifiedstats |
|---|
| Methods in org.jaitools.media.jai.classifiedstats with parameters of type Range.Type | |
|---|---|
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. |
| Constructors in org.jaitools.media.jai.classifiedstats with parameters of type Range.Type | |
|---|---|
ClassifiedStatsOpImage(RenderedImage dataImage,
RenderedImage[] classifierImages,
RenderedImage[] pivotClassifierImages,
Map<?,?> config,
javax.media.jai.ImageLayout layout,
Statistic[] stats,
Integer[] bands,
javax.media.jai.ROI roi,
Collection<Range<Double>> ranges,
Range.Type rangesType,
boolean rangeLocalStats,
Collection<Range<Double>> noDataRanges,
Double[] noDataClassifiers,
Double[] noDataPivotClassifiers)
Constructor. |
|
| Uses of Range.Type in org.jaitools.media.jai.zonalstats |
|---|
| Constructors in org.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 dataToZoneTransform,
Collection<Range<Double>> ranges,
Range.Type rangesType,
boolean rangeLocalStats,
Collection<Range<Double>> noDataRanges)
Constructor. |
|
| Uses of Range.Type in org.jaitools.numeric |
|---|
| Methods in org.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 org.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 org.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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||