A B C D E F G H I J L M N O P R S T U V W X Y Z

A

accumulateStats(Statistics) - Method in class it.geosolutions.jaiext.stats.Extrema
 
accumulateStats(Statistics) - Method in class it.geosolutions.jaiext.stats.HistogramMode
 
accumulateStats(Statistics) - Method in class it.geosolutions.jaiext.stats.Max
 
accumulateStats(Statistics) - Method in class it.geosolutions.jaiext.stats.MeanSum
 
accumulateStats(Statistics) - Method in class it.geosolutions.jaiext.stats.Median
 
accumulateStats(Statistics) - Method in class it.geosolutions.jaiext.stats.Min
 
accumulateStats(Statistics) - Method in class it.geosolutions.jaiext.stats.Statistics
This method is used for accumulating the statistics from another Statistics object
accumulateStats(Statistics) - Method in class it.geosolutions.jaiext.stats.VarianceStd
 
add(RenderedImage, int, int, Raster) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Add a new tile to the cache
add(RenderedImage, int, int, Raster, Object) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Add a new tile to the cache
add(RenderedImage, int, int, Raster) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Add a new tile to the cache
add(RenderedImage, int, int, Raster, Object) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Add a new tile to the cache
add(double, int, int, Range) - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
 
addRendered(HTMLRenderer) - Static method in class it.geosolutions.rendered.viewer.HTMLRenderers
 
addSample(double) - Method in class it.geosolutions.jaiext.stats.Extrema
 
addSample(double) - Method in class it.geosolutions.jaiext.stats.HistogramMode
 
addSample(double) - Method in class it.geosolutions.jaiext.stats.Max
 
addSample(double) - Method in class it.geosolutions.jaiext.stats.MeanSum
 
addSample(double) - Method in class it.geosolutions.jaiext.stats.Median
 
addSample(double) - Method in class it.geosolutions.jaiext.stats.Min
 
addSample(double) - Method in class it.geosolutions.jaiext.stats.Statistics
This method adds a Double value to the statistics and updates them
addSample(double) - Method in class it.geosolutions.jaiext.stats.VarianceStd
 
addTiles(RenderedImage, Point[], Raster[], Object) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Adds all tiles in the Point array which are owned by the image.
addTiles(RenderedImage, Point[], Raster[], Object) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Adds all tiles in the Point array which are owned by the image.
AffineBicubicOpImage - Class in it.geosolutions.jaiext.affine
 
AffineBicubicOpImage(RenderedImage, BorderExtender, Map, ImageLayout, AffineTransform, Interpolation, double[], boolean, boolean) - Constructor for class it.geosolutions.jaiext.affine.AffineBicubicOpImage
 
AffineBilinearOpImage - Class in it.geosolutions.jaiext.affine
 
AffineBilinearOpImage(RenderedImage, BorderExtender, Map, ImageLayout, AffineTransform, Interpolation, double[], boolean, boolean) - Constructor for class it.geosolutions.jaiext.affine.AffineBilinearOpImage
 
AffineCRIF - Class in it.geosolutions.jaiext.affine
 
AffineCRIF() - Constructor for class it.geosolutions.jaiext.affine.AffineCRIF
Constructor.
AffineDescriptor - Class in it.geosolutions.jaiext.affine
An OperationDescriptor describing the "Affine" operation.
AffineDescriptor() - Constructor for class it.geosolutions.jaiext.affine.AffineDescriptor
Constructor.
AffineGeneralOpImage - Class in it.geosolutions.jaiext.affine
 
AffineGeneralOpImage(RenderedImage, BorderExtender, Map, ImageLayout, AffineTransform, InterpolationNearest, boolean, boolean) - Constructor for class it.geosolutions.jaiext.affine.AffineGeneralOpImage
Constructor used for interpolator of the class InterpolationNearest
AffineGeneralOpImage(RenderedImage, BorderExtender, Map, ImageLayout, AffineTransform, InterpolationBilinear, boolean, boolean) - Constructor for class it.geosolutions.jaiext.affine.AffineGeneralOpImage
Constructor used for interpolator of the class InterpolationBilinear
AffineGeneralOpImage(RenderedImage, BorderExtender, Map, ImageLayout, AffineTransform, InterpolationBicubic, boolean, boolean) - Constructor for class it.geosolutions.jaiext.affine.AffineGeneralOpImage
Constructor used for interpolator of the class InterpolationBicubicNew
AffineGeneralOpImage(RenderedImage, BorderExtender, Map, ImageLayout, AffineTransform, Interpolation, double[], boolean) - Constructor for class it.geosolutions.jaiext.affine.AffineGeneralOpImage
Constructor used for any kind of Interpolation object
AffineNearestOpImage - Class in it.geosolutions.jaiext.affine
 
AffineNearestOpImage(RenderedImage, BorderExtender, Map, ImageLayout, AffineTransform, Interpolation, boolean, boolean) - Constructor for class it.geosolutions.jaiext.affine.AffineNearestOpImage
 
AlgebraCRIF - Class in it.geosolutions.jaiext.algebra
 
AlgebraCRIF() - Constructor for class it.geosolutions.jaiext.algebra.AlgebraCRIF
Constructor.
AlgebraDescriptor - Class in it.geosolutions.jaiext.algebra
 
AlgebraDescriptor() - Constructor for class it.geosolutions.jaiext.algebra.AlgebraDescriptor
Constructor.
AlgebraDescriptor.Operator - Enum in it.geosolutions.jaiext.algebra
 
AlgebraOpImage - Class in it.geosolutions.jaiext.algebra
An OpImage implementing the "Add" operation as described in javax.media.jai.operator.AddDescriptor.
AlgebraOpImage(Map, ImageLayout, AlgebraDescriptor.Operator, ROI, Range, double, RenderedImage...) - Constructor for class it.geosolutions.jaiext.algebra.AlgebraOpImage
Constructs an AddOpImage.
AlgebraOpImage2 - Class in it.geosolutions.jaiext.algebra
OLDER VERSION OF THE AlgebraOpImage CLASS USED ONLY FOR FUTURE OPTIMIZATIONS
AlgebraOpImage2(Map, ImageLayout, AlgebraDescriptor.Operator, ROI, Range, double, RenderedImage...) - Constructor for class it.geosolutions.jaiext.algebra.AlgebraOpImage2
Constructs an AddOpImage.
ARRAY_CALC - Static variable in class it.geosolutions.jaiext.buffer.BufferOpImage
 
ARRAY_CALC - Static variable in class it.geosolutions.jaiext.warp.WarpOpImage
Constant indicating that the inner random iterators must pre-calculate an array of the image positions

B

backwardMapRect(Rectangle, int) - Method in class it.geosolutions.jaiext.scale.ScaleOpImage
Returns the minimum bounding box of the region of the specified source to which a particular Rectangle of the destination will be mapped.
BandMergeCRIF - Class in it.geosolutions.jaiext.bandmerge
A CRIF supporting the "BandMerge" operation on rendered and renderable images.
BandMergeCRIF() - Constructor for class it.geosolutions.jaiext.bandmerge.BandMergeCRIF
Constructor.
BandMergeDescriptor - Class in it.geosolutions.jaiext.bandmerge
An OperationDescriptor describing the "BandMerge" operation.
BandMergeDescriptor() - Constructor for class it.geosolutions.jaiext.bandmerge.BandMergeDescriptor
Constructor.
bands - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Array containing the indexes of the selected bands
bandsNumber - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Image bands number
bicubic(float, boolean) - Static method in class it.geosolutions.jaiext.interpolators.InterpolationBicubic
Returns the bicubic polynomial value at a certain value of x.
booleanLookupTable - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Boolean lookuptable used if no data are present
BorderDescriptor - Class in it.geosolutions.jaiext.border
An OperationDescriptor describing the "Border" operation.
BorderDescriptor() - Constructor for class it.geosolutions.jaiext.border.BorderDescriptor
Constructor.
BorderRIF - Class in it.geosolutions.jaiext.border
A RIF supporting the "border" operation.
BorderRIF() - Constructor for class it.geosolutions.jaiext.border.BorderRIF
Constructor.
bottomPad - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Bottom padding
boundsRect - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
boundsRect - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
boundsRect - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
boundsRect - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
boundsRect - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
boundsRect - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
boundsRect - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
boundsX - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
boundsX - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
boundsX - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
boundsX - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
boundsX - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
boundsX - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
boundsX - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
boundsY - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
boundsY - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
boundsY - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
boundsY - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
boundsY - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
boundsY - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
boundsY - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
BufferDescriptor - Class in it.geosolutions.jaiext.buffer
 
BufferDescriptor() - Constructor for class it.geosolutions.jaiext.buffer.BufferDescriptor
Constructor.
BufferOpImage - Class in it.geosolutions.jaiext.buffer
 
BufferOpImage(RenderedImage, ImageLayout, Map, BorderExtender, int, int, int, int, List<ROI>, Range, double, Double, double) - Constructor for class it.geosolutions.jaiext.buffer.BufferOpImage
 
BufferRIF - Class in it.geosolutions.jaiext.buffer
 
BufferRIF() - Constructor for class it.geosolutions.jaiext.buffer.BufferRIF
 
byteLookupTable - Variable in class it.geosolutions.jaiext.affine.AffineBicubicOpImage
Byte lookuptable used if no data are present
byteLookupTable - Variable in class it.geosolutions.jaiext.affine.AffineBilinearOpImage
Byte lookuptable used if no data are present
byteLookupTable - Variable in class it.geosolutions.jaiext.affine.AffineNearestOpImage
Byte lookuptable used if no data are present
byteLookupTable - Variable in class it.geosolutions.jaiext.mosaic.MosaicOpImage
Table used for checking no data values.
byteLookupTable - Variable in class it.geosolutions.jaiext.scale.ScaleBilinearOpImage
Byte lookuptable used if no data are present
byteLookupTable - Variable in class it.geosolutions.jaiext.scale.ScaleNearestOpImage
Byte lookuptable used if no data are present
byteLoop(RasterAccessor, Rectangle, RasterAccessor, Statistics[][]) - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
 

C

CachedTileImpl - Class in it.geosolutions.concurrent
This class is used by ConcurrentTileCache to create an object that includes all the information associated with a tile, and is put into the cache.
CachedTileImpl(RenderedImage, int, int, Raster, Object) - Constructor for class it.geosolutions.concurrent.CachedTileImpl
Constructor that takes a tile cache metric
calculate(byte, byte) - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
calculate(short, short) - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
calculate(int, int) - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
calculate(float, float) - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
calculate(double, double) - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
calculate(long, long) - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
calculate(byte...) - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
calculate(short...) - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
calculate(int...) - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
calculate(float...) - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
calculate(double...) - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
calculate(long...) - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
cancelTiles(TileRequest, Point[]) - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Issues an advisory cancellation request to the TileScheduler stating that the indicated tiles of the specified image should not be processed.
canRender(Object) - Method in interface it.geosolutions.rendered.viewer.HTMLRenderer
 
caseA - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Boolean indicating if No Data and ROI are not used
caseA - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Boolean indicating that there No Data and ROI are not used
caseA - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Boolean indicating absence of both NoData and ROI
caseB - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Boolean indicating if only the ROI is used
caseB - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Boolean indicating that only ROI is used
caseB - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Boolean indicating absence of NoData and presence of ROI
caseC - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Boolean indicating if only the No Data are used
caseC - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Boolean indicating that only No Data are used
caseC - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Boolean indicating absence of ROI and presence of NoData
checkSameStats(Statistics) - Method in class it.geosolutions.jaiext.stats.Statistics
This method checks if the provided Statistics object belong to the same subclass of the current object
clear() - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
Simple method for clearing all the image statistics
clearStatistic() - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
This method is used if the user needs to perform again the statistical calculations.
clearStatistic() - Method in class it.geosolutions.jaiext.zonal.ZonalStatsOpImage
This method is used if the user needs to perform again the statistical calculations.
clearStats() - Method in class it.geosolutions.jaiext.stats.Extrema
 
clearStats() - Method in class it.geosolutions.jaiext.stats.HistogramMode
 
clearStats() - Method in class it.geosolutions.jaiext.stats.Max
 
clearStats() - Method in class it.geosolutions.jaiext.stats.MeanSum
 
clearStats() - Method in class it.geosolutions.jaiext.stats.Median
 
clearStats() - Method in class it.geosolutions.jaiext.stats.Min
 
clearStats() - Method in class it.geosolutions.jaiext.stats.Statistics
This method is used for clearing the results
clearStats() - Method in class it.geosolutions.jaiext.stats.VarianceStd
 
ComplexStatsOpImage - Class in it.geosolutions.jaiext.stats
The ComplexStatsOpImage class performs various comples statistics operations on an image.
ComplexStatsOpImage(RenderedImage, ImageLayout, Map, int, int, ROI, Range, boolean, int[], Statistics.StatsType[], double[], double[], int[]) - Constructor for class it.geosolutions.jaiext.stats.ComplexStatsOpImage
 
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.affine.AffineBicubicOpImage
Method for evaluating the destination image tile without ROI
computeRect(Raster[], WritableRaster, Rectangle, Raster[]) - Method in class it.geosolutions.jaiext.affine.AffineBicubicOpImage
Method for evaluating the destination image tile with ROI
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.affine.AffineBilinearOpImage
Method for evaluating the destination image tile without ROI
computeRect(Raster[], WritableRaster, Rectangle, Raster[]) - Method in class it.geosolutions.jaiext.affine.AffineBilinearOpImage
 
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.affine.AffineGeneralOpImage
Method for evaluating the destination image tile without ROI
computeRect(Raster[], WritableRaster, Rectangle, Raster[]) - Method in class it.geosolutions.jaiext.affine.AffineGeneralOpImage
Method for evaluating the destination image tile with ROI
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.affine.AffineNearestOpImage
Method for evaluating the destination image tile without ROI
computeRect(Raster[], WritableRaster, Rectangle, Raster[]) - Method in class it.geosolutions.jaiext.affine.AffineNearestOpImage
Method for evaluating the destination image tile with ROI
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.algebra.AlgebraOpImage
Adds the pixel values of two source images within a specified rectangle.
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.algebra.AlgebraOpImage2
Adds the pixel values of two source images within a specified rectangle.
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.buffer.BufferOpImage
Calculates the buffer on the defined raster
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.lookup.LookupOpImage
Performs the table lookup operation within the specified bounds.
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.rescale.RescaleOpImage
Rescales to the pixel values within a specified rectangle.
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.scale.ScaleBicubicOpImage
 
