Package | Description |
---|---|
it.geosolutions.jaiext.stats | |
it.geosolutions.jaiext.zonal |
Modifier and Type | Field and Description |
---|---|
protected Statistics.StatsType[] |
StatisticsOpImage.statsTypes
Array containing the type of statistics to calculate
|
protected Statistics.StatsType |
Statistics.type
Variable indicating the statistic used
|
Modifier and Type | Method and Description |
---|---|
protected Statistics.StatsType |
Statistics.getStatsType()
This method returns the statistical type of the object instance
|
static Statistics.StatsType |
Statistics.StatsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statistics.StatsType[] |
Statistics.StatsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static javax.media.jai.RenderedOp |
StatisticsDescriptor.create(RenderedImage source0,
int xPeriod,
int yPeriod,
javax.media.jai.ROI roi,
Range noData,
boolean useRoiAccessor,
int[] bands,
Statistics.StatsType[] stats,
double[] minBounds,
double[] maxBounds,
int[] numBins,
RenderingHints hints)
Performs a statistical operation on an image defined by its "stats type" parameter.
|
static javax.media.jai.RenderedOp |
StatisticsDescriptor.create(RenderedImage source0,
int xPeriod,
int yPeriod,
javax.media.jai.ROI roi,
Range noData,
boolean useRoiAccessor,
int[] bands,
Statistics.StatsType[] stats,
RenderingHints hints)
Performs a statistical operation on an image defined by its "stats type" parameter.
|
Constructor and Description |
---|
ComplexStatsOpImage(RenderedImage source,
int xPeriod,
int yPeriod,
javax.media.jai.ROI roi,
Range noData,
boolean useROIAccessor,
int[] bands,
Statistics.StatsType[] statsTypes,
double[] minBound,
double[] maxBound,
int[] numBins) |
SimpleStatsOpImage(RenderedImage source,
int xPeriod,
int yPeriod,
javax.media.jai.ROI roi,
Range noData,
boolean useROIAccessor,
int[] bands,
Statistics.StatsType[] statsTypes) |
StatisticsOpImage(RenderedImage source,
int xPeriod,
int yPeriod,
javax.media.jai.ROI roi,
Range noData,
boolean useROIAccessor,
int[] bands,
Statistics.StatsType[] statsTypes,
double[] minBound,
double[] maxBound,
int[] numBins) |
Modifier and Type | Method and Description |
---|---|
static javax.media.jai.RenderedOp |
ZonalStatsDescriptor.create(RenderedImage source,
RenderedImage classifier,
AffineTransform transform,
List<javax.media.jai.ROI> roilist,
Range noData,
javax.media.jai.ROI mask,
boolean useROIAccessor,
int[] bands,
Statistics.StatsType[] stats,
double[] minBound,
double[] maxBound,
int[] numBins,
List<Range> rangeData,
boolean localStats,
RenderingHints hints)
Performs statistical operations on different image zones defined by the input geometry list.
|
static javax.media.jai.RenderedOp |
ZonalStatsDescriptor.create(RenderedImage source,
RenderedImage classifier,
AffineTransform transform,
List<javax.media.jai.ROI> roilist,
Range noData,
javax.media.jai.ROI mask,
boolean useROIAccessor,
int[] bands,
Statistics.StatsType[] stats,
List<Range> rangeData,
boolean localStats,
RenderingHints hints)
Performs statistical operations on different image zones defined by the input geometry list.
|
Constructor and Description |
---|
ZonalStatsOpImage(RenderedImage source,
javax.media.jai.ImageLayout layout,
Map configuration,
RenderedImage classifier,
AffineTransform transform,
List<javax.media.jai.ROI> rois,
Range noData,
javax.media.jai.ROI mask,
boolean useROIAccessor,
int[] bands,
Statistics.StatsType[] statsTypes,
double[] minBound,
double[] maxBound,
int[] numBins,
List<Range> rangeData,
boolean localStats) |
Copyright © 2006–2017 GeoSolutions. All rights reserved.