Uses of Class
it.geosolutions.jaiext.range.Range

Packages that use Range
it.geosolutions.jaiext.algebra   
it.geosolutions.jaiext.bandmerge   
it.geosolutions.jaiext.border   
it.geosolutions.jaiext.buffer   
it.geosolutions.jaiext.crop   
it.geosolutions.jaiext.interpolators   
it.geosolutions.jaiext.lookup   
it.geosolutions.jaiext.mosaic   
it.geosolutions.jaiext.range   
it.geosolutions.jaiext.rescale   
it.geosolutions.jaiext.scale   
it.geosolutions.jaiext.stats   
it.geosolutions.jaiext.warp   
it.geosolutions.jaiext.zonal   
 

Uses of Range in it.geosolutions.jaiext.algebra
 

Methods in it.geosolutions.jaiext.algebra with parameters of type Range
static javax.media.jai.RenderedOp AlgebraDescriptor.create(AlgebraDescriptor.Operator op, javax.media.jai.ROI roi, Range noData, double destinationNoData, RenderingHints hints, RenderedImage... sources)
          Adds two images.
static javax.media.jai.RenderableOp AlgebraDescriptor.createRenderable(AlgebraDescriptor.Operator op, javax.media.jai.ROI roi, Range noData, double destinationNoData, RenderingHints hints, RenderableImage... sources)
          Adds two images.
 

Constructors in it.geosolutions.jaiext.algebra with parameters of type Range
AlgebraOpImage(Map config, javax.media.jai.ImageLayout layout, AlgebraDescriptor.Operator op, javax.media.jai.ROI srcROI, Range noData, double destinationNoData, RenderedImage... sources)
          Constructs an AddOpImage.
AlgebraOpImage2(Map config, javax.media.jai.ImageLayout layout, AlgebraDescriptor.Operator op, javax.media.jai.ROI srcROI, Range noData, double destinationNoData, RenderedImage... sources)
          Constructs an AddOpImage.
 

Uses of Range in it.geosolutions.jaiext.bandmerge
 

Methods in it.geosolutions.jaiext.bandmerge with parameters of type Range
static javax.media.jai.RenderedOp BandMergeDescriptor.create(Range[] noData, double destinationNoData, RenderingHints hints, List<AffineTransform> transform, RenderedImage... sources)
          Merge (possibly multi-banded)images into a multibanded image.
static javax.media.jai.RenderedOp BandMergeDescriptor.create(Range[] noData, double destinationNoData, RenderingHints hints, List<AffineTransform> transform, javax.media.jai.ROI roi, RenderedImage... sources)
          Merge (possibly multi-banded)images into a multibanded image.
static javax.media.jai.RenderedOp BandMergeDescriptor.create(Range[] noData, double destinationNoData, RenderingHints hints, RenderedImage... sources)
          Merge (possibly multi-banded)images into a multibanded image.
static javax.media.jai.RenderableOp BandMergeDescriptor.createRenderable(Range[] noData, double destinationNoData, RenderingHints hints, List<AffineTransform> transform, RenderableImage... sources)
          Merge (possibly multi-banded)images into a multibanded image.
static javax.media.jai.RenderableOp BandMergeDescriptor.createRenderable(Range[] noData, double destinationNoData, RenderingHints hints, List<AffineTransform> transform, javax.media.jai.ROI roi, RenderableImage... sources)
          Merge (possibly multi-banded)images into a multibanded image.
static javax.media.jai.RenderableOp BandMergeDescriptor.createRenderable(Range[] noData, double destinationNoData, RenderingHints hints, RenderableImage... sources)
          Merge (possibly multi-banded)images into a multibanded image.
 

Uses of Range in it.geosolutions.jaiext.border
 

Methods in it.geosolutions.jaiext.border with parameters of type Range
static javax.media.jai.RenderedOp BorderDescriptor.create(RenderedImage source0, int leftPad, int rightPad, int topPad, int bottomPad, javax.media.jai.BorderExtender type, Range noData, double destinationNoData, RenderingHints hints)
          Adds a border around an image.
 

Uses of Range in it.geosolutions.jaiext.buffer
 

Methods in it.geosolutions.jaiext.buffer with parameters of type Range
static javax.media.jai.RenderedOp BufferDescriptor.create(RenderedImage source, javax.media.jai.BorderExtender extender, int leftPad, int rightPad, int topPad, int bottomPad, List<javax.media.jai.ROI> rois, Range nodata, double destinationNoData, Double valueToCount, Integer type, double pixelArea, RenderingHints hints)
          Calculates the buffer on an Image Creates a ParameterBlockJAI from all supplied arguments except hints and invokes JAI.create(String,ParameterBlock,RenderingHints).
 