computeRect(Raster[], WritableRaster, Rectangle, Raster[]) - Method in class it.geosolutions.jaiext.scale.ScaleBicubicOpImage
 
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.scale.ScaleBilinearOpImage
 
computeRect(Raster[], WritableRaster, Rectangle, Raster[]) - Method in class it.geosolutions.jaiext.scale.ScaleBilinearOpImage
 
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.scale.ScaleGeneralOpImage
This method executes the scale operation on a selected region of the image
computeRect(Raster[], WritableRaster, Rectangle, Raster[]) - Method in class it.geosolutions.jaiext.scale.ScaleGeneralOpImage
 
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.scale.ScaleNearestOpImage
 
computeRect(Raster[], WritableRaster, Rectangle, Raster[]) - Method in class it.geosolutions.jaiext.scale.ScaleNearestOpImage
 
computeRect(Raster[], WritableRaster, Rectangle, Raster[]) - Method in class it.geosolutions.jaiext.scale.ScaleNearestOpImage2
 
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.scale.ScaleNearestOpImage2
 
computeRect(Raster[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.scale.ScaleNearestOpImage3
 
computeRect(Raster[], WritableRaster, Rectangle, Raster[]) - Method in class it.geosolutions.jaiext.scale.ScaleNearestOpImage3
 
computeRect(Raster[], WritableRaster, Rectangle, Raster[]) - Method in class it.geosolutions.jaiext.scale.ScaleOpImage
 
computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class it.geosolutions.jaiext.warp.WarpOpImage
Warps a rectangle.
computeRectByte(PlanarImage, RasterAccessor, RandomIter, boolean) - Method in class it.geosolutions.jaiext.warp.WarpOpImage
Computation of the Warp operation on Byte images
computeRectDouble(PlanarImage, RasterAccessor, RandomIter, boolean) - Method in class it.geosolutions.jaiext.warp.WarpOpImage
Computation of the Warp operation on Double images
computeRectFloat(PlanarImage, RasterAccessor, RandomIter, boolean) - Method in class it.geosolutions.jaiext.warp.WarpOpImage
Computation of the Warp operation on Float images
computeRectInt(PlanarImage, RasterAccessor, RandomIter, boolean) - Method in class it.geosolutions.jaiext.warp.WarpOpImage
Computation of the Warp operation on Integer images
computeRectShort(PlanarImage, RasterAccessor, RandomIter, boolean) - Method in class it.geosolutions.jaiext.warp.WarpOpImage
Computation of the Warp operation on Short images
computeRectUShort(PlanarImage, RasterAccessor, RandomIter, boolean) - Method in class it.geosolutions.jaiext.warp.WarpOpImage
Computation of the Warp operation on UShort images
computesUniqueTiles() - Method in class it.geosolutions.jaiext.nullop.NullOpImage
Returns false as NullOpImage can return via computeTile() tiles that are internally cached.
computesUniqueTiles() - Method in class it.geosolutions.jaiext.translate.TranslateIntOpImage
Returns false as computeTile() invocations return child Rasters of the RenderedImage source and are therefore not unique objects in the global sense.
computeTile(int, int) - Method in class it.geosolutions.jaiext.affine.AffineGeneralOpImage
 
computeTile(int, int) - Method in class it.geosolutions.jaiext.mosaic.MosaicOpImage
This method overrides the OpImage compute tile method and calculates the mosaic operation for the selected tile.
computeTile(int, int) - Method in class it.geosolutions.jaiext.mosaic.MosaicOpImage2
This method overrides the OpImage compute tile method and calculates the mosaic operation for the selected tile.
computeTile(int, int) - Method in class it.geosolutions.jaiext.nullop.NullOpImage
Returns a tile for reading.
computeTile(int, int) - Method in class it.geosolutions.jaiext.scale.ScaleOpImage
Computes a tile.
computeTile(int, int) - Method in class it.geosolutions.jaiext.stats.ComplexStatsOpImage
Returns a tile for reading.
computeTile(int, int) - Method in class it.geosolutions.jaiext.stats.SimpleStatsOpImage
Returns a tile for reading.
computeTile(int, int) - Method in class it.geosolutions.jaiext.translate.TranslateIntOpImage
Override computeTile() simply to invoke getTile().
computeTile(int, int) - Method in class it.geosolutions.jaiext.warp.WarpOpImage
Computes a tile.
computeTile(int, int) - Method in class it.geosolutions.jaiext.zonal.ZonalStatsOpImage
 
ConcurrentTileCache - Class in it.geosolutions.concurrent
 
ConcurrentTileCache() - Constructor for class it.geosolutions.concurrent.ConcurrentTileCache
 
ConcurrentTileCache(long, boolean, float, int) - Constructor for class it.geosolutions.concurrent.ConcurrentTileCache
 
ConcurrentTileCache.Actions - Enum in it.geosolutions.concurrent
A list of all the possible diagnostic actions
ConcurrentTileCacheMultiMap - Class in it.geosolutions.concurrent
This implementation of the TileCache class uses a Guava Cache and a multimap in order to provide a better concurrency handling.
ConcurrentTileCacheMultiMap() - Constructor for class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
 
ConcurrentTileCacheMultiMap(long, boolean, float, int) - Constructor for class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
 
contains(byte) - Method in class it.geosolutions.jaiext.range.Range
Method for checking if a byte value is contained inside the Range
contains(short) - Method in class it.geosolutions.jaiext.range.Range
Method for checking if a short/ushort value is contained inside the Range
contains(int) - Method in class it.geosolutions.jaiext.range.Range
Method for checking if an integer value is contained inside the Range
contains(float) - Method in class it.geosolutions.jaiext.range.Range
Method for checking if a float value is contained inside the Range
contains(double) - Method in class it.geosolutions.jaiext.range.Range
Method for checking if a double value is contained inside the Range
contains(long) - Method in class it.geosolutions.jaiext.range.Range
Method for checking if a long value is contained inside the Range
contains(T) - Method in class it.geosolutions.jaiext.range.Range
Method for checking if a Generic value is contained inside the Range
contains(byte) - Method in class it.geosolutions.jaiext.range.RangeByte
 
contains(double) - Method in class it.geosolutions.jaiext.range.RangeDouble
 
contains(float) - Method in class it.geosolutions.jaiext.range.RangeFloat
 
contains(int) - Method in class it.geosolutions.jaiext.range.RangeInt
 
contains(long) - Method in class it.geosolutions.jaiext.range.RangeLong
 
contains(short) - Method in class it.geosolutions.jaiext.range.RangeShort
 
contains(short) - Method in class it.geosolutions.jaiext.range.RangeUshort
 
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.affine.AffineCRIF
Creates an affine operation as an instance of AffineOpImage.
create(RenderContext, ParameterBlock) - Method in class it.geosolutions.jaiext.affine.AffineCRIF
Creates a new instance of AffineOpImage in the renderable layer.
create(RenderedImage, AffineTransform, Interpolation, double[], ROI, boolean, boolean, RenderingHints) - Static method in class it.geosolutions.jaiext.affine.AffineDescriptor
Performs interpolated affine transform on an image.
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.algebra.AlgebraCRIF
Creates a new instance of AddOpImage in the rendered layer.
create(AlgebraDescriptor.Operator, ROI, Range, double, RenderingHints, RenderedImage...) - Static method in class it.geosolutions.jaiext.algebra.AlgebraDescriptor
Adds two images.
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.bandmerge.BandMergeCRIF
Creates a new instance of BandMergeOpImage in the rendered layer.
create(Range[], double, RenderingHints, RenderedImage...) - Static method in class it.geosolutions.jaiext.bandmerge.BandMergeDescriptor
Merge (possibly multi-banded)images into a multibanded image.
create(Range[], double, RenderingHints, List<AffineTransform>, RenderedImage...) - Static method in class it.geosolutions.jaiext.bandmerge.BandMergeDescriptor
Merge (possibly multi-banded)images into a multibanded image.
create(Range[], double, RenderingHints, List<AffineTransform>, ROI, RenderedImage...) - Static method in class it.geosolutions.jaiext.bandmerge.BandMergeDescriptor
Merge (possibly multi-banded)images into a multibanded image.
create(RenderedImage, int, int, int, int, BorderExtender, Range, double, RenderingHints) - Static method in class it.geosolutions.jaiext.border.BorderDescriptor
Adds a border around an image.
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.border.BorderRIF
Creates a new instance of BorderOpImage in the rendered layer.
create(RenderedImage, BorderExtender, int, int, int, int, List<ROI>, Range, double, Double, Integer, double, RenderingHints) - Static method in class it.geosolutions.jaiext.buffer.BufferDescriptor
Calculates the buffer on an Image Creates a ParameterBlockJAI from all supplied arguments except hints and invokes JAI.create(String,ParameterBlock,RenderingHints).
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.buffer.BufferRIF
 
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.contrastenhancement.SquareRootStretchCRIF
Creates a new instance of SquareRootStretchOpImage in the rendered layer.
create(RenderedImage, int[], int[], int[], int[], RenderingHints) - Static method in class it.geosolutions.jaiext.contrastenhancement.SquareRootStretchDescriptor
Compute the SquareRoot stretch Creates a ParameterBlockJAI from all supplied arguments except hints and invokes JAI.create(String,ParameterBlock,RenderingHints).
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.crop.CropCRIF
Creates a new instance of CropOpImage in the rendered layer.
create(RenderedImage, Float, Float, Float, Float, ROI, Range, double[], RenderingHints) - Static method in class it.geosolutions.jaiext.crop.CropDescriptor
Performs cropping to a specified bounding box.
create(RenderedImage, Rectangle, boolean, boolean) - Static method in class it.geosolutions.jaiext.iterators.RandomIterFactory
Constructs and returns an instance of RandomIter suitable for iterating over the given bounding rectangle within the given RenderedImage source.
create(Raster, Rectangle, boolean, boolean) - Static method in class it.geosolutions.jaiext.iterators.RandomIterFactory
Constructs and returns an instance of RandomIter suitable for iterating over the given bounding rectangle within the given Raster source.
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.lookup.LookupCRIF
Creates a new instance of LookupOpImage.
create(RenderedImage, LookupTable, double, ROI, Range, boolean, RenderingHints) - Static method in class it.geosolutions.jaiext.lookup.LookupDescriptor
Performs a lookup operation on an integral image.
create(RenderedImage[], ImageMosaicBean[], MosaicType, double[], RenderingHints) - Static method in class it.geosolutions.jaiext.mosaic.MosaicDescriptor
RenderedOp creation method that takes all the parameters, passes them to the ParameterBlockJAI and then call the JAI create method for the mosaic operation with no data support.
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.mosaic.MosaicRIF
This method implements the RenderedImageFactory create method and return the MosaicOpImage using the parameters defined by the parameterBlock
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.nullop.NullCRIF
Returns the first source in the source list in the ParameterBlock or the value returned by getSourcelessImage() if there are no sources.
create(RenderedImage, RenderingHints) - Static method in class it.geosolutions.jaiext.nullop.NullDescriptor
An operation which does no processing.
create(byte, boolean, byte, boolean) - Static method in class it.geosolutions.jaiext.range.RangeFactory
 
create(short, boolean, short, boolean) - Static method in class it.geosolutions.jaiext.range.RangeFactory
 
create(int, boolean, int, boolean) - Static method in class it.geosolutions.jaiext.range.RangeFactory
 
create(float, boolean, float, boolean, boolean) - Static method in class it.geosolutions.jaiext.range.RangeFactory
 
create(double, boolean, double, boolean, boolean) - Static method in class it.geosolutions.jaiext.range.RangeFactory
 
create(long, boolean, long, boolean) - Static method in class it.geosolutions.jaiext.range.RangeFactory
 
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.rescale.RescaleCRIF
 
create(RenderedImage, double[], double[], ROI, Range, boolean, double, RenderingHints) - Static method in class it.geosolutions.jaiext.rescale.RescaleDescriptor
Maps the pixels values of an image from one range to another range.
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.scale.ScaleCRIF
Creates a new instance of ScaleOpImage in the rendered layer.
create(RenderContext, ParameterBlock) - Method in class it.geosolutions.jaiext.scale.ScaleCRIF
Creates a new instance of AffineOpImage in the renderable layer.
create(RenderedImage, Float, Float, Float, Float, Interpolation, ROI, Boolean, RenderingHints) - Static method in class it.geosolutions.jaiext.scale.ScaleDescriptor
Resizes an image.
create(RenderedImage, int, int, ROI, Range, boolean, int[], Statistics.StatsType[], double[], double[], int[], RenderingHints) - Static method in class it.geosolutions.jaiext.stats.StatisticsDescriptor
Performs a statistical operation on an image defined by its "stats type" parameter.
create(RenderedImage, int, int, ROI, Range, boolean, int[], Statistics.StatsType[], RenderingHints) - Static method in class it.geosolutions.jaiext.stats.StatisticsDescriptor
Performs a statistical operation on an image defined by its "stats type" parameter.
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.stats.StatisticsRIF
 
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.translate.TranslateCRIF
 
create(RenderedImage, Float, Float, RenderingHints) - Static method in class it.geosolutions.jaiext.translate.TranslateDescriptor
Translate an image to a new location.
create(RenderedImage, Warp, Interpolation, double[], ROI, RenderingHints) - Static method in class it.geosolutions.jaiext.warp.WarpDescriptor
Warps an image according to a specified Warp object.
create(RenderedImage, Warp, Interpolation, double[], ROI, Range, RenderingHints) - Static method in class it.geosolutions.jaiext.warp.WarpDescriptor
Warps an image according to a specified Warp object.
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.warp.WarpRIF
Creates a new instance of warp operator according to the warp object and interpolation method.
create(RenderedImage, RenderedImage, AffineTransform, List<ROI>, Range, ROI, boolean, int[], Statistics.StatsType[], double[], double[], int[], List<Range>, boolean, RenderingHints) - Static method in class it.geosolutions.jaiext.zonal.ZonalStatsDescriptor
Performs statistical operations on different image zones defined by the input geometry list.
create(RenderedImage, RenderedImage, AffineTransform, List<ROI>, Range, ROI, boolean, int[], Statistics.StatsType[], List<Range>, boolean, RenderingHints) - Static method in class it.geosolutions.jaiext.zonal.ZonalStatsDescriptor
Performs statistical operations on different image zones defined by the input geometry list.
create(ParameterBlock, RenderingHints) - Method in class it.geosolutions.jaiext.zonal.ZonalStatsRIF
 
createComplexStatisticsObjectFromInt(int, double, double, int) - Static method in class it.geosolutions.jaiext.stats.StatsFactory
This method returns the complex statistic object associated to the Id returned
createDevStdObject() - Static method in class it.geosolutions.jaiext.stats.StatsFactory
This method returns a statistic object for calculating the Standard Deviation of an Image
createExtremaObject() - Static method in class it.geosolutions.jaiext.stats.StatsFactory
This method returns a statistic object for calculating the Extrema of all the pixels of an Image
createHistogramObject(int, double, double) - Static method in class it.geosolutions.jaiext.stats.StatsFactory
This method returns a statistic object for calculating the Histogram of an Image
createMaxObject() - Static method in class it.geosolutions.jaiext.stats.StatsFactory
This method returns a statistic object for calculating the Maximum of all the pixels of an Image
createMeanObject() - Static method in class it.geosolutions.jaiext.stats.StatsFactory
This method returns a statistic object for calculating the Mean of an Image
createMedianObject(double, double) - Static method in class it.geosolutions.jaiext.stats.StatsFactory
This method returns a statistic object for calculating the Median of an Image
createMinObject() - Static method in class it.geosolutions.jaiext.stats.StatsFactory
This method returns a statistic object for calculating the Minimum of all the pixels of an Image
createModeObject(int, double, double) - Static method in class it.geosolutions.jaiext.stats.StatsFactory
This method returns a statistic object for calculating the Mode of an Image
createRenderable(RenderableImage, AffineTransform, Interpolation, double[], ROI, boolean, boolean, RenderingHints) - Static method in class it.geosolutions.jaiext.affine.AffineDescriptor
Performs interpolated affine transform on an image.
createRenderable(AlgebraDescriptor.Operator, ROI, Range, double, RenderingHints, RenderableImage...) - Static method in class it.geosolutions.jaiext.algebra.AlgebraDescriptor
Adds two images.
createRenderable(Range[], double, RenderingHints, RenderableImage...) - Static method in class it.geosolutions.jaiext.bandmerge.BandMergeDescriptor
Merge (possibly multi-banded)images into a multibanded image.
createRenderable(Range[], double, RenderingHints, List<AffineTransform>, RenderableImage...) - Static method in class it.geosolutions.jaiext.bandmerge.BandMergeDescriptor
Merge (possibly multi-banded)images into a multibanded image.
createRenderable(Range[], double, RenderingHints, List<AffineTransform>, ROI, RenderableImage...) - Static method in class it.geosolutions.jaiext.bandmerge.BandMergeDescriptor
Merge (possibly multi-banded)images into a multibanded image.
createRenderable(RenderableImage, int[], int[], int[], int[], RenderingHints) - Static method in class it.geosolutions.jaiext.contrastenhancement.SquareRootStretchDescriptor
Compute the SquareRoot stretch Creates a ParameterBlockJAI from all supplied arguments except hints and invokes JAI.createRenderable(String,ParameterBlock,RenderingHints).
createRenderable(RenderableImage, RenderingHints) - Static method in class it.geosolutions.jaiext.nullop.NullDescriptor
An operation which does no processing.
createRenderable(RenderableImage, double[], double[], ROI, Range, boolean, double, RenderingHints) - Static method in class it.geosolutions.jaiext.rescale.RescaleDescriptor
Maps the pixels values of an image from one range to another range.
createRenderable(RenderableImage, Float, Float, Float, Float, Interpolation, ROI, RenderingHints) - Static method in class it.geosolutions.jaiext.scale.ScaleDescriptor
Resizes an image.
createSimpleStatisticsObjectFromInt(int) - Static method in class it.geosolutions.jaiext.stats.StatsFactory
This method returns the simple statistic object associated to the Id returned
createSumObject() - Static method in class it.geosolutions.jaiext.stats.StatsFactory
This method returns a statistic object for calculating the Sum of all the pixels of an Image
createU(short, boolean, short, boolean) - Static method in class it.geosolutions.jaiext.range.RangeFactory
 
createVarianceObject() - Static method in class it.geosolutions.jaiext.stats.StatsFactory
This method returns a statistic object for calculating the Variance of an Image
createWritable(WritableRenderedImage, Rectangle) - Static method in class it.geosolutions.jaiext.iterators.RandomIterFactory
Constructs and returns an instance of WritableRandomIter suitable for iterating over the given bounding rectangle within the given WritableRenderedImage source.
createWritable(WritableRaster, Rectangle) - Static method in class it.geosolutions.jaiext.iterators.RandomIterFactory
Constructs and returns an instance of WritableRandomIter suitable for iterating over the given bounding rectangle within the given WritableRaster source.
CropCRIF - Class in it.geosolutions.jaiext.crop
The image factory for the Crop operator.
CropCRIF() - Constructor for class it.geosolutions.jaiext.crop.CropCRIF
 
CropDescriptor - Class in it.geosolutions.jaiext.crop
Describes the "Crop" operation which performs a crop on an image, like the standard JAI Crop, but does so respecting the tile scheduler and tile cache specified in the rendering hints
CropDescriptor() - Constructor for class it.geosolutions.jaiext.crop.CropDescriptor
 
CropSpi - Class in it.geosolutions.jaiext.crop
OperationRegistrySpi implementation to register the "Crop" operation and its associated image factories.
CropSpi() - Constructor for class it.geosolutions.jaiext.crop.CropSpi
Default constructor.

D

data - Variable in class it.geosolutions.jaiext.lookup.LookupTable
The table data.
dataBuffer - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
dataBuffer - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
dataBuffer - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
dataBuffer - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
dataHelper(int, boolean) - Static method in class it.geosolutions.jaiext.interpolators.InterpolationBicubic
 
dataINT - Variable in class it.geosolutions.jaiext.scale.ScaleBilinearOpImage
boolean indicating if the data type is DataBuffer.TYPE_INT
dataLine(String, Object) - Method in class it.geosolutions.rendered.viewer.HTMLBuilder
 
dataType - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Image dataType
dataTypeFromClass(Class<?>) - Static method in enum it.geosolutions.jaiext.range.Range.DataType
 
DEFAULT_CONCURRENCY_LEVEL - Static variable in class it.geosolutions.concurrent.ConcurrentTileCache
The default concurrency settings
DEFAULT_CONCURRENCY_LEVEL - Static variable in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
The default concurrency settings
DEFAULT_DESTINATION_NO_DATA_VALUE - Static variable in class it.geosolutions.jaiext.mosaic.MosaicOpImage
Default value for the destination image if every pixel in the same location is a no data
DEFAULT_DESTINATION_NO_DATA_VALUE - Static variable in class it.geosolutions.jaiext.mosaic.MosaicOpImage2
Default value for the destination image if every pixel in the same location is a no data
DEFAULT_DIAGNOSTIC - Static variable in class it.geosolutions.concurrent.ConcurrentTileCache
The default diagnostic settings
DEFAULT_DIAGNOSTIC - Static variable in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
The default diagnostic settings
DEFAULT_EXTENDER - Static variable in class it.geosolutions.jaiext.buffer.BufferDescriptor
 
DEFAULT_MEMORY_CACHE - Static variable in class it.geosolutions.concurrent.ConcurrentTileCache
The default memory capacity of the cache (16 MB).
DEFAULT_MEMORY_CACHE - Static variable in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
The default memory capacity of the cache (16 MB).
DEFAULT_MEMORY_THRESHOLD - Static variable in class it.geosolutions.concurrent.ConcurrentTileCache
The default memory threshold of the cache.
DEFAULT_MEMORY_THRESHOLD - Static variable in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
The default memory threshold of the cache.
DEFAULT_SUBSAMPLE_BITS - Static variable in class it.geosolutions.jaiext.interpolators.InterpolationBilinear
Default value for subsample bits
DEST_NODATA_INDEX - Static variable in class it.geosolutions.jaiext.algebra.AlgebraDescriptor
 
destinationNoDataByte - Variable in class it.geosolutions.jaiext.lookup.LookupTable
Destination no data for Byte images
destinationNoDataByte - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Destination value for No Data byte
destinationNoDataByte - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Destination No Data value associated to Byte data type
destinationNoDataDouble - Variable in class it.geosolutions.jaiext.lookup.LookupTable
Destination no data for Double images
destinationNoDataDouble - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Destination value for No Data double
destinationNoDataDouble - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Destination No Data value associated to Double data type
destinationNoDataFloat - Variable in class it.geosolutions.jaiext.lookup.LookupTable
Destination no data for Float images
destinationNoDataFloat - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Destination value for No Data float
destinationNoDataFloat - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Destination No Data value associated to Float data type
destinationNoDataInt - Variable in class it.geosolutions.jaiext.lookup.LookupTable
Destination no data for Integer images
destinationNoDataInt - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Destination value for No Data int
destinationNoDataInt - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Destination No Data value associated to Integer data type
destinationNoDataShort - Variable in class it.geosolutions.jaiext.lookup.LookupTable
Destination no data for Short/Ushort images
destinationNoDataShort - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Destination value for No Data short
destinationNoDataShort - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Destination No Data value associated to UShort/Short data type
destinationNoDataUShort - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Destination value for No Data ushort
disableDiagnostics() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Disables diagnosticEnabled for the observers
disableDiagnostics() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Disables diagnosticEnabled for the observers
DisplayHistogram - Class in it.geosolutions.rendered.viewer
This class displays a histogram (instance of Histogram) as a component.
DisplayHistogram(Histogram, String) - Constructor for class it.geosolutions.rendered.viewer.DisplayHistogram
The constructor for this class, which will set its fields' values and get some information about the histogram.
DisplayHistogram(String) - Constructor for class it.geosolutions.rendered.viewer.DisplayHistogram
 
dispose() - Method in class it.geosolutions.jaiext.scale.ScaleOpImage
 
dispose() - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
When the dispose method is called, then old dispose method is performed and also the statistic container is cleared.
done() - Method in class it.geosolutions.jaiext.iterators.nl.RandomIterFallbackLocal
 
done() - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
done() - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
done() - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
done() - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
done() - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
done() - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackNoCacheNoArray
 
done() - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
done() - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
doubleLoop(RasterAccessor, Rectangle, RasterAccessor, Statistics[][]) - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
 
dumpChain(RenderedImage) - Static method in class it.geosolutions.rendered.viewer.RenderedImageBrowser
Dumps a text description of an image chain, useful to for headless debugging or logging purposes

E

enableDiagnostics() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Enables diagnosticEnabled for the observers
enableDiagnostics() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Enables diagnosticEnabled for the observers
extended - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Boolean indicating the presence of a border extender
Extrema - Class in it.geosolutions.jaiext.stats
This subclass of Statistics is used for calculating the maximum and minimum of an image.

F

finalize() - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Queue WorkerThread.TERMINATEs to all workers.
firstTime - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Boolean indicating if the statistics have been already calculated(if false) or not
floatLoop(RasterAccessor, Rectangle, RasterAccessor, Statistics[][]) - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
 
floor(float) - Static method in class it.geosolutions.jaiext.warp.WarpOpImage
Returns the "floor" value of a float.
flush() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Removes all tiles present in the cache without checking for the image owner
flush() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Removes all tiles present in the cache without checking for the image owner
forwardMapRect(Rectangle, int) - Method in class it.geosolutions.jaiext.scale.ScaleOpImage
Returns the minimum bounding box of the region of the destination to which a particular Rectangle of the specified source will be mapped.

G

getAction() - Method in class it.geosolutions.concurrent.CachedTileImpl
Returns information about the status of the tile
getAlphaChannel() - Method in class it.geosolutions.jaiext.mosaic.ImageMosaicBean
 
getBounds2D(ParameterBlock) - Method in class it.geosolutions.jaiext.affine.AffineCRIF
Gets the bounding box for the output of AffineOpImage.
getBounds2D(ParameterBlock) - Method in class it.geosolutions.jaiext.scale.ScaleCRIF
Gets the bounding box for the output of ScaleOpImage.
getByteData() - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the byte table data in array format, or null if the table's data type is not byte.
getByteData(int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the byte table data of a specific band in array format, or null if the table's data type is not byte.
getCacheHitCount() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Retrieves the hit count from the cache statistics
getCacheHitCount() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Retrieves the hit count from the cache statistics
getCacheMemoryUsed() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Retrieves the current memory size of the cache
getCacheMemoryUsed() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Retrieves the current memory size of the cache
getCacheMissCount() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Retrieves the miss count from the cache statistics
getCacheMissCount() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Retrieves the miss count from the cache statistics
getCacheTileCount() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Retrieves the number of tiles in the cache
getCacheTileCount() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Retrieves the number of tiles in the cache
getClasses() - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
Utility method indicating the index of all the classes
getClassValue() - Method in enum it.geosolutions.jaiext.range.Range.DataType
 
getConcurrencyLevel() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Retrieve the cache concurrency level
getConcurrencyLevel() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Retrieve the cache concurrency level
getData() - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the table data as a DataBuffer.
getDataType() - Method in class it.geosolutions.jaiext.interpolators.InterpolationBicubic
 
getDataType() - Method in class it.geosolutions.jaiext.interpolators.InterpolationBilinear
 
getDataType() - Method in class it.geosolutions.jaiext.interpolators.InterpolationNearest
 
getDataType() - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the data type of the table data.
getDataType() - Method in enum it.geosolutions.jaiext.range.Range.DataType
 
getDataType() - Method in class it.geosolutions.jaiext.range.Range
Returns the Range data Type
getDataType() - Method in class it.geosolutions.jaiext.range.RangeByte
 
getDataType() - Method in class it.geosolutions.jaiext.range.RangeDouble
 
getDataType() - Method in class it.geosolutions.jaiext.range.RangeFloat
 
getDataType() - Method in class it.geosolutions.jaiext.range.RangeInt
 
getDataType() - Method in class it.geosolutions.jaiext.range.RangeLong
 
getDataType() - Method in class it.geosolutions.jaiext.range.RangeShort
 
getDataType() - Method in class it.geosolutions.jaiext.range.RangeUshort
 
getDestinationNoData() - Method in class it.geosolutions.jaiext.interpolators.InterpolationBicubic
 
getDestinationNoData() - Method in class it.geosolutions.jaiext.interpolators.InterpolationBilinear
 
getDestinationNoData() - Method in class it.geosolutions.jaiext.interpolators.InterpolationNearest
 
getDestinationNoData() - Method in interface it.geosolutions.jaiext.interpolators.InterpolationNoData
Return the destinationNoData value associated to the Interpolation Object
getDestNumBands(int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the number of bands of the destination image, based on the number of bands of the source image and lookup table.
getDestSampleModel(SampleModel) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns a SampleModel suitable for holding the output of a lookup operation on the source data described by a given SampleModel with this table.
getDestSampleModel(SampleModel, int, int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns a SampleModel suitable for holding the output of a lookup operation on the source data described by a given SampleModel with this table.
getDoubleData() - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the double table data in array format, or null if the table's data type is not double.
getDoubleData(int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the double table data of a specific band in array format, or null if table's data type is not double.
getFileFromClasspath(String) - Static method in class it.geosolutions.jaiext.contrastenhancement.PropertyUtil
 
getFileFromClasspath(String) - Static method in class it.geosolutions.jaiext.utilities.PropertyUtil
 
getFloatData() - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the float table data in array format, or null if the table's data type is not float.
getFloatData(int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the float table data of a specific band in array format, or null if table's data type is not float.
getHtml() - Method in class it.geosolutions.rendered.viewer.HTMLBuilder
 
getImage() - Method in class it.geosolutions.jaiext.mosaic.ImageMosaicBean
 
getImageKey() - Method in class it.geosolutions.concurrent.CachedTileImpl
Returns the key associate to the tile owner
getImageRoi() - Method in class it.geosolutions.jaiext.mosaic.ImageMosaicBean
 
getIntData() - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the integer table data in array format, or null if the table's data type is not int.
getIntData(int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the integer table data of a specific band in array format, or null if table's data type is not int.
getInvalidRegion(String, ParameterBlock, RenderingHints, ParameterBlock, RenderingHints, OperationNode) - Method in class it.geosolutions.jaiext.border.BorderDescriptor
Calculates the region over which two distinct renderings of the "Border" operation may be expected to differ.
getInvalidRegion(String, ParameterBlock, RenderingHints, ParameterBlock, RenderingHints, OperationNode) - Method in class it.geosolutions.jaiext.nullop.NullDescriptor
Calculates the region over which two distinct renderings of the "Null" operation may be expected to differ.
getKey() - Method in class it.geosolutions.concurrent.CachedTileImpl
Returns the key associated to the tile.
getMax() - Method in class it.geosolutions.jaiext.range.Range
Returns the maximum bound of the Range
getMax() - Method in class it.geosolutions.jaiext.range.RangeByte
 
getMax() - Method in class it.geosolutions.jaiext.range.RangeDouble
 
getMax() - Method in class it.geosolutions.jaiext.range.RangeFloat
 
getMax() - Method in class it.geosolutions.jaiext.range.RangeInt
 
getMax() - Method in class it.geosolutions.jaiext.range.RangeLong
 
getMax() - Method in class it.geosolutions.jaiext.range.RangeShort
 
getMax() - Method in class it.geosolutions.jaiext.range.RangeUshort
 
getMaximumSize() - Method in class it.geosolutions.rendered.viewer.DisplayHistogram
This method informs the maximum size of this component, which will be the same as the preferred size.
getMemoryCapacity() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Retrieve the cache memory capacity
getMemoryCapacity() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Retrieve the cache memory capacity
getMemoryThreshold() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Retrieve the cache memory threshold
getMemoryThreshold() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Retrieve the cache memory threshold
getMin() - Method in class it.geosolutions.jaiext.range.Range
Returns the minimum bound of the Range
getMin() - Method in class it.geosolutions.jaiext.range.RangeByte
 
getMin() - Method in class it.geosolutions.jaiext.range.RangeDouble
 
getMin() - Method in class it.geosolutions.jaiext.range.RangeFloat
 
getMin() - Method in class it.geosolutions.jaiext.range.RangeInt
 
getMin() - Method in class it.geosolutions.jaiext.range.RangeLong
 
getMin() - Method in class it.geosolutions.jaiext.range.RangeShort
 
getMin() - Method in class it.geosolutions.jaiext.range.RangeUshort
 
getMinimumSize() - Method in class it.geosolutions.rendered.viewer.DisplayHistogram
This method informs the minimum size of this component, which will be the same as the preferred size.
getNoDataRange() - Method in class it.geosolutions.jaiext.interpolators.InterpolationBicubic
 
getNoDataRange() - Method in class it.geosolutions.jaiext.interpolators.InterpolationBilinear
 
getNoDataRange() - Method in class it.geosolutions.jaiext.interpolators.InterpolationNearest
 
getNoDataRange() - Method in interface it.geosolutions.jaiext.interpolators.InterpolationNoData
Return NoData Range associated to the Interpolation object, if present.
getNullValue() - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 
getNumBands() - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the number of bands of the table.
getNumClass() - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
Utility method indicating the number of classes
getNumEntries() - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the number of entries per band of the table.
getNumSamples() - Method in class it.geosolutions.jaiext.stats.Extrema
 
getNumSamples() - Method in class it.geosolutions.jaiext.stats.HistogramMode
 
getNumSamples() - Method in class it.geosolutions.jaiext.stats.Max
 
getNumSamples() - Method in class it.geosolutions.jaiext.stats.MeanSum
 
getNumSamples() - Method in class it.geosolutions.jaiext.stats.Median
 
getNumSamples() - Method in class it.geosolutions.jaiext.stats.Min
 
getNumSamples() - Method in class it.geosolutions.jaiext.stats.Statistics
This method returns the number of samples calculated
getNumSamples() - Method in class it.geosolutions.jaiext.stats.VarianceStd
 
getOffset() - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the index offset of entry 0 for the default band.
getOffset(int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the index offset of entry 0 for a specific band.
getOffsets() - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the index offsets of entry 0 for all bands.
getOwner() - Method in class it.geosolutions.concurrent.CachedTileImpl
Returns the owner of the cached tile.
getParallelism() - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Returns the degree of parallelism of the scheduler.
getParamMinValue(int) - Method in class it.geosolutions.jaiext.scale.ScaleDescriptor
Returns the minimum legal value of a specified numeric parameter for this operation.
getPixel(int, int, int[]) - Method in class it.geosolutions.jaiext.iterators.nl.RandomIterFallbackLocal
 
getPixel(int, int, float[]) - Method in class it.geosolutions.jaiext.iterators.nl.RandomIterFallbackLocal
 
getPixel(int, int, double[]) - Method in class it.geosolutions.jaiext.iterators.nl.RandomIterFallbackLocal
 
getPixel(int, int, int[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
getPixel(int, int, float[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
getPixel(int, int, double[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
getPixel(int, int, int[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
getPixel(int, int, float[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
getPixel(int, int, double[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
getPixel(int, int, int[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
getPixel(int, int, float[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
getPixel(int, int, double[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
getPixel(int, int, int[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
getPixel(int, int, float[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
getPixel(int, int, double[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
getPixel(int, int, int[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
getPixel(int, int, float[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
getPixel(int, int, double[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
getPixel(int, int, int[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackNoCacheNoArray
 
getPixel(int, int, float[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackNoCacheNoArray
 
getPixel(int, int, double[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackNoCacheNoArray
 
getPixel(int, int, int[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
getPixel(int, int, float[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
getPixel(int, int, double[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
getPixel(int, int, int[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
getPixel(int, int, float[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
getPixel(int, int, double[]) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
getPreferredSize() - Method in class it.geosolutions.rendered.viewer.DisplayHistogram
This method informs the preferred size of this component, which will be constant.
getPrefetchParallelism() - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Identical to getParallelism() but applies only to prefetchTiles().
getPrefetchPriority() - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Identical to getPriority() but applies only to prefetchTiles().
getPriority() - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Returns the priority of scheduleTiles() processing.
getProperties() - Method in class it.geosolutions.jaiext.nullop.NullOpImage
Returns the properties from the source image.
getProperty(String) - Method in class it.geosolutions.jaiext.nullop.NullOpImage
Retrieves a property from the source image by name or java.awt.Image.UndefinedProperty if the property with the specified name is not defined.
getProperty(String) - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
Get the specified property.
getProperty(String) - Method in class it.geosolutions.jaiext.zonal.ZonalStatsOpImage
Get the specified property.
getPropertyClass(String) - Method in class it.geosolutions.jaiext.nullop.NullOpImage
Returns the class of the specified property from the source image.
getPropertyGenerators() - Method in class it.geosolutions.jaiext.affine.AffineDescriptor
Returns an array of PropertyGenerators implementing property inheritance for the "Affine" operation.
getPropertyGenerators() - Method in class it.geosolutions.jaiext.lookup.LookupDescriptor
Returns an array of PropertyGenerators implementing property inheritance for the "Lookup" operation
getPropertyGenerators() - Method in class it.geosolutions.jaiext.rescale.RescaleDescriptor
Returns an array of PropertyGenerators implementing property inheritance for the "Rescale" operation
getPropertyGenerators() - Method in class it.geosolutions.jaiext.scale.ScaleDescriptor
Returns an array of PropertyGenerators implementing property inheritance for the "Scale" operation.
getPropertyGenerators() - Method in class it.geosolutions.jaiext.stats.StatisticsDescriptor
Returns an array of PropertyGenerators implementing property inheritance for the "Stats" operation
getPropertyGenerators() - Method in class it.geosolutions.jaiext.translate.TranslateDescriptor
Returns an array of PropertyGenerators implementing property inheritance for the "Translate" operation
getPropertyGenerators() - Method in class it.geosolutions.jaiext.warp.WarpDescriptor
Returns an array of PropertyGenerators implementing property inheritance for the "Warp" operation.
getPropertyNames(String[], String) - Static method in class it.geosolutions.jaiext.contrastenhancement.PropertyUtil
Utility method to search the full list of property names for matches.
getPropertyNames() - Method in class it.geosolutions.jaiext.nullop.NullOpImage
Returns the property names from the source image or null if no property names are recognized.
getPropertyNames(String) - Method in class it.geosolutions.jaiext.nullop.NullOpImage
Returns the property names with the supplied prefix from the source image or null if no property names are recognized.
getPropertyNames() - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
Returns a list of property names that are recognized by this image.
getPropertyNames(String[], String) - Static method in class it.geosolutions.jaiext.utilities.PropertyUtil
Utility method to search the full list of property names for matches.
getPropertyNames() - Method in class it.geosolutions.jaiext.zonal.ZonalStatsOpImage
Returns a list of property names that are recognized by this image.
getRandomIterator(PlanarImage, BorderExtender) - Method in class it.geosolutions.jaiext.warp.WarpOpImage
Returns a RandomIterator on the input image.
getRandomIterator(PlanarImage, int, int, int, int, BorderExtender) - Method in class it.geosolutions.jaiext.warp.WarpOpImage
Returns a RandomIterator on the input image.
getRanges() - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
 
getRelatedViewer() - Method in class it.geosolutions.rendered.viewer.ImageViewer
 
getRenderers() - Static method in class it.geosolutions.rendered.viewer.HTMLRenderers
 
getResult() - Method in class it.geosolutions.jaiext.stats.Extrema
 
getResult() - Method in class it.geosolutions.jaiext.stats.HistogramMode
 
getResult() - Method in class it.geosolutions.jaiext.stats.Max
 
getResult() - Method in class it.geosolutions.jaiext.stats.MeanSum
 
getResult() - Method in class it.geosolutions.jaiext.stats.Median
 
getResult() - Method in class it.geosolutions.jaiext.stats.Min
 
getResult() - Method in class it.geosolutions.jaiext.stats.Statistics
This method returns the statistic result
getResult() - Method in class it.geosolutions.jaiext.stats.VarianceStd
 
getROI() - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
Utility method for finding the zone associated geometry.
getSample(int, int, int) - Method in class it.geosolutions.jaiext.iterators.nl.RandomIterFallbackLocal
 
getSample(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
getSample(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
getSample(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
getSample(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
getSample(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
getSample(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackNoCacheNoArray
 
getSample(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
getSample(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
getSampleDouble(int, int, int) - Method in class it.geosolutions.jaiext.iterators.nl.RandomIterFallbackLocal
 
getSampleDouble(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
getSampleDouble(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
getSampleDouble(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
getSampleDouble(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
getSampleDouble(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
getSampleDouble(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackNoCacheNoArray
 
getSampleDouble(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
getSampleDouble(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
getSampleFloat(int, int, int) - Method in class it.geosolutions.jaiext.iterators.nl.RandomIterFallbackLocal
 
getSampleFloat(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
getSampleFloat(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
getSampleFloat(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
getSampleFloat(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
getSampleFloat(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
getSampleFloat(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackNoCacheNoArray
 
getSampleFloat(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
getSampleFloat(int, int, int) - Method in class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
getShortData() - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the short table data in array format, or null if the table's data type is not short.
getShortData(int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns the short table data of a specific band in array format, or null if the table's data type is not short.
getSourcelessImage() - Static method in class it.geosolutions.jaiext.nullop.NullCRIF
Gets the value of the RenderedImage to be returned by the RIF.create() method when there are no sources in the ParameterBlock.
getSourceNoData() - Method in class it.geosolutions.jaiext.mosaic.ImageMosaicBean
 
getStatsId() - Method in enum it.geosolutions.jaiext.stats.Statistics.StatsType
 
getStatsPerBand(int) - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
Utility method for having all the zone-class statistics for a selected band.
getStatsPerBandNoClassifier(int, Range) - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
Utility method for having the Statistics of a specific band if no classifier is used
getStatsPerBandNoClassifierNoRange(int) - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
Utility method for having the Statistics of a specific band if no classifier and no Range are used
getStatsPerBandNoRange(int, int) - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
Utility method for having the Statistics of a specific band if classifier is used but no range is present
getStatsPerBandPerClass(int, int) - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
Utility method for having all the zone-class statistics for a selected band.
getStatsPerBandPerClassPerRange(int, int, Range) - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
Utility method for having the Statistics of a specific band inside a specific zone class and a specific Range
getStatsType() - Method in class it.geosolutions.jaiext.stats.Statistics
This method returns the statistical type of the object instance
getString(String) - Static method in class it.geosolutions.jaiext.contrastenhancement.JaiI18N
 
getString(String, String) - Static method in class it.geosolutions.jaiext.contrastenhancement.PropertyUtil
 
getString(String, String) - Static method in class it.geosolutions.jaiext.utilities.PropertyUtil
 
getTile() - Method in class it.geosolutions.concurrent.CachedTileImpl
Returns the value of the cached tile.
getTile(RenderedImage, int, int) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Retrieves the selected tile from the cache
getTile(RenderedImage, int, int) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Retrieves the selected tile from the cache
getTile(int, int) - Method in class it.geosolutions.jaiext.translate.TranslateIntOpImage
Get a tile.
getTileCacheMetric() - Method in class it.geosolutions.concurrent.CachedTileImpl
Returns the tileCacheMetric object
getTileCapacity() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Not Supported
getTileCapacity() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Not Supported
getTileComparator() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Not Supported
getTileComparator() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Not Supported
getTiles(RenderedImage) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Retrieves an array of all tiles in the cache which are owned by the image.
getTiles(RenderedImage, Point[]) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Retrieves an array of tiles in the cache which are specified by the Point array and owned by the image.
getTiles(RenderedImage) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Retrieves an array of all tiles in the cache which are owned by the image.
getTiles(RenderedImage, Point[]) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Retrieves an array of tiles in the cache which are specified by the Point array and owned by the image.
getTiles() - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
Computes and returns all tiles in the image.
getTiles() - Method in class it.geosolutions.jaiext.zonal.ZonalStatsOpImage
Computes and returns all tiles in the image.
getTileSize() - Method in class it.geosolutions.concurrent.CachedTileImpl
Returns the tile memory size
getTileTimeStamp() - Method in class it.geosolutions.concurrent.CachedTileImpl
Returns the current time stamp
getTotalStats() - Method in class it.geosolutions.jaiext.zonal.ZoneGeometry
Utility method for having all ZoneGeometry statistics.
getType() - Method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 

H

hashKey(RenderedImage, int, int) - Static method in class it.geosolutions.concurrent.CachedTileImpl
Returns the hash table "key" as a Object for this tile.
hashKey(RenderedImage) - Static method in class it.geosolutions.concurrent.CachedTileImpl
Returns the hash table "key" as a Object for this image.
hasNoData - Variable in class it.geosolutions.jaiext.lookup.LookupTable
Boolean indicating if the image contains No Data values
hasNoData - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Boolean for checking if no data range is present
hasNoData - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Boolean indicating if a No Data Range is used
hasNoData - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Boolean indicating if NoData values are present
hasROI - Variable in class it.geosolutions.jaiext.lookup.LookupTable
Boolean indicating if the image contains a ROI
hasROI - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Boolean indicating if a ROI object is used
hasROI - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Boolean indicating if a ROI object is used
hasROI - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Boolean indicating if ROI is used
HistogramMode - Class in it.geosolutions.jaiext.stats
This subclass of Statistics is used for calculating the Histogram or the Mode of an image.
HistogramPanel - Class in it.geosolutions.rendered.viewer
 
HistogramPanel() - Constructor for class it.geosolutions.rendered.viewer.HistogramPanel
 
HistogramPanel(LayoutManager) - Constructor for class it.geosolutions.rendered.viewer.HistogramPanel
 
HistogramPanel(boolean) - Constructor for class it.geosolutions.rendered.viewer.HistogramPanel
 
HistogramPanel(LayoutManager, boolean) - Constructor for class it.geosolutions.rendered.viewer.HistogramPanel
 
HTMLBuilder - Class in it.geosolutions.rendered.viewer
Simple helper for building an HTML document
HTMLBuilder() - Constructor for class it.geosolutions.rendered.viewer.HTMLBuilder
 
HTMLRenderer - Interface in it.geosolutions.rendered.viewer
 
HTMLRenderers - Class in it.geosolutions.rendered.viewer
HTML renderers registry

I

im - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
im - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
im - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
im - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
im - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
im - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
im - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
ImageMosaicBean - Class in it.geosolutions.jaiext.mosaic
This class implements a Java Bean used as input values container of the for the MosaicOpImage2 class.
ImageMosaicBean() - Constructor for class it.geosolutions.jaiext.mosaic.ImageMosaicBean
 
ImageUtilities - Class in it.geosolutions.jaiext.utilities
 
ImageUtilities() - Constructor for class it.geosolutions.jaiext.utilities.ImageUtilities
 
ImageViewer - Class in it.geosolutions.rendered.viewer
Simple rendered image browser, allows to zoom in, out, display tile grid and view pixel values on mouse over
ImageViewer(ImageViewer) - Constructor for class it.geosolutions.rendered.viewer.ImageViewer
 
ImageViewer() - Constructor for class it.geosolutions.rendered.viewer.ImageViewer
 
initOffsets(int, int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
This method sets the same table offset for all the bands
initOffsets(int, int[]) - Method in class it.geosolutions.jaiext.lookup.LookupTable
This method sets the table offset related to every band
interp_height - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Interpolation kernel heigth
interp_left - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Interpolation kernel left padding
interp_top - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Interpolation kernel top padding
interp_width - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Interpolation kernel width
interpB - Variable in class it.geosolutions.jaiext.affine.AffineBilinearOpImage
Nearest-Neighbor interpolator
interpB - Variable in class it.geosolutions.jaiext.scale.ScaleBilinearOpImage
Bilinear interpolator
interpB - Variable in class it.geosolutions.jaiext.scale.ScaleGeneralOpImage
Bilinear interpolator
interpBN - Variable in class it.geosolutions.jaiext.affine.AffineBicubicOpImage
Nearest-Neighbor interpolator
interpBN - Variable in class it.geosolutions.jaiext.scale.ScaleBicubicOpImage
Bicubic interpolator
interpBN - Variable in class it.geosolutions.jaiext.scale.ScaleGeneralOpImage
Bicubic interpolator
interpN - Variable in class it.geosolutions.jaiext.affine.AffineNearestOpImage
Nearest-Neighbor interpolator
interpN - Variable in class it.geosolutions.jaiext.scale.ScaleGeneralOpImage
Nearest-Neighbor interpolator
interpN - Variable in class it.geosolutions.jaiext.scale.ScaleNearestOpImage
Nearest-Neighbor interpolator
interpN - Variable in class it.geosolutions.jaiext.scale.ScaleNearestOpImage2
Nearest-Neighbor interpolator
interpN - Variable in class it.geosolutions.jaiext.scale.ScaleNearestOpImage3
Nearest-Neighbor interpolator
interpolate(RasterAccessor, int, int, int, int, Number[], Integer, RasterAccessor, boolean) - Method in class it.geosolutions.jaiext.interpolators.InterpolationBicubic
 
interpolate(RasterAccessor, int, int, int, int, Number[], Integer, RasterAccessor, boolean) - Method in class it.geosolutions.jaiext.interpolators.InterpolationBilinear
This method performs a bilinear interpolation of a pixel inside a not-Binary image.
interpolate(RasterAccessor, int, int, int, int, Integer, RasterAccessor, boolean) - Method in class it.geosolutions.jaiext.interpolators.InterpolationNearest
 
interpolateBinary(int, Number[], int, int, int, int, int[], int[], int, int) - Method in class it.geosolutions.jaiext.interpolators.InterpolationBicubic
 
interpolateBinary(int, Number[], int, int, int, int, int[], int[], int, int) - Method in class it.geosolutions.jaiext.interpolators.InterpolationBilinear
This method performs a bilinear interpolation of a pixel inside a binary image.
interpolateBinary(int, Number[], int, int, int[], int[], int, int) - Method in class it.geosolutions.jaiext.interpolators.InterpolationNearest
 
interpolateH(int[], int) - Method in class it.geosolutions.jaiext.interpolators.InterpolationBilinear
 
interpolateH(float[], float) - Method in class it.geosolutions.jaiext.interpolators.InterpolationBilinear
 
interpolateH(double[], float) - Method in class it.geosolutions.jaiext.interpolators.InterpolationBilinear
 
interpolateH(int[], int) - Method in class it.geosolutions.jaiext.interpolators.InterpolationNearest
 
interpolateH(float[], float) - Method in class it.geosolutions.jaiext.interpolators.InterpolationNearest
 
interpolateH(double[], float) - Method in class it.geosolutions.jaiext.interpolators.InterpolationNearest
 
InterpolationBicubic - Class in it.geosolutions.jaiext.interpolators
 
InterpolationBicubic(int, Range, boolean, double, int, boolean, int) - Constructor for class it.geosolutions.jaiext.interpolators.InterpolationBicubic
Simple interpolator object used for Bicubic/Bicubic2 interpolation.
InterpolationBilinear - Class in it.geosolutions.jaiext.interpolators
 
InterpolationBilinear(int, Range, boolean, double, int) - Constructor for class it.geosolutions.jaiext.interpolators.InterpolationBilinear
Simple interpolator object used for Bilinear interpolation.
InterpolationNearest - Class in it.geosolutions.jaiext.interpolators
 
InterpolationNearest(Range, boolean, double, int) - Constructor for class it.geosolutions.jaiext.interpolators.InterpolationNearest
Simple interpolator object used for Nearest-Neighbor interpolation.
InterpolationNoData - Interface in it.geosolutions.jaiext.interpolators
Simple interface for handling No Data for the interpolators
interpolator - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Interpolator provided to the Scale operator
intLoop(RasterAccessor, Rectangle, RasterAccessor, Statistics[][]) - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
 
invScaleXFrac - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Inverse scale fractional value X
invScaleXInt - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Inverse scale value X
invScaleXRational - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
invScaleXRationalDenom - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
invScaleXRationalNum - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
invScaleYFrac - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Inverse scale fractional value Y
invScaleYInt - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Inverse scale value Y
invScaleYRational - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
invScaleYRationalDenom - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
invScaleYRationalNum - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
isBicubicNew - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Boolean for checking if the interpolator is Bicubic
isBilinearNew - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Boolean for checking if the interpolator is Bilinear
isBinary - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Boolean for checking if the image is binary or not
isCLibAvailable() - Static method in class it.geosolutions.jaiext.utilities.ImageUtilities
Tells me whether or not the native libraries for JAI/ImageIO are active or not.
isIntegralDataType(SampleModel) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Validates data type.
isIntegralDataType(int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Returns true if the specified data type is an integral data type, such as byte, ushort, short, or int.
isMediaLibAvailable() - Static method in class it.geosolutions.jaiext.utilities.ImageUtilities
Tells me whether or not the native libraries for JAI are active or not.
isNearestNew - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Boolean for checking if the interpolator is Nearest
isNegativeInf - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Boolean for checking if the no data is negative infinity
isPoint() - Method in class it.geosolutions.jaiext.range.Range
Indicates if the Range is a degenerated single point Range or not
isPoint() - Method in class it.geosolutions.jaiext.range.RangeByte
 
isPoint() - Method in class it.geosolutions.jaiext.range.RangeDouble
 
isPoint() - Method in class it.geosolutions.jaiext.range.RangeFloat
 
isPoint() - Method in class it.geosolutions.jaiext.range.RangeInt
 
isPoint() - Method in class it.geosolutions.jaiext.range.RangeLong
 
isPoint() - Method in class it.geosolutions.jaiext.range.RangeShort
 
isPoint() - Method in class it.geosolutions.jaiext.range.RangeUshort
 
isPositiveInf - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Boolean for checking if the no data is positive infinity
isRangeNaN - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Boolean for checking if the no data is NaN
isRenderableSupported() - Method in class it.geosolutions.jaiext.affine.AffineDescriptor
Returns false since renderable operation is supported but never tested.
isRenderableSupported() - Method in class it.geosolutions.jaiext.algebra.AlgebraDescriptor
Returns true since renderable operation is supported.
isRenderableSupported() - Method in class it.geosolutions.jaiext.bandmerge.BandMergeDescriptor
Returns true since renderable operation is supported.
isRenderableSupported() - Method in class it.geosolutions.jaiext.contrastenhancement.SquareRootStretchDescriptor
Returns true since renderable operation is supported.
isRenderableSupported() - Method in class it.geosolutions.jaiext.mosaic.MosaicDescriptor
Check if the Renderable mode is supported
isRenderableSupported() - Method in class it.geosolutions.jaiext.rescale.RescaleDescriptor
Returns true since renderable operation is supported.
isRenderableSupported() - Method in class it.geosolutions.jaiext.scale.ScaleDescriptor
Returns false since renderable operation is supported but never tested.
it.geosolutions.concurrent - package it.geosolutions.concurrent
 
it.geosolutions.jaiext.affine - package it.geosolutions.jaiext.affine
 
it.geosolutions.jaiext.algebra - package it.geosolutions.jaiext.algebra
 
it.geosolutions.jaiext.bandmerge - package it.geosolutions.jaiext.bandmerge
 
it.geosolutions.jaiext.border - package it.geosolutions.jaiext.border
 
it.geosolutions.jaiext.buffer - package it.geosolutions.jaiext.buffer
 
it.geosolutions.jaiext.contrastenhancement - package it.geosolutions.jaiext.contrastenhancement
 
it.geosolutions.jaiext.crop - package it.geosolutions.jaiext.crop
 
it.geosolutions.jaiext.interpolators - package it.geosolutions.jaiext.interpolators
 
it.geosolutions.jaiext.iterators - package it.geosolutions.jaiext.iterators
 
it.geosolutions.jaiext.iterators.nl - package it.geosolutions.jaiext.iterators.nl
 
it.geosolutions.jaiext.lookup - package it.geosolutions.jaiext.lookup
 
it.geosolutions.jaiext.mosaic - package it.geosolutions.jaiext.mosaic
 
it.geosolutions.jaiext.nullop - package it.geosolutions.jaiext.nullop
 
it.geosolutions.jaiext.range - package it.geosolutions.jaiext.range
 
it.geosolutions.jaiext.rescale - package it.geosolutions.jaiext.rescale
 
it.geosolutions.jaiext.scale - package it.geosolutions.jaiext.scale
 
it.geosolutions.jaiext.scheduler - package it.geosolutions.jaiext.scheduler
 
it.geosolutions.jaiext.stats - package it.geosolutions.jaiext.stats
 
it.geosolutions.jaiext.translate - package it.geosolutions.jaiext.translate
 
it.geosolutions.jaiext.utilities - package it.geosolutions.jaiext.utilities
 
it.geosolutions.jaiext.warp - package it.geosolutions.jaiext.warp
 
it.geosolutions.jaiext.zonal - package it.geosolutions.jaiext.zonal
 
it.geosolutions.rendered.viewer - package it.geosolutions.rendered.viewer
 

J

JAIExtTileScheduler - Class in it.geosolutions.jaiext.scheduler
This is another implementation of the javax.media.jai.TileScheduler interface.
JAIExtTileScheduler(int, int, int, int) - Constructor for class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Constructor.
JAIExtTileScheduler() - Constructor for class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Constructor.
JaiI18N - Class in it.geosolutions.jaiext.contrastenhancement
 
JaiI18N() - Constructor for class it.geosolutions.jaiext.contrastenhancement.JaiI18N
 

L

lastDirectory - Variable in class it.geosolutions.rendered.viewer.ImageViewer
 
leftPad - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Left padding
LOGGER - Static variable in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Logger associated to the scheduler
lookup(int, int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Performs lookup on a given value belonging to a given source band, and returns the result as an int.
lookup(Raster, WritableRaster, Rectangle, Raster) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Abstract method for calculating the destination tile from the source tile and an eventual ROI raster
lookup(Raster, WritableRaster, Rectangle, Raster) - Method in class it.geosolutions.jaiext.lookup.LookupTableByte
Performs table lookup on a source Byte Raster, writing the result into a supplied WritableRaster.
lookup(Raster, WritableRaster, Rectangle, Raster) - Method in class it.geosolutions.jaiext.lookup.LookupTableInt
Performs table lookup on a source Integer Raster, writing the result into a supplied WritableRaster.
lookup(Raster, WritableRaster, Rectangle, Raster) - Method in class it.geosolutions.jaiext.lookup.LookupTableShort
Performs table lookup on a source Short Raster, writing the result into a supplied WritableRaster.
lookup(Raster, WritableRaster, Rectangle, Raster) - Method in class it.geosolutions.jaiext.lookup.LookupTableUShort
Performs table lookup on a source UShort Raster, writing the result into a supplied WritableRaster.
LookupCRIF - Class in it.geosolutions.jaiext.lookup
Simple class that provides the RenderedImage create operation by calling the LookupOpImage.
LookupCRIF() - Constructor for class it.geosolutions.jaiext.lookup.LookupCRIF
 
LookupDescriptor - Class in it.geosolutions.jaiext.lookup
An OperationDescriptor describing the "Lookup" operation.
LookupDescriptor() - Constructor for class it.geosolutions.jaiext.lookup.LookupDescriptor
 
lookupDouble(int, int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Performs lookup on a given value belonging to a given source band, and returns the result as a double.
lookupFloat(int, int) - Method in class it.geosolutions.jaiext.lookup.LookupTable
Performs lookup on a given value belonging to a given source band, and returns the result as a float.
LookupOpImage - Class in it.geosolutions.jaiext.lookup
The LookupOpImage class performs the lookup operation on an image with integral data type.
LookupOpImage(RenderedImage, ImageLayout, Map, LookupTable, double, ROI, Range, boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupOpImage
 
LookupTable - Class in it.geosolutions.jaiext.lookup
This abstract class defines the general methods of a LookupTable.
LookupTable(byte[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a single-banded byte lookup table.
LookupTable(byte[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a single-banded byte lookup table with an index offset.
LookupTable(byte[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded byte lookup table.
LookupTable(byte[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded byte lookup table where all bands have the same index offset.
LookupTable(byte[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded byte lookup table where each band has a different index offset.
LookupTable(short[], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a single-banded short or unsigned short lookup table.
LookupTable(short[], int, boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a single-banded short or unsigned short lookup table with an index offset.
LookupTable(short[][], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded short or unsigned short lookup table.
LookupTable(short[][], int, boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded short or unsigned short lookup table where all bands have the same index offset.
LookupTable(short[][], int[], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded short or unsigned short lookup table where each band has a different index offset.
LookupTable(int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a single-banded int lookup table.
LookupTable(int[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a single-banded int lookup table with an index offset.
LookupTable(int[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded int lookup table.
LookupTable(int[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded int lookup table where all bands have the same index offset.
LookupTable(int[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded int lookup table where each band has a different index offset.
LookupTable(float[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a single-banded float lookup table.
LookupTable(float[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a single-banded float lookup table with an index offset.
LookupTable(float[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded float lookup table.
LookupTable(float[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded float lookup table where all bands have the same index offset.
LookupTable(float[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded float lookup table where each band has a different index offset.
LookupTable(double[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a single-banded double lookup table.
LookupTable(double[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a single-banded double lookup table with an index offset.
LookupTable(double[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded double lookup table.
LookupTable(double[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded double lookup table where all bands have the same index offset.
LookupTable(double[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTable
Constructs a multi-banded double lookup table where each band has a different index offset.
LookupTableByte - Class in it.geosolutions.jaiext.lookup
This class is an extension of the abstract class LookupTable handling byte data types
LookupTableByte(byte[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(byte[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(byte[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(byte[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(byte[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(short[], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(short[], int, boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(short[][], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(short[][], int, boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(short[][], int[], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(int[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(int[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(int[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(int[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(float[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(float[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(float[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(float[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(float[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(double[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(double[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(double[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(double[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableByte(double[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableByte
 
LookupTableInt - Class in it.geosolutions.jaiext.lookup
This class is an extension of the abstract class LookupTable handling Integer data types
LookupTableInt(byte[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(byte[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(byte[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(byte[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(byte[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(short[], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(short[], int, boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(short[][], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(short[][], int, boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(short[][], int[], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(int[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(int[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(int[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(int[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(float[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(float[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(float[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(float[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(float[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(double[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(double[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(double[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(double[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableInt(double[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableInt
 
LookupTableShort - Class in it.geosolutions.jaiext.lookup
This class is an extension of the abstract class LookupTable handling Short data types
LookupTableShort(byte[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(byte[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(byte[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(byte[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(byte[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(short[], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(short[], int, boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(short[][], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(short[][], int, boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(short[][], int[], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(int[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(int[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(int[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(int[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(float[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(float[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(float[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(float[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(float[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(double[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(double[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(double[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(double[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableShort(double[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableShort
 
LookupTableUShort - Class in it.geosolutions.jaiext.lookup
This class is an extension of the abstract class LookupTable handling Unsigned Short data types
LookupTableUShort(byte[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(byte[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(byte[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(byte[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(byte[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(short[], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(short[], int, boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(short[][], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(short[][], int, boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(short[][], int[], boolean) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(int[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(int[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(int[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(int[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(float[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(float[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(float[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(float[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(float[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(double[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(double[], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(double[][]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(double[][], int) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 
LookupTableUShort(double[][], int[]) - Constructor for class it.geosolutions.jaiext.lookup.LookupTableUShort
 

M

mapDestPoint(Point2D, int) - Method in class it.geosolutions.jaiext.scale.ScaleOpImage
Computes the position in the specified source that best matches the supplied destination image position.
mapDestRect(Rectangle, int) - Method in class it.geosolutions.jaiext.mosaic.MosaicOpImage
 
mapDestRect(Rectangle, int) - Method in class it.geosolutions.jaiext.mosaic.MosaicOpImage2
 
mapDestRect(Rectangle, int) - Method in class it.geosolutions.jaiext.nullop.NullOpImage
 
mapDestRect(Rectangle, int) - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
 
mapDestRect(Rectangle, int) - Method in class it.geosolutions.jaiext.translate.TranslateIntOpImage
Returns a conservative estimate of the region of a specified source that is required in order to compute the pixels of a given destination rectangle.
mapDestRect(Rectangle, int) - Method in class it.geosolutions.jaiext.zonal.ZonalStatsOpImage
OpImage method that returns the destination image bounds, because source and destination images are equals
mapRenderContext(int, RenderContext, ParameterBlock, RenderableImage) - Method in class it.geosolutions.jaiext.affine.AffineCRIF
Maps the output RenderContext into the RenderContext for the ith source.
mapRenderContext(int, RenderContext, ParameterBlock, RenderableImage) - Method in class it.geosolutions.jaiext.scale.ScaleCRIF
Maps the output RenderContext into the RenderContext for the ith source.
mapSourcePoint(Point2D, int) - Method in class it.geosolutions.jaiext.scale.ScaleOpImage
Computes the position in the destination that best matches the supplied source image position.
mapSourceRect(Rectangle, int) - Method in class it.geosolutions.jaiext.mosaic.MosaicOpImage
 
mapSourceRect(Rectangle, int) - Method in class it.geosolutions.jaiext.mosaic.MosaicOpImage2
 
mapSourceRect(Rectangle, int) - Method in class it.geosolutions.jaiext.nullop.NullOpImage
 
mapSourceRect(Rectangle, int) - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
 
mapSourceRect(Rectangle, int) - Method in class it.geosolutions.jaiext.translate.TranslateIntOpImage
Returns a conservative estimate of the destination region that can potentially be affected by the pixels of a rectangle of a given source.
mapSourceRect(Rectangle, int) - Method in class it.geosolutions.jaiext.zonal.ZonalStatsOpImage
OpImage method that returns the source image bounds, because source and destination images are equals
Max - Class in it.geosolutions.jaiext.stats
This subclass of Statistics is used for calculating the maximum of an image.
MeanSum - Class in it.geosolutions.jaiext.stats
This subclass of Statistics is used for calculating the mean or the sum of an image.
Median - Class in it.geosolutions.jaiext.stats
This subclass of Statistics is used for calculating the median of an image.
memoryControl() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Not Supported
memoryControl() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Not Supported
Min - Class in it.geosolutions.jaiext.stats
This subclass of Statistics is used for calculating the minimum of an image.
MosaicDescriptor - Class in it.geosolutions.jaiext.mosaic
This class is very similar to the Mosaic operation because it returns a composition of various images of the same type (same bands and same dataType).
MosaicDescriptor() - Constructor for class it.geosolutions.jaiext.mosaic.MosaicDescriptor
Constructor.
MosaicOpImage - Class in it.geosolutions.jaiext.mosaic
This class takes an array of RenderedImage and creates a mosaic of them.
MosaicOpImage(List, ImageLayout, Map, ImageMosaicBean[], MosaicType, double[]) - Constructor for class it.geosolutions.jaiext.mosaic.MosaicOpImage
This constructor takes the source images, the layout, the rendering hints, and the parameters and initialize variables.
MosaicOpImage.WeightType - Enum in it.geosolutions.jaiext.mosaic
Enumerator for the type of mosaic weigher
MosaicOpImage2 - Class in it.geosolutions.jaiext.mosaic
This class takes an array of RenderedImage and creates a mosaic of them.
MosaicOpImage2(List, ImageLayout, Map, ImageMosaicBean[], MosaicType, Number[]) - Constructor for class it.geosolutions.jaiext.mosaic.MosaicOpImage2
This constructor takes the source images, the layout, the rendering hints, and the parameters and initialize variables.
MosaicOpImage2.WeightType - Enum in it.geosolutions.jaiext.mosaic
Enumerator for the type of mosaic weigher
MosaicRIF - Class in it.geosolutions.jaiext.mosaic
Simple class that provides the RenderedImage create operation by calling the MosaicOpImage.
MosaicRIF() - Constructor for class it.geosolutions.jaiext.mosaic.MosaicRIF
 
mouseDragged(MouseEvent) - Method in class it.geosolutions.rendered.viewer.DisplayHistogram
This method does not do anything, it is here to keep the MouseMotionListener interface happy.
mouseMoved(MouseEvent) - Method in class it.geosolutions.rendered.viewer.DisplayHistogram
This method will be called when the mouse is moved over the component.

N

noData - Variable in class it.geosolutions.jaiext.lookup.LookupTable
Range object containing no data values
noData - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
No Data Range
noData - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
No Data Range
noDataRange - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Current NoData Range object
NullCRIF - Class in it.geosolutions.jaiext.nullop
A ContextualRenderedImageFactory representing an operation which performs no processing of its image source(s) per se, i.e., a no-op.
NullCRIF() - Constructor for class it.geosolutions.jaiext.nullop.NullCRIF
Constructs a NullCRIF.
NullDescriptor - Class in it.geosolutions.jaiext.nullop
An OperationDescriptor describing the "Null" operation.
NullDescriptor() - Constructor for class it.geosolutions.jaiext.nullop.NullDescriptor
Constructor.
NullOpImage - Class in it.geosolutions.jaiext.nullop
AnOpImage subclass that simply transmits its source unchanged.
NullOpImage(RenderedImage, ImageLayout, Map) - Constructor for class it.geosolutions.jaiext.nullop.NullOpImage
Constructs a NullOpImage.
nullValue - Variable in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
 

O

one - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Value used for calculating the fractional part of the y position
OPERATION_INDEX - Static variable in class it.geosolutions.jaiext.algebra.AlgebraDescriptor
 

P

paintComponent(Graphics) - Method in class it.geosolutions.rendered.viewer.DisplayHistogram
This method will paint the component.
PRECISION_BITS - Static variable in class it.geosolutions.jaiext.interpolators.InterpolationBicubic
Default value for precision bits
precisionBits - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Precision bits used for bicubic interpolation
preComputePositionsFloat(Rectangle, int, int, int, int, int[], int[], float[], float[], int, int[]) - Method in class it.geosolutions.jaiext.scale.ScaleOpImage
 
preComputePositionsInt(Rectangle, int, int, int, int, int[], int[], int[], int[], int, int[]) - Method in class it.geosolutions.jaiext.scale.ScaleOpImage
 
prefetchTiles(PlanarImage, Point[]) - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Prefetchs a list of tiles of an image.
prepareBackground(RenderedImage, ImageLayout, Interpolation, double[]) - Static method in class it.geosolutions.jaiext.warp.WarpOpImage
Utility method used for creating an array of background values from a single value, taken from the interpolator.
PropertyUtil - Class in it.geosolutions.jaiext.contrastenhancement
 
PropertyUtil() - Constructor for class it.geosolutions.jaiext.contrastenhancement.PropertyUtil
 
PropertyUtil - Class in it.geosolutions.jaiext.utilities
 
PropertyUtil() - Constructor for class it.geosolutions.jaiext.utilities.PropertyUtil
 

R

RandomIterFactory - Class in it.geosolutions.jaiext.iterators
A factory class to instantiate instances of the RandomIter and WritableRandomIter interfaces on sources of type Raster, RenderedImage, and WritableRenderedImage.
RandomIterFallbackByte - Class in it.geosolutions.jaiext.iterators
Slight modified version of JAI RandomIterFallbackNoCacheNoArray that uses byte vectors to handle indexes rather than int vector.
RandomIterFallbackByte(RenderedImage, Rectangle) - Constructor for class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
RandomIterFallbackByteNoCache - Class in it.geosolutions.jaiext.iterators
Modified version of JAI RandomIterFallbackByte that stores the tile positions in a byte array with less memory usage.
RandomIterFallbackByteNoCache(RenderedImage, Rectangle) - Constructor for class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
RandomIterFallbackInt - Class in it.geosolutions.jaiext.iterators
Slight modified version of JAI RandomIterFallbackNoCacheNoArray that uses int vectors to handle indexes.
RandomIterFallbackInt(RenderedImage, Rectangle) - Constructor for class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
RandomIterFallbackIntNoCache - Class in it.geosolutions.jaiext.iterators
Modified version of JAI RandomIterFallbackByte that stores the tile positions in a int array.
RandomIterFallbackIntNoCache(RenderedImage, Rectangle) - Constructor for class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
RandomIterFallbackLarge - Class in it.geosolutions.jaiext.iterators
Slight modified version of JAI RandomIterFallbackNoCacheNoArray that uses byte vectors to handle indexes rather than int vector.
RandomIterFallbackLarge(RenderedImage, Rectangle) - Constructor for class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
RandomIterFallbackLocal - Class in it.geosolutions.jaiext.iterators.nl
Modified version of JAI RandomIterFallbackNoCacheNoArray that uses a ThreadLocal object for storing the current tile used in iterations.
RandomIterFallbackLocal(RenderedImage, Rectangle) - Constructor for class it.geosolutions.jaiext.iterators.nl.RandomIterFallbackLocal
 
RandomIterFallbackNoCacheNoArray - Class in it.geosolutions.jaiext.iterators
Modified version of JAI RandomIterFallbackIntNoCache that doesn't stores the tile positions in an array.
RandomIterFallbackNoCacheNoArray(RenderedImage, Rectangle) - Constructor for class it.geosolutions.jaiext.iterators.RandomIterFallbackNoCacheNoArray
 
RandomIterFallbackShort - Class in it.geosolutions.jaiext.iterators
Slight modified version of JAI RandomIterFallbackNoCacheNoArray that uses short vectors to handle indexes rather than int vector.
RandomIterFallbackShort(RenderedImage, Rectangle) - Constructor for class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
RandomIterFallbackShortNoCache - Class in it.geosolutions.jaiext.iterators
Modified version of JAI RandomIterFallbackByte that stores the tile positions in a short array with less memory usage.
RandomIterFallbackShortNoCache(RenderedImage, Rectangle) - Constructor for class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
Range - Class in it.geosolutions.jaiext.range
Abstract class used for checking if a selected value is inside the selected Range.
Range() - Constructor for class it.geosolutions.jaiext.range.Range
 
Range.DataType - Enum in it.geosolutions.jaiext.range
 
RANGE_INDEX - Static variable in class it.geosolutions.jaiext.algebra.AlgebraDescriptor
 
RangeByte - Class in it.geosolutions.jaiext.range
This class is a subclass of the Range class handling byte data.
RangeDouble - Class in it.geosolutions.jaiext.range
This class is a subclass of the Range class handling double data.
RangeFactory - Class in it.geosolutions.jaiext.range
This class is a factory class which creates a Range object for the specific data type.
RangeFloat - Class in it.geosolutions.jaiext.range
This class is a subclass of the Range class handling float data.
RangeInt - Class in it.geosolutions.jaiext.range
This class is a subclass of the Range class handling Integer data.
RangeLong - Class in it.geosolutions.jaiext.range
This class is a subclass of the Range class handling Long data.
RangeShort - Class in it.geosolutions.jaiext.range
This class is a subclass of the Range class handling Short data.
RangeUshort - Class in it.geosolutions.jaiext.range
This class is a subclass of the Range class handling unsigned short data.
rationalTolerance - Static variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
register() - Static method in class it.geosolutions.jaiext.crop.CropDescriptor
Manually registers the operation in the registry in case it's not already there
register() - Static method in class it.geosolutions.jaiext.warp.WarpDescriptor
Registers this descriptor if it is not already registered.
remove(RenderedImage, int, int) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Removes the selected tile from the cache
remove(RenderedImage, int, int) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Removes the selected tile from the cache
removeProperty(String) - Method in class it.geosolutions.jaiext.nullop.NullOpImage
Removes a property from the source image by name.
removeTiles(RenderedImage) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Removes all tiles in the cache which are owned by the image.
removeTiles(RenderedImage) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Removes all tiles in the cache which are owned by the image.
render(Object) - Static method in class it.geosolutions.rendered.viewer.HTMLBuilder
 
render(Object) - Method in interface it.geosolutions.rendered.viewer.HTMLRenderer
 
RenderedImageBrowser - Class in it.geosolutions.rendered.viewer
Full rendered image browser, made up of tree for rendered image source hierarchy navigation and a info panel with various information on the selected RenderedImage
RenderedImageBrowser() - Constructor for class it.geosolutions.rendered.viewer.RenderedImageBrowser
 
RenderedImageBrowser(boolean, boolean) - Constructor for class it.geosolutions.rendered.viewer.RenderedImageBrowser
 
RenderedImageInfoPanel - Class in it.geosolutions.rendered.viewer
Tabbed RenderedImage information display
RenderedImageInfoPanel() - Constructor for class it.geosolutions.rendered.viewer.RenderedImageInfoPanel
 
RenderedImageInfoPanel(boolean) - Constructor for class it.geosolutions.rendered.viewer.RenderedImageInfoPanel
 
RenderedImageInfoPanel(boolean, boolean) - Constructor for class it.geosolutions.rendered.viewer.RenderedImageInfoPanel
 
RescaleCRIF - Class in it.geosolutions.jaiext.rescale
This RenderedImageFactory class is called by the JAI.create("Rescaling") method for returning a new instance of the RescaleOpImage class.
RescaleCRIF() - Constructor for class it.geosolutions.jaiext.rescale.RescaleCRIF
 
RescaleDescriptor - Class in it.geosolutions.jaiext.rescale
An OperationDescriptor describing the "Rescale" operation.
RescaleDescriptor() - Constructor for class it.geosolutions.jaiext.rescale.RescaleDescriptor
Constructor.
RescaleOpImage - Class in it.geosolutions.jaiext.rescale
This class is used for rescaling the source image pixels with the given scale and offset factors.
RescaleOpImage(RenderedImage, ImageLayout, Map, double[], double[], double, ROI, Range, boolean) - Constructor for class it.geosolutions.jaiext.rescale.RescaleOpImage
 
resetCounts() - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Not Supported
resetCounts() - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Not Supported
rightPad - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Right padding
roi - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Current ROI object
ROI_EXTENDER - Static variable in class it.geosolutions.jaiext.rescale.RescaleOpImage
ROI extender
ROI_EXTENDER - Static variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
ROI extender
ROI_EXTENDER - Static variable in class it.geosolutions.jaiext.zonal.ZonalStatsOpImage
ROI extender
ROI_INDEX - Static variable in class it.geosolutions.jaiext.algebra.AlgebraDescriptor
 
roiBounds - Variable in class it.geosolutions.jaiext.lookup.LookupTable
Rectangle containing roi bounds
roiBounds - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Rectangle containing ROI bounds
roiBounds - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Rectangle containing ROI bounds
roiBounds - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Rectangle associated to the ROI bounds
roiImage - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Image associated to the ROI
roiIter - Variable in class it.geosolutions.jaiext.lookup.LookupTable
Iterator used for iterating on the roi data
roiIter - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Random Iterator used iterating on the ROI data
roiIter - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Random Iterator used iterating on the ROI data
round - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
The value of 0.5 scaled by 2^precisionBits
round(float) - Static method in class it.geosolutions.jaiext.warp.WarpOpImage
Returns the "round" value of a float.
round2 - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
The value of 0.5 scaled by 2^subsampleBits

S

sampleModel - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
sampleModel - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache
 
sampleModel - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
sampleModel - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackIntNoCache
 
sampleModel - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
sampleModel - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
sampleModel - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache
 
sampleModelTranslateX - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
sampleModelTranslateX - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
sampleModelTranslateX - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
sampleModelTranslateX - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
sampleModelTranslateY - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
sampleModelTranslateY - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
sampleModelTranslateY - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
sampleModelTranslateY - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
samples - Variable in class it.geosolutions.jaiext.stats.Statistics
Internal variable storing the number of all samples
ScaleBicubicOpImage - Class in it.geosolutions.jaiext.scale
 
ScaleBicubicOpImage(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, float, float, float, float, boolean) - Constructor for class it.geosolutions.jaiext.scale.ScaleBicubicOpImage
 
ScaleBilinearOpImage - Class in it.geosolutions.jaiext.scale
 
ScaleBilinearOpImage(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, float, float, float, float, boolean) - Constructor for class it.geosolutions.jaiext.scale.ScaleBilinearOpImage
 
ScaleCRIF - Class in it.geosolutions.jaiext.scale
 
ScaleCRIF() - Constructor for class it.geosolutions.jaiext.scale.ScaleCRIF
Constructor.
ScaleDescriptor - Class in it.geosolutions.jaiext.scale
An OperationDescriptor describing the "Scale" operation.
ScaleDescriptor() - Constructor for class it.geosolutions.jaiext.scale.ScaleDescriptor
Constructor.
ScaleGeneralOpImage - Class in it.geosolutions.jaiext.scale
This class is an extends the functionality of the ScaleOpImage class by adding the support for No Data values and by extending the ROI support for all the image types and for binary images.
ScaleGeneralOpImage(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, float, float, float, float, boolean) - Constructor for class it.geosolutions.jaiext.scale.ScaleGeneralOpImage
 
ScaleGeneralOpImage(RenderedImage, ImageLayout, Map, BorderExtender, InterpolationNearest, float, float, float, float, boolean) - Constructor for class it.geosolutions.jaiext.scale.ScaleGeneralOpImage
 
ScaleGeneralOpImage(RenderedImage, ImageLayout, Map, BorderExtender, InterpolationBilinear, float, float, float, float, boolean) - Constructor for class it.geosolutions.jaiext.scale.ScaleGeneralOpImage
 
ScaleGeneralOpImage(RenderedImage, ImageLayout, Map, BorderExtender, InterpolationBicubic, float, float, float, float, boolean) - Constructor for class it.geosolutions.jaiext.scale.ScaleGeneralOpImage
 
ScaleNearestOpImage - Class in it.geosolutions.jaiext.scale
 
ScaleNearestOpImage(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, float, float, float, float, boolean) - Constructor for class it.geosolutions.jaiext.scale.ScaleNearestOpImage
 
ScaleNearestOpImage2 - Class in it.geosolutions.jaiext.scale
This test class contains the same code of the ScaleNearestOpImage class but with a difference inside the byteLoop, shortLoop,...
ScaleNearestOpImage2(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, float, float, float, float, boolean) - Constructor for class it.geosolutions.jaiext.scale.ScaleNearestOpImage2
 
ScaleNearestOpImage3 - Class in it.geosolutions.jaiext.scale
This test class contains the same code of the ScaleNearestOpImage class but with a difference inside the byteLoop.
ScaleNearestOpImage3(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, float, float, float, float, boolean) - Constructor for class it.geosolutions.jaiext.scale.ScaleNearestOpImage3
 
ScaleOpImage - Class in it.geosolutions.jaiext.scale
A class extending WarpOpImage for use by further extension classes that perform image scaling.
ScaleOpImage(RenderedImage, ImageLayout, Map, boolean, BorderExtender, Interpolation, float, float, float, float, boolean) - Constructor for class it.geosolutions.jaiext.scale.ScaleOpImage
Constructs a ScaleOpImage from a RenderedImage source, an optional BorderExtender, x and y scale and translation factors, and an Interpolation object.
scaleX - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
The horizontal scale factor.
scaleXRational - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Rational representations
scaleXRationalDenom - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
scaleXRationalNum - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
scaleY - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
The vertical scale factor.
scaleYRational - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Rational representations
scaleYRationalDenom - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
scaleYRationalNum - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
scheduleTile(OpImage, int, int) - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Schedules a single tile for computation.
scheduleTiles(OpImage, Point[]) - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Schedules multiple tiles of an image for computation.
scheduleTiles(PlanarImage, Point[], TileComputationListener[]) - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Schedule a list of tiles for computation.
selectedBands - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Selected bands number
setAction(ConcurrentTileCache.Actions) - Method in class it.geosolutions.concurrent.CachedTileImpl
Sets the status of the tile
setAlphaChannel(PlanarImage) - Method in class it.geosolutions.jaiext.mosaic.ImageMosaicBean
 
setBinWidth(int) - Method in class it.geosolutions.rendered.viewer.DisplayHistogram
Override the default bin width (for plotting)
setConcurrencyLevel(int) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Sets the cache ConcurrencyLevel and then flush and rebuild the cache
setConcurrencyLevel(int) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Sets the cache ConcurrencyLevel and then flush and rebuild the cache
setDestinationNoData(double) - Method in class it.geosolutions.jaiext.lookup.LookupTable
This method sets destination no data used for No Data or ROI calculation
setHeight(int) - Method in class it.geosolutions.rendered.viewer.DisplayHistogram
Override the default height for the plot.
setImage(RenderedImage) - Method in class it.geosolutions.jaiext.mosaic.ImageMosaicBean
 
setImage(PlanarImage) - Method in class it.geosolutions.rendered.viewer.DisplayHistogram
 
setImage(RenderedImage) - Method in class it.geosolutions.rendered.viewer.ImageViewer
 
setImage(RenderedImage) - Method in class it.geosolutions.rendered.viewer.RenderedImageBrowser
 
setImage(RenderedImage) - Method in class it.geosolutions.rendered.viewer.RenderedImageInfoPanel
 
setImageRoi(ROI) - Method in class it.geosolutions.jaiext.mosaic.ImageMosaicBean
 
setIndexMultiplier(int) - Method in class it.geosolutions.rendered.viewer.DisplayHistogram
Override the index multiplying factor (for bins with width !
setMaxCount(int) - Method in class it.geosolutions.rendered.viewer.DisplayHistogram
Set the maximum value (used to scale the histogram y-axis).
setMemoryCapacity(long) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Sets the cache memory capacity and then flush and rebuild the cache
setMemoryCapacity(long) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Sets the cache memory capacity and then flush and rebuild the cache
setMemoryThreshold(float) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Sets the cache memory threshold and then flush and rebuild the cache
setMemoryThreshold(float) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Sets the cache memory threshold and then flush and rebuild the cache
setNoDataRange(Range) - Method in class it.geosolutions.jaiext.interpolators.InterpolationBicubic
 
setNoDataRange(Range) - Method in class it.geosolutions.jaiext.interpolators.InterpolationBilinear
 
setNoDataRange(Range) - Method in class it.geosolutions.jaiext.interpolators.InterpolationNearest
 
setNoDataRange(Range) - Method in interface it.geosolutions.jaiext.interpolators.InterpolationNoData
Set NoData Range associated to the Interpolation object.
setNoDataRange(Range) - Method in class it.geosolutions.jaiext.lookup.LookupTable
No Data flag is set to true and no data range is taken
setParallelism(int) - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Suggests to the scheduler the degree of parallelism to use in processing invocations of scheduleTiles().
setPrefetchParallelism(int) - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Identical to setParallelism() but applies only to prefetchTiles().
setPrefetchPriority(int) - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Identical to setPriority() but applies only to prefetchTiles().
setPriority(int) - Method in class it.geosolutions.jaiext.scheduler.JAIExtTileScheduler
Suggests to the scheduler the priority to assign to processing effected by scheduleTiles().
setProperties(Hashtable) - Method in class it.geosolutions.jaiext.nullop.NullOpImage
Set the properties Hashtable of the source image to the supplied Hashtable.
setProperty(String, Object) - Method in class it.geosolutions.jaiext.nullop.NullOpImage
Sets a property on the source image by name.
setRelatedViewer(ImageViewer) - Method in class it.geosolutions.rendered.viewer.ImageViewer
 
setROIdata(Rectangle, RandomIter) - Method in class it.geosolutions.jaiext.interpolators.InterpolationBicubic
 
setROIdata(Rectangle, RandomIter) - Method in class it.geosolutions.jaiext.interpolators.InterpolationBilinear
 
setROIdata(Rectangle, RandomIter) - Method in class it.geosolutions.jaiext.interpolators.InterpolationNearest
 
setROIparams(Rectangle, RandomIter, PlanarImage, boolean) - Method in class it.geosolutions.jaiext.lookup.LookupTable
ROI flag is set to true and the ROI fields are all filled
setSkipIndexes(int) - Method in class it.geosolutions.rendered.viewer.DisplayHistogram
Override the index skipping factor (determines how many labels will be printed on the index axis).
setSourcelessImage(RenderedImage) - Static method in class it.geosolutions.jaiext.nullop.NullCRIF
Sets the value of the RenderedImage to be returned by the RenderedImageFactory.create() method when there are no sources in the ParameterBlock.
setSourceNoData(Range) - Method in class it.geosolutions.jaiext.mosaic.ImageMosaicBean
 
setTileCapacity(int) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Not Supported
setTileCapacity(int) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Not Supported
setTileComparator(Comparator) - Method in class it.geosolutions.concurrent.ConcurrentTileCache
Not Supported
setTileComparator(Comparator) - Method in class it.geosolutions.concurrent.ConcurrentTileCacheMultiMap
Not Supported
shift - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Value used for calculating the bilinear interpolation for integer dataTypes
shift2 - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Value used for calculating the bilinear interpolation
shortLoop(RasterAccessor, Rectangle, RasterAccessor, Statistics[][]) - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
 
showChain(RenderedImage, String) - Static method in class it.geosolutions.rendered.viewer.RenderedImageBrowser
 
showChain(RenderedImage) - Static method in class it.geosolutions.rendered.viewer.RenderedImageBrowser
 
showChain(RenderedImage, boolean) - Static method in class it.geosolutions.rendered.viewer.RenderedImageBrowser
 
showChain(RenderedImage, boolean, boolean) - Static method in class it.geosolutions.rendered.viewer.RenderedImageBrowser
 
showChain(RenderedImage, boolean, boolean, String) - Static method in class it.geosolutions.rendered.viewer.RenderedImageBrowser
 
SimpleStatsOpImage - Class in it.geosolutions.jaiext.stats
The SimpleStatsOpImage class performs various simple statistics operations on an image.
SimpleStatsOpImage(RenderedImage, ImageLayout, Map, int, int, ROI, Range, boolean, int[], Statistics.StatsType[]) - Constructor for class it.geosolutions.jaiext.stats.SimpleStatsOpImage
 
SquareRootStretchCRIF - Class in it.geosolutions.jaiext.contrastenhancement
 
SquareRootStretchCRIF() - Constructor for class it.geosolutions.jaiext.contrastenhancement.SquareRootStretchCRIF
Constructor.
SquareRootStretchDescriptor - Class in it.geosolutions.jaiext.contrastenhancement
 
SquareRootStretchDescriptor() - Constructor for class it.geosolutions.jaiext.contrastenhancement.SquareRootStretchDescriptor
Constructor.
srcROI - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Source ROI
srcROIImage - Variable in class it.geosolutions.jaiext.lookup.LookupTable
ROI image
srcROIImage - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
ROI image
srcROIImage - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
ROI image
Statistics - Class in it.geosolutions.jaiext.stats
This abstract class is used for containing some of the possible statistical operators used by the StatisticsOpImage class.
Statistics() - Constructor for class it.geosolutions.jaiext.stats.Statistics
 
Statistics.StatsType - Enum in it.geosolutions.jaiext.stats
This enum is used for organizing the various kinds of statistics and giving them an identifier used by the StatsFactory create methods.
StatisticsDescriptor - Class in it.geosolutions.jaiext.stats
An OperationDescriptor describing various "Statistical" operation supporting ROI and NoData.
StatisticsDescriptor() - Constructor for class it.geosolutions.jaiext.stats.StatisticsDescriptor
 
StatisticsOpImage - Class in it.geosolutions.jaiext.stats
This abstract class is used for defining the common methods for calculating image statistics.
StatisticsOpImage(RenderedImage, ImageLayout, Map, int, int, ROI, Range, boolean, int[], Statistics.StatsType[], double[], double[], int[]) - Constructor for class it.geosolutions.jaiext.stats.StatisticsOpImage
 
StatisticsRIF - Class in it.geosolutions.jaiext.stats
Simple class that provides the RenderedImage create operation by calling a subclass of the StatisticsOpImage.
StatisticsRIF() - Constructor for class it.geosolutions.jaiext.stats.StatisticsRIF
 
statNum - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Length of the statsTypes array
stats - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Object containing the current statistics for the selected bands and for the selected statistic types
STATS_PROPERTY - Static variable in class it.geosolutions.jaiext.stats.Statistics
Statistics property name
StatsFactory - Class in it.geosolutions.jaiext.stats
This factory class is used for creating all the possible Statistics subclasses.
statsTypes - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Array containing the type of statistics to calculate
subsampleBits - Variable in class it.geosolutions.jaiext.affine.AffineBicubicOpImage
Subsample bits used for bicubic interpolation
subsampleBits - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Subsample bits used for binary and bicubic interpolation

T

tableOffsets - Variable in class it.geosolutions.jaiext.lookup.LookupTable
The band offset values
TILE_CACHED - Static variable in class it.geosolutions.jaiext.buffer.BufferOpImage
 
TILE_CACHED - Static variable in class it.geosolutions.jaiext.warp.WarpOpImage
Constant indicating that the inner random iterators must cache the current tile position
TILE_EXTENDER - Static variable in class it.geosolutions.jaiext.buffer.BufferOpImage
 
TILE_EXTENDER - Static variable in class it.geosolutions.jaiext.warp.WarpOpImage
Quantity used for extending the input tile dimensions
title(String) - Method in class it.geosolutions.rendered.viewer.HTMLBuilder
 
topPad - Variable in class it.geosolutions.jaiext.warp.WarpOpImage
Top padding
transformColormap(byte[][]) - Method in class it.geosolutions.jaiext.lookup.LookupOpImage
Transform the colormap via the lookup table.
TranslateCRIF - Class in it.geosolutions.jaiext.translate
 
TranslateCRIF() - Constructor for class it.geosolutions.jaiext.translate.TranslateCRIF
Constructor.
TranslateDescriptor - Class in it.geosolutions.jaiext.translate
An OperationDescriptor describing the "Translate" operation.
TranslateDescriptor() - Constructor for class it.geosolutions.jaiext.translate.TranslateDescriptor
 
TranslateIntOpImage - Class in it.geosolutions.jaiext.translate
An OpImage to translate an image by in integral number of pixels.
TranslateIntOpImage(RenderedImage, Map, int, int) - Constructor for class it.geosolutions.jaiext.translate.TranslateIntOpImage
Construct an TranslateIntOpImage.
transX - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Thee horizontal translation factor
transXRational - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
transXRationalDenom - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
transXRationalNum - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
transY - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
The vertical translation factor
transYRational - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
transYRationalDenom - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
transYRationalNum - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
 
type - Variable in class it.geosolutions.jaiext.stats.Statistics
Variable indicating the statistic used

U

unsetNoData() - Method in class it.geosolutions.jaiext.lookup.LookupTable
No Data flag is set to false and no data range is set to null
unsetROI() - Method in class it.geosolutions.jaiext.lookup.LookupTable
ROI flag is set to flag and the ROI fields are all left empty
updateRegistry(OperationRegistry) - Method in class it.geosolutions.jaiext.crop.CropSpi
Registers the Crop operation and its associated image factories across all supported operation modes.
updateTileTimeStamp() - Method in class it.geosolutions.concurrent.CachedTileImpl
Sets the timestamp to the new current value
useROIAccessor - Variable in class it.geosolutions.jaiext.lookup.LookupTable
Boolean indicating if Roi RasterAccessor must be used
useRoiAccessor - Variable in class it.geosolutions.jaiext.scale.ScaleOpImage
Value indicating if roi RasterAccessor should be used on computations
useROIAccessor - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Boolean indicating if a ROI RasterAccessor should be used
USHORT_MAX_VALUE - Static variable in class it.geosolutions.jaiext.buffer.BufferOpImage
 
ushortLoop(RasterAccessor, Rectangle, RasterAccessor, Statistics[][]) - Method in class it.geosolutions.jaiext.stats.StatisticsOpImage
 

V

validateParameters(ParameterBlock, StringBuffer) - Method in class it.geosolutions.jaiext.affine.AffineDescriptor
Validates the input parameters.
validateParameters(ParameterBlock, StringBuffer) - Method in class it.geosolutions.jaiext.contrastenhancement.SquareRootStretchDescriptor
Validates the input parameter.
validateParameters(ParameterBlock) - Method in class it.geosolutions.jaiext.mosaic.MosaicDescriptor
This method check if the parameters are suitable for the operation.
validateParameters(ParameterBlock, StringBuffer) - Method in class it.geosolutions.jaiext.scale.ScaleDescriptor
Validates the input parameters.
validateSources(String, ParameterBlock, StringBuffer) - Method in class it.geosolutions.jaiext.nullop.NullDescriptor
Returns true if there is at least one source and the first source is a RenderedImage or RenderableImage.
valueAction() - Method in enum it.geosolutions.concurrent.ConcurrentTileCache.Actions
 
valueOf(String) - Static method in enum it.geosolutions.concurrent.ConcurrentTileCache.Actions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.geosolutions.jaiext.mosaic.MosaicOpImage.WeightType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.geosolutions.jaiext.mosaic.MosaicOpImage2.WeightType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.geosolutions.jaiext.range.Range.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.geosolutions.jaiext.stats.Statistics.StatsType
Returns the enum constant of this type with the specified name.
values() - Static method in enum it.geosolutions.concurrent.ConcurrentTileCache.Actions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum it.geosolutions.jaiext.algebra.AlgebraDescriptor.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum it.geosolutions.jaiext.mosaic.MosaicOpImage.WeightType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum it.geosolutions.jaiext.mosaic.MosaicOpImage2.WeightType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum it.geosolutions.jaiext.range.Range.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum it.geosolutions.jaiext.stats.Statistics.StatsType
Returns an array containing the constants of this enum type, in the order they are declared.
VarianceStd - Class in it.geosolutions.jaiext.stats
This subclass of Statistics is used for calculating the variance or the standard deviation of an image.

W

WarpDescriptor - Class in it.geosolutions.jaiext.warp
An OperationDescriptor describing the "Warp" operation.
WarpDescriptor() - Constructor for class it.geosolutions.jaiext.warp.WarpDescriptor
Constructor.
WarpOpImage - Class in it.geosolutions.jaiext.warp
Subclass of WarpOpImage that makes use of the provided ROI and NoData.
WarpOpImage(RenderedImage, ImageLayout, Map<?, ?>, boolean, BorderExtender, Interpolation, Warp, double[], ROI, Range) - Constructor for class it.geosolutions.jaiext.warp.WarpOpImage
 
WarpRIF - Class in it.geosolutions.jaiext.warp
A RIF supporting the "Warp" operation in the rendered image layer.
WarpRIF() - Constructor for class it.geosolutions.jaiext.warp.WarpRIF
Constructor.

X

xID - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
xID - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
xID - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
xID - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
xPeriod - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Horizontal subsampling
xTiles - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
xTiles - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
xTiles - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
xTiles - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 

Y

yID - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
yID - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
yID - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
yID - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 
yPeriod - Variable in class it.geosolutions.jaiext.stats.StatisticsOpImage
Vertical subsampling
yTiles - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackByte
 
yTiles - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackInt
 
yTiles - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackLarge
 
yTiles - Variable in class it.geosolutions.jaiext.iterators.RandomIterFallbackShort
 

Z

ZERO_EXTENDER - Static variable in class it.geosolutions.jaiext.warp.WarpOpImage
BorderExtender instance for extending roi.
ZonalStatsDescriptor - Class in it.geosolutions.jaiext.zonal
An OperationDescriptor describing the Zonal Statistics operation.
ZonalStatsDescriptor() - Constructor for class it.geosolutions.jaiext.zonal.ZonalStatsDescriptor
 
ZonalStatsOpImage - Class in it.geosolutions.jaiext.zonal
This class extends the OpImage class and executes the "ZonalStats" operation.
ZonalStatsOpImage(RenderedImage, ImageLayout, Map, RenderedImage, AffineTransform, List<ROI>, Range, ROI, boolean, int[], Statistics.StatsType[], double[], double[], int[], List<Range>, boolean) - Constructor for class it.geosolutions.jaiext.zonal.ZonalStatsOpImage
 
ZonalStatsRIF - Class in it.geosolutions.jaiext.zonal
This class is a RenderedImageFactory called by the JAI.create() method when the "Zonal" operation is requested.
ZonalStatsRIF() - Constructor for class it.geosolutions.jaiext.zonal.ZonalStatsRIF
 
ZoneGeometry - Class in it.geosolutions.jaiext.zonal
This class is used for storing the statistics associated to a specific geometry.
ZS_PROPERTY - Static variable in class it.geosolutions.jaiext.zonal.ZonalStatsDescriptor
Zonal Statistics property name

A B C D E F G H I J L M N O P R S T U V W X Y Z

Copyright © 2006–2014 GeoSolutions. All rights reserved.