Uses of Class
it.geosolutions.jaiext.stats.Statistics.StatsType

Packages that use Statistics.StatsType
it.geosolutions.jaiext.stats   
it.geosolutions.jaiext.zonal   
 

Uses of Statistics.StatsType in it.geosolutions.jaiext.stats
 

Fields in it.geosolutions.jaiext.stats declared as Statistics.StatsType
protected  Statistics.StatsType[] StatisticsOpImage.statsTypes
          Array containing the type of statistics to calculate
protected  Statistics.StatsType Statistics.type
          Variable indicating the statistic used
 

Methods in it.geosolutions.jaiext.stats that return Statistics.StatsType
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.
 

Methods in it.geosolutions.jaiext.stats with parameters of type Statistics.StatsType
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.
 

Constructors in it.geosolutions.jaiext.stats with parameters of type Statistics.StatsType
ComplexStatsOpImage(RenderedImage source, javax.media.jai.ImageLayout layout, Map configuration, 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, javax.media.jai.ImageLayout layout, Map configuration, int xPeriod, int yPeriod, javax.media.jai.ROI roi, Range noData, boolean useROIAccessor, int[] bands, Statistics.StatsType[] statsTypes)
           
StatisticsOpImage(RenderedImage source, javax.media.jai.ImageLayout layout, Map configuration, int xPeriod, int yPeriod, javax.media.jai.ROI roi, Range noData, boolean useROIAccessor, int[] bands, Statistics.StatsType[] statsTypes, double[] minBound, double[] maxBound, int[] numBins)
           
 

Uses of Statistics.StatsType in it.geosolutions.jaiext.zonal
 

Methods in it.geosolutions.jaiext.zonal with parameters of type Statistics.StatsType
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.
 

Constructors in it.geosolutions.jaiext.zonal with parameters of type Statistics.StatsType
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–2015 GeoSolutions. All rights reserved.