Constructors in it.geosolutions.jaiext.buffer with parameters of type Range
BufferOpImage(RenderedImage source, javax.media.jai.ImageLayout layout, Map configuration, javax.media.jai.BorderExtender extender, int leftPadding, int rightPadding, int topPadding, int bottomPadding, List<javax.media.jai.ROI> rois, Range noData, double destinationNoDataDouble, Double valueToCount, double pixelArea)
           
 

Uses of Range in it.geosolutions.jaiext.crop
 

Methods in it.geosolutions.jaiext.crop with parameters of type Range
static javax.media.jai.RenderedOp CropDescriptor.create(RenderedImage source0, Float x, Float y, Float width, Float height, javax.media.jai.ROI roi, Range noData, double[] destNoData, RenderingHints hints)
          Performs cropping to a specified bounding box.
 

Uses of Range in it.geosolutions.jaiext.interpolators
 

Methods in it.geosolutions.jaiext.interpolators that return Range
 Range InterpolationNoData.getNoDataRange()
          Return NoData Range associated to the Interpolation object, if present.
 Range InterpolationBilinear.getNoDataRange()
           
 Range InterpolationBicubic.getNoDataRange()
           
 Range InterpolationNearest.getNoDataRange()
           
 

Methods in it.geosolutions.jaiext.interpolators with parameters of type Range
 void InterpolationNoData.setNoDataRange(Range noDataRange)
          Set NoData Range associated to the Interpolation object.
 void InterpolationBilinear.setNoDataRange(Range noDataRange)
           
 void InterpolationBicubic.setNoDataRange(Range noDataRange)
           
 void InterpolationNearest.setNoDataRange(Range noDataRange)
           
 

Constructors in it.geosolutions.jaiext.interpolators with parameters of type Range
InterpolationBicubic(int subsampleBits, Range noDataRange, boolean useROIAccessor, double destinationNoData, int dataType, boolean bicubic2Disabled, int precisionBits)
          Simple interpolator object used for Bicubic/Bicubic2 interpolation.
InterpolationBilinear(int subsampleBits, Range noDataRange, boolean useROIAccessor, double destinationNoData, int dataType)
          Simple interpolator object used for Bilinear interpolation.
InterpolationNearest(Range noDataRange, boolean useROIAccessor, double destinationNoData, int dataType)
          Simple interpolator object used for Nearest-Neighbor interpolation.
 

Uses of Range in it.geosolutions.jaiext.lookup
 

Fields in it.geosolutions.jaiext.lookup declared as Range
protected  Range LookupTable.noData
          Range object containing no data values
 

Methods in it.geosolutions.jaiext.lookup with parameters of type Range
static javax.media.jai.RenderedOp LookupDescriptor.create(RenderedImage source0, LookupTable table, double destinationNoData, javax.media.jai.ROI roi, Range noData, boolean useRoiAccessor, RenderingHints hints)
          Performs a lookup operation on an integral image.
 void LookupTable.setNoDataRange(Range noData)
          No Data flag is set to true and no data range is taken
 

Constructors in it.geosolutions.jaiext.lookup with parameters of type Range
LookupOpImage(RenderedImage source, javax.media.jai.ImageLayout layout, Map configuration, LookupTable lookupTable, double destinationNoData, javax.media.jai.ROI roi, Range noData, boolean useRoiAccessor)
           
 

Uses of Range in it.geosolutions.jaiext.mosaic
 

Methods in it.geosolutions.jaiext.mosaic that return Range
 Range ImageMosaicBean.getSourceNoData()
           
 

Methods in it.geosolutions.jaiext.mosaic with parameters of type Range
 void ImageMosaicBean.setSourceNoData(Range sourceNoData)
           
 

Uses of Range in it.geosolutions.jaiext.range
 

Subclasses of Range in it.geosolutions.jaiext.range
 class RangeByte
          This class is a subclass of the Range class handling byte data.
 class RangeDouble
          This class is a subclass of the Range class handling double data.
 class RangeFloat
          This class is a subclass of the Range class handling float data.
 class RangeInt
          This class is a subclass of the Range class handling Integer data.
 class RangeLong
          This class is a subclass of the Range class handling Long data.
 class RangeShort
          This class is a subclass of the Range class handling Short data.
 class RangeUshort
          This class is a subclass of the Range class handling unsigned short data.
 

Methods in it.geosolutions.jaiext.range that return Range
static Range RangeFactory.create(byte minValue, boolean minIncluded, byte maxValue, boolean maxIncluded)
           
static Range RangeFactory.create(double minValue, boolean minIncluded, double maxValue, boolean maxIncluded, boolean nanIncluded)
           
static Range RangeFactory.create(float minValue, boolean minIncluded, float maxValue, boolean maxIncluded, boolean nanIncluded)
           
static Range RangeFactory.create(int minValue, boolean minIncluded, int maxValue, boolean maxIncluded)
           
static Range RangeFactory.create(long minValue, boolean minIncluded, long maxValue, boolean maxIncluded)
           
static Range RangeFactory.create(short minValue, boolean minIncluded, short maxValue, boolean maxIncluded)
           
static Range RangeFactory.createU(short minValue, boolean minIncluded, short maxValue, boolean maxIncluded)
           
 

Uses of Range in it.geosolutions.jaiext.rescale
 

Methods in it.geosolutions.jaiext.rescale with parameters of type Range
static javax.media.jai.RenderedOp RescaleDescriptor.create(RenderedImage source0, double[] scales, double[] offsets, javax.media.jai.ROI roi, Range rangeND, boolean useRoiAccessor, double destNoData, RenderingHints hints)
          Maps the pixels values of an image from one range to another range.
static javax.media.jai.RenderableOp RescaleDescriptor.createRenderable(RenderableImage source0, double[] scales, double[] offsets, javax.media.jai.ROI roi, Range rangeND, boolean useRoiAccessor, double destNoData, RenderingHints hints)
          Maps the pixels values of an image from one range to another range.
 

Constructors in it.geosolutions.jaiext.rescale with parameters of type Range
RescaleOpImage(RenderedImage source, javax.media.jai.ImageLayout layout, Map configuration, double[] valueScale, double[] valueOffsets, double destinationNoData, javax.media.jai.ROI roi, Range noData, boolean useROIAccessor)
           
 

Uses of Range in it.geosolutions.jaiext.scale
 

Fields in it.geosolutions.jaiext.scale declared as Range
protected  Range ScaleOpImage.noData
          No Data Range
 

Uses of Range in it.geosolutions.jaiext.stats
 

Fields in it.geosolutions.jaiext.stats declared as Range
protected  Range StatisticsOpImage.noData
          No Data Range
 

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

Fields in it.geosolutions.jaiext.warp declared as Range
protected  Range WarpOpImage.noDataRange
          Current NoData Range object
 

Methods in it.geosolutions.jaiext.warp with parameters of type Range
static javax.media.jai.RenderedOp WarpDescriptor.create(RenderedImage source0, javax.media.jai.Warp warp, javax.media.jai.Interpolation interpolation, double[] backgroundValues, javax.media.jai.ROI sourceROI, Range noData, RenderingHints hints)
          Warps an image according to a specified Warp object.
 

Constructors in it.geosolutions.jaiext.warp with parameters of type Range
WarpOpImage(RenderedImage source, javax.media.jai.ImageLayout layout, Map<?,?> configuration, boolean cobbleSources, javax.media.jai.BorderExtender extender, javax.media.jai.Interpolation interp, javax.media.jai.Warp warp, double[] backgroundValues, javax.media.jai.ROI roi, Range noData)
           
 

Uses of Range in it.geosolutions.jaiext.zonal
 

Methods in it.geosolutions.jaiext.zonal that return types with arguments of type Range
 List<Range> ZoneGeometry.getRanges()
           
 Map<Integer,Map<Range,Statistics[]>> ZoneGeometry.getStatsPerBand(int band)
          Utility method for having all the zone-class statistics for a selected band.
 Map<Range,Statistics[]> ZoneGeometry.getStatsPerBandPerClass(int band, int classId)
          Utility method for having all the zone-class statistics for a selected band.
 Map<Integer,Map<Integer,Map<Range,Statistics[]>>> ZoneGeometry.getTotalStats()
          Utility method for having all ZoneGeometry statistics.
 

Methods in it.geosolutions.jaiext.zonal with parameters of type Range
 void ZoneGeometry.add(double sample, int band, int classId, Range dataRange)
           
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.
 Statistics[] ZoneGeometry.getStatsPerBandNoClassifier(int band, Range range)
          Utility method for having the Statistics of a specific band if no classifier is used
 Statistics[] ZoneGeometry.getStatsPerBandPerClassPerRange(int band, int classId, Range range)
          Utility method for having the Statistics of a specific band inside a specific zone class and a specific Range
 

Method parameters in it.geosolutions.jaiext.zonal with type arguments of type Range
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 Range
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)
           
 

Constructor parameters in it.geosolutions.jaiext.zonal with type arguments of type Range
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.