- 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 CachedTileImpl
-
Constructor that takes a tile cache metric
- CachingColorIndexer - Class in it.geosolutions.jaiext.colorindexer
-
Wraps around another palette and adds last match caching.
- CachingColorIndexer(ColorIndexer) - Constructor for class CachingColorIndexer
-
- calculate(byte...) - Method in enum AlgebraDescriptor.Operator
-
- calculate(short...) - Method in enum AlgebraDescriptor.Operator
-
- calculate(boolean, short...) - Method in enum AlgebraDescriptor.Operator
-
- calculate(int...) - Method in enum AlgebraDescriptor.Operator
-
- calculate(float...) - Method in enum AlgebraDescriptor.Operator
-
- calculate(double...) - Method in enum AlgebraDescriptor.Operator
-
- calculateL(long...) - Method in enum AlgebraDescriptor.Operator
-
- call() - Method in class JiffleExecutorTask
-
Called by the system to execute this task on a thread provided by the
JiffleExecutor
.
- canRender(Object) - Method in interface HTMLRenderer
-
- caseA - Variable in class BandMergeOpImage
-
Boolean indicating if No Data and ROI are not used
- caseA - Variable in class ExtendedBandMergeOpImage
-
Boolean indicating if No Data and ROI are not used
- caseA - Variable in class ClampOpImage
-
Boolean indicating if No Data and ROI are not used
- caseA - Variable in class ConvolveOpImage
-
Boolean indicating that no roi and no data check must be done
- caseA - Variable in class Scale2OpImage
-
Boolean indicating if No Data and ROI are not used
- caseA - Variable in class ScaleOpImage
-
Boolean indicating if No Data and ROI are not used
- caseA - Variable in class StatisticsOpImage
-
Boolean indicating that there No Data and ROI are not used
- caseA - Variable in class ThresholdOpImage
-
Boolean indicating if No Data and ROI are not used
- caseA - Variable in class WarpOpImage
-
Boolean indicating absence of both NoData and ROI
- caseB - Variable in class BandMergeOpImage
-
Boolean indicating if only the ROI is used
- caseB - Variable in class ExtendedBandMergeOpImage
-
Boolean indicating if only the ROI is used
- caseB - Variable in class ClampOpImage
-
Boolean indicating if only the ROI is used
- caseB - Variable in class ConvolveOpImage
-
Boolean indicating that only roi check must be done
- caseB - Variable in class Scale2OpImage
-
Boolean indicating if only the ROI is used
- caseB - Variable in class ScaleOpImage
-
Boolean indicating if only the ROI is used
- caseB - Variable in class StatisticsOpImage
-
Boolean indicating that only ROI is used
- caseB - Variable in class ThresholdOpImage
-
Boolean indicating if only the ROI is used
- caseB - Variable in class WarpOpImage
-
Boolean indicating absence of NoData and presence of ROI
- caseC - Variable in class BandMergeOpImage
-
Boolean indicating if only the No Data are used
- caseC - Variable in class ExtendedBandMergeOpImage
-
Boolean indicating if only the No Data are used
- caseC - Variable in class ClampOpImage
-
Boolean indicating if only the No Data are used
- caseC - Variable in class ConvolveOpImage
-
Boolean indicating that only no data check must be done
- caseC - Variable in class Scale2OpImage
-
Boolean indicating if only the No Data are used
- caseC - Variable in class ScaleOpImage
-
Boolean indicating if only the No Data are used
- caseC - Variable in class StatisticsOpImage
-
Boolean indicating that only No Data are used
- caseC - Variable in class ThresholdOpImage
-
Boolean indicating if only the No Data are used
- caseC - Variable in class WarpOpImage
-
Boolean indicating absence of ROI and presence of NoData
- channelNames - Static variable in class JiffleLexer
-
- checkSameStats(Statistics) - Method in class Statistics
-
This method checks if the provided Statistics object belong to the same subclass of the current object
- CHUNK_SIZE - Static variable in class IntegerStack
-
Initial size of stack and grow increment
- CIEXYZToRGB(Raster, int[], WritableRaster, int[], ROI, Range, float[]) - Static method in class ColorSpaceJAIExt
-
- clampAndFixOvershootingByte(int, byte) - Static method in class InterpolationBicubic
-
- clampAndFixOvershootingUShort(int, short) - Static method in class InterpolationBicubic
-
- ClampCRIF - Class in it.geosolutions.jaiext.clamp
-
A CRIF
supporting the "Clamp" operation on rendered and renderable images.
- ClampCRIF() - Constructor for class ClampCRIF
-
Constructor.
- ClampDescriptor - Class in it.geosolutions.jaiext.clamp
-
- ClampDescriptor() - Constructor for class ClampDescriptor
-
Constructor.
- ClampOpImage - Class in it.geosolutions.jaiext.clamp
-
- ClampOpImage(RenderedImage, Map, Range, ROI, double, ImageLayout, double[], double[]) - Constructor for class ClampOpImage
-
- classFromType(int) - Static method in enum Range.DataType
-
- clear() - Method in class PackedHistogram
-
- clear() - Method in class JiffleBuilder
-
Clears all attributes in this builder.
- clear() - Method in class IntegerStack
-
Clear the stack.
- clear() - Method in class SimpleImagePane
-
Removes the current display image and repaints.
- clear() - Method in class ZoneGeometry
-
Simple method for clearing all the image statistics
- CLEAR_SIZE - Static variable in class IntegerStack
-
- clearFactoryPreferences(String, String, String) - Method in class ConcurrentOperationRegistry
-
- clearOperationPreferences(String, String) - Method in class ConcurrentOperationRegistry
-
- clearProductPreferences(String, String) - Method in class ConcurrentOperationRegistry
-
- clearPropertyState(String) - Method in class ConcurrentOperationRegistry
-
- clearStatistic() - Method in class StatisticsOpImage
-
This method is used if the user needs to perform again the statistical calculations.
- clearStatistic() - Method in class ZonalStatsOpImage
-
This method is used if the user needs to perform again the statistical calculations.
- clearStats() - Method in class Extrema
-
- clearStats() - Method in class HistogramMode
-
- clearStats() - Method in class Max
-
- clearStats() - Method in class MeanSum
-
- clearStats() - Method in class Median
-
- clearStats() - Method in class Min
-
- clearStats() - Method in class Statistics
-
This method is used for clearing the results
- clearStats() - Method in class VarianceStd
-
- clone() - Method in class CoordinateSequence2D
-
Creates a deep copy of this sequence.
- COLON - Static variable in class JiffleLexer
-
- COLON - Static variable in class JiffleParser
-
- COLON() - Method in class JiffleParser.RangeContext
-
- COLON() - Method in class JiffleParser.TernaryExprContext
-
- color(int, int, int, int) - Static method in class ColorUtils
-
Puts back the four color components into a integer representation
- ColorConvertCRIF - Class in it.geosolutions.jaiext.colorconvert
-
- ColorConvertCRIF() - Constructor for class ColorConvertCRIF
-
Constructor.
- ColorConvertDescriptor - Class in it.geosolutions.jaiext.colorconvert
-
An OperationDescriptor
describing the "ColorConvert" operation.
- ColorConvertDescriptor() - Constructor for class ColorConvertDescriptor
-
Constructor.
- ColorConvertOpImage - Class in it.geosolutions.jaiext.colorconvert
-
An OpImage
implementing the "ColorConvert" operation as described in ColorConvertDescriptor
.
- ColorConvertOpImage(RenderedImage, Map, ImageLayout, ColorModel, Range, ROI, double[]) - Constructor for class ColorConvertOpImage
-
Constructor.
- ColorEntry(int, int, ColorMap.ColorEntry) - Constructor for class ColorMap.ColorEntry
-
- ColorIndexer - Interface in it.geosolutions.jaiext.colorindexer
-
A tool transforming a generic RGBA color into an index into a palette represented by a IndexedColorModel
- ColorIndexerCRIF - Class in it.geosolutions.jaiext.colorindexer
-
- ColorIndexerCRIF() - Constructor for class ColorIndexerCRIF
-
- ColorIndexerDescriptor - Class in it.geosolutions.jaiext.colorindexer
-
Clone of GeoTools color invertion made work against a
ColorIndexer
- ColorIndexerDescriptor() - Constructor for class ColorIndexerDescriptor
-
Constructs the descriptor.
- ColorIndexerOpImage - Class in it.geosolutions.jaiext.colorindexer
-
PointOpImage
to perform a color inversion given a certain
ColorIndexer
.
- ColorIndexerOpImage(RenderedImage, ColorIndexer, ROI, Range, int, RenderingHints) - Constructor for class ColorIndexerOpImage
-
- ColorMap - Class in it.geosolutions.jaiext.colorindexer
-
A
HashMap
replacement especially designed to map an (eventually packed) color to a non negative integer value, which can be in our use
cases a count or a palette index.
- ColorMap(int) - Constructor for class ColorMap
-
- ColorMap() - Constructor for class ColorMap
-
- colorMap - Variable in class ErrorDiffusionOpImage
-
The color map which maps the ErrorDiffusionOpImage
to its source.
- ColorMap.ColorEntry - Class in it.geosolutions.jaiext.colorindexer
-
Class representing a single
ColorMap
entry
- ColorMapTransform<T extends ColorMapTransformElement> - Interface in it.geosolutions.jaiext.classifier
-
- ColorMapTransformElement - Interface in it.geosolutions.jaiext.classifier
-
- ColorMapUtilities - Class in it.geosolutions.jaiext.classifier
-
Utility class for doing useful ColorMap operations
- ColorMapUtilities() - Constructor for class ColorMapUtilities
-
- ColorSpaceJAIExt - Class in it.geosolutions.jaiext.colorconvert
-
Abstract class extending the ColorSpaceJAI
class in order to add support for external ROI or NoData.
- ColorSpaceJAIExt(int, int, boolean) - Constructor for class ColorSpaceJAIExt
-
- ColorSpaceJAIExtWrapper - Class in it.geosolutions.jaiext.colorconvert
-
This class is used for wrapping
ColorSpaceJAI
instances into
ColorSpaceJAIExt
ones.
- ColorSpaceJAIExtWrapper(ColorSpaceJAI) - Constructor for class ColorSpaceJAIExtWrapper
-
- ColorUtils - Class in it.geosolutions.jaiext.colorindexer
-
Helpers to extract components from a color represented as an integer, and back, as well as methods to "pack" and unpack colors via bit shifts
- ColorUtils() - Constructor for class ColorUtils
-
- COMMA - Static variable in class JiffleLexer
-
- COMMA - Static variable in class JiffleParser
-
- COMMA() - Method in class JiffleParser.ExpressionListContext
-
- COMMA(int) - Method in class JiffleParser.ExpressionListContext
-
- COMMA() - Method in class JiffleParser.PixelSpecifierContext
-
- commas(Object...) - Static method in class Strings
-
- COMMON_SOURCE_TEMPLATES_KEY - Static variable in class JiffleProperties
-
Key: common runtime source generation templates.
- compare(double, double) - Static method in class PiecewiseUtilities
-
Comparison between two double values
- compare(Range) - Method in class Range
-
- compare(LookupItem<T, U>, LookupItem<T, U>) - Method in class LookupItemComparator
-
- CompareExprContext(JiffleParser.ExpressionContext) - Constructor for class JiffleParser.CompareExprContext
-
- compareLong(long, long) - Static method in class ColorUtils
-
Compares two longs, to be used in comparators
- CompareOp - Class in it.geosolutions.jaiext.numeric
-
Provides static methods to compare floating point values, taking into account
an absolute or proportional tolerance.
- CompareOp() - Constructor for class CompareOp
-
- compareTo(DomainElement1D) - Method in class DefaultDomainElement1D
-
- compile() - Method in class Jiffle
-
Compiles the script into Java source for the runtime class.
- compileAndRun(File) - Method in class DirectRuntimeDemo
-
Compiles a script read from a file and submits it for execution.
- compileAndRun(File) - Method in class JiffleExecutorDemo
-
Compiles a script read from a file and submits it for execution.
- CompilerMessage - Class in it.geosolutions.jaiext.jiffle.parser
-
A message relating to a position in an input script.
- CompilerMessage(Message.Level, Token, String) - Constructor for class CompilerMessage
-
- CompilerMessage(Message.Level, int, int, String) - Constructor for class CompilerMessage
-
- ComplexStatsOpImage - Class in it.geosolutions.jaiext.stats
-
The ComplexStatsOpImage class performs various comples statistics operations on an image.
- ComplexStatsOpImage(RenderedImage, int, int, ROI, Range, boolean, int[], Statistics.StatsType[], double[], double[], int[]) - Constructor for class ComplexStatsOpImage
-
- computeImage(Raster[], WritableRaster, Rectangle) - Method in class ErrorDiffusionOpImage
-
Performs error diffusion on a specified rectangle.
- computeImageDefault(Raster, WritableRaster, Rectangle, RandomIter, boolean) - Method in class ErrorDiffusionOpImage
-
- computeImageOptimized(Raster, WritableRaster, Rectangle, RandomIter, boolean) - Method in class ErrorDiffusionOpImage
-
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class AffineBicubicOpImage
-
Method for evaluating the destination image tile without ROI
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class AffineBilinearOpImage
-
Method for evaluating the destination image tile without ROI
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class AffineGeneralOpImage
-
Method for evaluating the destination image tile with ROI
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class AffineNearestOpImage
-
Method for evaluating the destination image tile without ROI
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class AlgebraOpImage
-
Computes the final pixel from N source images within a specified rectangle.
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class OperationConstOpImage
-
Computes the final pixel from the source image within a specified rectangle.
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class BandCombineOpImage
-
Performs linear combination of source image with matrix.
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class BandMergeOpImage
-
BandMerges the pixel values of multiple source images within a specified rectangle.
- computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class ExtendedBandMergeOpImage
-
BandMerges the pixel values of multiple source images within a specified rectangle.
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class BinarizeOpImage
-
Map the pixels inside a specified rectangle whose value is within a rang to a constant on a per-band basis.
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class BufferOpImage
-
Calculates the buffer on the defined raster
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class ClampOpImage
-
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class ColorConvertOpImage
-
Computes a tile of the destination image in the destination color space.
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class ConvolveOpImage
-
Performs convolution on a specified rectangle.
- computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class ImageFunctionOpImage
-
Compute a Rectangle of output data based on the ImageFunction.
- computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class JiffleOpImage
-
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class JiffleOpImage
-
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class LookupOpImage
-
Performs the table lookup operation within the specified bounds.
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class OrderedDitherOpImage
-
Computes a tile of the dithered destination image.
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class GenericPiecewiseOpImage
-
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class RescaleOpImage
-
Rescales to the pixel values within a specified rectangle.
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class RangeLookupOpImage
-
Do lookups for the specified destination rectangle
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class Scale2BicubicOpImage
-
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class Scale2BilinearOpImage
-
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class Scale2GeneralOpImage
-
This method executes the scale operation on a selected region of the image
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class Scale2NearestOpImage
-
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class ScaleBicubicOpImage
-
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class ScaleBilinearOpImage
-
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class ScaleGeneralOpImage
-
This method executes the scale operation on a selected region of the image
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class ScaleNearestOpImage
-
- computeRect(Raster[], WritableRaster, Rectangle) - Method in class ThresholdOpImage
-
- computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class WarpOpImage
-
Warps a rectangle.
- computeRectByte(PlanarImage, RasterAccessor, RandomIter, boolean) - Method in class WarpOpImage
-
Computation of the Warp operation on Byte images
- computeRectDouble(PlanarImage, RasterAccessor, RandomIter, boolean) - Method in class WarpOpImage
-
Computation of the Warp operation on Double images
- computeRectFloat(PlanarImage, RasterAccessor, RandomIter, boolean) - Method in class WarpOpImage
-
Computation of the Warp operation on Float images
- computeRectInt(PlanarImage, RasterAccessor, RandomIter, boolean) - Method in class WarpOpImage
-
Computation of the Warp operation on Integer images
- computeRectShort(PlanarImage, RasterAccessor, RandomIter, boolean) - Method in class WarpOpImage
-
Computation of the Warp operation on Short images
- computeRectUShort(PlanarImage, RasterAccessor, RandomIter, boolean) - Method in class WarpOpImage
-
Computation of the Warp operation on UShort images
- computesUniqueTiles() - Method in class BandSelectOpImage
-
- computesUniqueTiles() - Method in class CropOpImage
-
We just relay the original tiles, or return null
- computesUniqueTiles() - Method in class NullOpImage
-
Returns false as NullOpImage can return via computeTile()
tiles that are internally cached.
- computesUniqueTiles() - Method in class TranslateIntOpImage
-
Returns false
as computeTile()
invocations
return child Raster
s of the RenderedImage
source and are therefore not unique objects in the global sense.
- computeTile(int, int) - Method in class AffineGeneralOpImage
-
- computeTile(int, int) - Method in class ArtifactsFilterOpImage
-
- computeTile(int, int) - Method in class BandSelectOpImage
-
- computeTile(int, int) - Method in class BorderOpImage
-
Computes the pixel values for the specified tile.
- computeTile(int, int) - Method in class ColorIndexerOpImage
-
- computeTile(int, int) - Method in class ConvolveOpImage
-
- computeTile(int, int) - Method in class CropOpImage
-
Make sure the tile scheduler ends up calling getTile
- computeTile(int, int) - Method in class JiffleOpImage
-
- computeTile(int, int) - Method in class MosaicOpImage
-
This method overrides the OpImage compute tile method and calculates the mosaic operation for
the selected tile.
- computeTile(int, int) - Method in class NullOpImage
-
Returns a tile for reading.
- computeTile(int, int) - Method in class Scale2OpImage
-
Computes a tile.
- computeTile(int, int) - Method in class ScaleOpImage
-
Computes a tile.
- computeTile(int, int) - Method in class ComplexStatsOpImage
-
Returns a tile for reading.
- computeTile(int, int) - Method in class SimpleStatsOpImage
-
Returns a tile for reading.
- computeTile(int, int) - Method in class TranslateIntOpImage
-
Override computeTile() simply to invoke getTile().
- computeTile(int, int) - Method in class VectorBinarizeOpImage
-
Returns the specified tile.
- computeTile(int, int) - Method in class WarpOpImage
-
Computes a tile.
- computeTile(int, int) - Method in class ZonalStatsOpImage
-
- computeValue(int, int, int, int, int, int, int, int, int, int) - Method in class InterpolationBilinear
-
Calculates bilinear interpolation for byte, short/ushort, integer dataType
- computeValueAtOnce(int[][], int, int[], int) - Static method in enum ArtifactsFilterOpImage.DataTypeCalculator
-
- computeValueAtOnce(float[][], int, float[], int) - Static method in enum ArtifactsFilterOpImage.DataTypeCalculator
-
- computeValueAtOnce(double[][], int, double[], int) - Static method in enum ArtifactsFilterOpImage.DataTypeCalculator
-
- computeValueDouble(double, double, double, double, boolean, boolean, boolean, boolean, double, double, int, double) - Static method in class InterpolationBilinear
-
- CON - Static variable in class JiffleLexer
-
- CON - Static variable in class JiffleParser
-
- CON() - Method in class JiffleParser.ConCallContext
-
- conCall(String...) - Static method in class DirectSources
-
- conCall() - Method in class JiffleParser.AtomContext
-
- conCall() - Method in class JiffleParser
-
- ConCallContext(ParserRuleContext, int) - Constructor for class JiffleParser.ConCallContext
-
- concat(char, Object[]) - Static method in class Strings
-
Calls toString on each object of args and concatenates the
results delimited by sep.
- concatDL(double, List) - Method in class JiffleFunctions
-
Creates a new list by concatenating {2code x} and list
.
- concatLD(List, double) - Method in class JiffleFunctions
-
Creates a new list by concatenating list
and {2code x}.
- concatLL(List, List) - Method in class JiffleFunctions
-
Creates a new list by concatenating two existing lists.
- ConcurrentOperationRegistry - Class in it.geosolutions.jaiext
-
A thread safe implementation of OperationRegistry using Java 5 Concurrent
ReadWriteLock
Also it is able to substitute JAI operations with JAI-EXT ones and vice versa.
- ConcurrentOperationRegistry() - Constructor for class ConcurrentOperationRegistry
-
- ConcurrentOperationRegistry.OperationItem - Class in it.geosolutions.jaiext
-
- ConcurrentTileCache - Class in it.geosolutions.concurrent
-
- ConcurrentTileCache() - Constructor for class ConcurrentTileCache
-
- ConcurrentTileCache(long, boolean, float, int) - Constructor for class 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 ConcurrentTileCacheMultiMap
-
- ConcurrentTileCacheMultiMap(long, boolean, float, int) - Constructor for class ConcurrentTileCacheMultiMap
-
- ConFunction - Class in it.geosolutions.jaiext.jiffle.parser.node
-
Separate node type for con functions which are implemented as directly
injected source fragments in the runtime class rather than by the
function lookup mechanism.
- ConFunction(Expression...) - Constructor for class ConFunction
-
- CONSTANT_INDEX - Static variable in class OperationConstDescriptor
-
- ConstantColorMapElement - Class in it.geosolutions.jaiext.classifier
-
- ConstantLiteral - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- ConstantLookup - Class in it.geosolutions.jaiext.jiffle.parser
-
A lookup for named constants used by the Jiffle compiler.
- ConstantLookup() - Constructor for class ConstantLookup
-
- ConstantTransform(double) - Constructor for class SingleDimensionTransformation.ConstantTransform
-
- contains(Number) - Method in class DefaultDomainElement1D
-
- contains(Range) - Method in class DefaultDomainElement1D
-
- contains(double) - Method in class DefaultDomainElement1D
-
- contains(double) - Method in interface DomainElement1D
-
This methods can be used to check whether or not a given value belongs to
DomainElement1D
.
- contains(Number) - Method in interface DomainElement1D
-
This methods can be used to check whether or not a given value belongs to
DomainElement1D
.
- contains(Range) - Method in interface DomainElement1D
-
This methods can be used to check whether or not a given
NumberRange
belongs to
DomainElement1D
.
- contains(byte) - Method in class Range
-
Method for checking if a byte value is contained inside the Range
- contains(short) - Method in class Range
-
Method for checking if a short/ushort value is contained inside the Range
- contains(int) - Method in class Range
-
Method for checking if an integer value is contained inside the Range
- contains(float) - Method in class Range
-
Method for checking if a float value is contained inside the Range
- contains(double) - Method in class Range
-
Method for checking if a double value is contained inside the Range
- contains(long) - Method in class Range
-
Method for checking if a long value is contained inside the Range
- contains(Range) - Method in class Range
-
- contains(byte) - Method in class RangeByte
-
- contains(double) - Method in class RangeDouble
-
- contains(float) - Method in class RangeFloat
-
- contains(int) - Method in class RangeInt
-
- contains(long) - Method in class RangeLong
-
- contains(short) - Method in class RangeShort
-
- contains(short) - Method in class RangeUshort
-
- contains(Rectangle2D) - Method in class LiteShape
-
Tests if the interior of the Shape
entirely contains the specified Rectangle2D
.
- contains(Point2D) - Method in class LiteShape
-
Tests if a specified
Point2D
is inside the boundary of the
Shape
.
- contains(double, double) - Method in class LiteShape
-
Tests if the specified coordinates are inside the boundary of the Shape
.
- contains(double, double, double, double) - Method in class LiteShape
-
Tests if the interior of the Shape
entirely contains the specified rectangular area.
- contains(Point) - Method in class ROIGeometry
-
Tests if this ROI contains the given point.
- contains(Point2D) - Method in class ROIGeometry
-
Tests if this ROI contains the given point.
- contains(int, int) - Method in class ROIGeometry
-
Tests if this ROI contains the given image location.
- contains(double, double) - Method in class ROIGeometry
-
Tests if this ROI contains the given image location.
- contains(Rectangle) - Method in class ROIGeometry
-
Tests if this ROI contains the given rectangle.
- contains(Rectangle2D) - Method in class ROIGeometry
-
Tests if this ROI contains the given rectangle.
- contains(int, int, int, int) - Method in class ROIGeometry
-
Tests if this ROI contains the given rectangle.
- contains(double, double, double, double) - Method in class ROIGeometry
-
Tests if this ROI contains the given rectangle.
- containsN(T) - Method in class Range
-
Method for checking if a Generic value is contained inside the Range
- convert(Range, int) - Static method in class RangeFactory
-
- convertToByteRange(Range) - Static method in class RangeFactory
-
- convertToDoubleRange(Range) - Static method in class RangeFactory
-
- convertToFloatRange(Range) - Static method in class RangeFactory
-
- convertToSigned(double[], int) - Static method in class ColorSpaceJAIExt
-
Converts the input array of data into signed ones
- Convolve3x3OpImage - Class in it.geosolutions.jaiext.convolve
-
- Convolve3x3OpImage(RenderedImage, BorderExtender, RenderingHints, ImageLayout, KernelJAI, ROI, Range, double, boolean) - Constructor for class Convolve3x3OpImage
-
- ConvolveDescriptor - Class in it.geosolutions.jaiext.convolve
-
An OperationDescriptor
describing the "Convolve" operation.
- ConvolveDescriptor() - Constructor for class ConvolveDescriptor
-
Constructor.
- ConvolveGeneralOpImage - Class in it.geosolutions.jaiext.convolve
-
- ConvolveGeneralOpImage(RenderedImage, BorderExtender, RenderingHints, ImageLayout, KernelJAI, ROI, Range, double, boolean) - Constructor for class ConvolveGeneralOpImage
-
- ConvolveOpImage - Class in it.geosolutions.jaiext.convolve
-
- ConvolveOpImage(RenderedImage, BorderExtender, RenderingHints, ImageLayout, KernelJAI, ROI, Range, double, boolean) - Constructor for class ConvolveOpImage
-
- ConvolveRIF - Class in it.geosolutions.jaiext.convolve
-
- ConvolveRIF() - Constructor for class ConvolveRIF
-
- CoordinateSequence2D - Class in it.geosolutions.jaiext.jts
-
A lightweight implementation of JTS CoordinateSequence
for 2D points.
- CoordinateSequence2D(int) - Constructor for class CoordinateSequence2D
-
Creates a new CoordinateSequence2D
object with the given
size.
- CoordinateSequence2D(double...) - Constructor for class CoordinateSequence2D
-
Creates a new CoordinateSequence2D
object from a sequence of
(x,y) pairs.
- CoordinateTransform - Interface in it.geosolutions.jaiext.jiffle.runtime
-
A transform used by Jiffle to convert from world (processing area) coordinates
to image (pixel) coordinates.
- CoordinateTransforms - Class in it.geosolutions.jaiext.jiffle.runtime
-
- CoordinateTransforms() - Constructor for class CoordinateTransforms
-
- copyData(WritableRaster) - Method in class BufferedImageAdapter
-
- copyFrom(JiffleParser.ExpressionContext) - Method in class JiffleParser.ExpressionContext
-
- copyFrom(JiffleParser.IdentifiedAtomContext) - Method in class JiffleParser.IdentifiedAtomContext
-
- copyFrom(JiffleParser.StatementContext) - Method in class JiffleParser.StatementContext
-
- copyPropertyFromSource(String, String, String, int) - Method in class ConcurrentOperationRegistry
-
- create(ParameterBlock, RenderingHints) - Method in class AffineCRIF
-
Creates an affine operation as an instance of AffineOpImage.
- create(RenderContext, ParameterBlock) - Method in class AffineCRIF
-
Creates a new instance of AffineOpImage
in the renderable layer.
- create(RenderedImage, AffineTransform, Interpolation, double[], ROI, boolean, boolean, Range, RenderingHints) - Static method in class AffineDescriptor
-
Performs interpolated affine transform on an image.
- create(ParameterBlock, RenderingHints) - Method in class AlgebraCRIF
-
Creates a new instance of AlgebraOpImage
in the rendered layer.
- create(AlgebraDescriptor.Operator, ROI, Range, double, RenderingHints, RenderedImage...) - Static method in class AlgebraDescriptor
-
Executes the selected operation on an image array.
- create(ParameterBlock, RenderingHints) - Method in class OperationConstCRIF
-
Creates a new instance of OperationConstOpImage
in the
rendered layer.
- create(RenderedImage, double[], AlgebraDescriptor.Operator, ROI, Range, double, RenderingHints) - Static method in class OperationConstDescriptor
-
Executes the selected operation with a constant on the input image.
- create(RenderedImage, ROI, double[], int, RenderingHints) - Static method in class ArtifactsFilterDescriptor
-
- create(RenderedImage, ROI, double[], RenderingHints) - Static method in class ArtifactsFilterDescriptor
-
- create(RenderedImage, ROI, double[], int, Range, RenderingHints) - Static method in class ArtifactsFilterDescriptor
-
- create(RenderedImage, ROI, double[], Range, RenderingHints) - Static method in class ArtifactsFilterDescriptor
-
- create(RenderedImage, ROI, double[], int, int, Range, RenderingHints) - Static method in class ArtifactsFilterDescriptor
-
Convenience method which constructs a ParameterBlockJAI
and invokes JAI.create("ArtifactsFilter", params)
- create(ParameterBlock, RenderingHints) - Method in class ArtifactsFilterRIF
-
Create a new instance of ArtifactsFilterOpImage in the rendered layer.
- create(ParameterBlock, RenderingHints) - Method in class BandCombineCRIF
-
- create(RenderedImage, double[][], ROI, Range, double, RenderingHints) - Static method in class BandCombineDescriptor
-
Performs arbitrary interband linear combination using a specified matrix and checking ROI and NoData if defined.
- create(ParameterBlock, RenderingHints) - Method in class BandMergeCRIF
-
Creates a new instance of BandMergeOpImage
in the rendered layer.
- create(Range[], double, boolean, RenderingHints, RenderedImage...) - Static method in class BandMergeDescriptor
-
Merge (possibly multi-banded)images into a multibanded image.
- create(Range[], double, boolean, RenderingHints, List<AffineTransform>, RenderedImage...) - Static method in class BandMergeDescriptor
-
Merge (possibly multi-banded)images into a multibanded image.
- create(Range[], double, boolean, RenderingHints, List<AffineTransform>, ROI, RenderedImage...) - Static method in class BandMergeDescriptor
-
Merge (possibly multi-banded)images into a multibanded image.
- create(ParameterBlock, RenderingHints) - Method in class BandSelectCRIF
-
Creates a new instance of BandSelectOpImage
in the rendered layer.
- create(RenderedImage, int[], RenderingHints) - Static method in class BandSelectDescriptor
-
Selects n number of bands from an image.
- create(ParameterBlock, RenderingHints) - Method in class BinarizeCRIF
-
Creates a new instance of BinarizeOpImage
in the rendered layer.
- create(RenderedImage, Double, ROI, Range, RenderingHints) - Static method in class BinarizeDescriptor
-
Binarize an image from a threshold value, taking into account the presence of ROI and NoData
Creates a ParameterBlockJAI
from all
supplied arguments except hints
and invokes
JAI.create(String,ParameterBlock,RenderingHints)
.
- create(RenderedImage, int, int, int, int, BorderExtender, Range, double, RenderingHints) - Static method in class BorderDescriptor
-
Adds a border around an image.
- create(ParameterBlock, RenderingHints) - Method in class 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 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 BufferRIF
-
- create(ParameterBlock, RenderingHints) - Method in class ClampCRIF
-
Creates a new instance of ThresholdOpImage
in the rendered layer.
- create(Range, double, ROI, double[], double[], RenderingHints, RenderedImage) - Static method in class ClampDescriptor
-
Creates a ParameterBlockJAI
from all supplied arguments except hints
and invokes
JAI.create(String,ParameterBlock,RenderingHints)
.
- create(CharSequence, Color[], Range, Range) - Static method in class LinearColorMapElement
-
- create(CharSequence, Color, Range, int) - Static method in class LinearColorMapElement
-
- create(CharSequence, Color, short, int) - Static method in class LinearColorMapElement
-
- create(CharSequence, Color, int, int) - Static method in class LinearColorMapElement
-
- create(CharSequence, Color, float, int) - Static method in class LinearColorMapElement
-
- create(CharSequence, Color, double, int) - Static method in class LinearColorMapElement
-
- create(ParameterBlock, RenderingHints) - Method in class RasterClassifierCRIF
-
- create(RenderedImage, ColorMapTransform, Integer, ROI, Range, RenderingHints) - Method in class RasterClassifierDescriptor
-
- create(ParameterBlock, RenderingHints) - Method in class ColorConvertCRIF
-
Creates a new instance of ColorConvertOpImage
.
- create(RenderedImage, ColorModel, ROI, Range, double[], RenderingHints) - Static method in class ColorConvertDescriptor
-
Convert the color space of an image.
- create(ParameterBlock, RenderingHints) - Method in class ColorIndexerCRIF
-
- create(RenderedImage, ColorIndexer, ROI, Range, Integer, RenderingHints) - Static method in class ColorIndexerDescriptor
-
Create a new RenderedOp
instance based on the "ColorIndexer" operation
- create(ParameterBlock, RenderingHints) - Method in class SquareRootStretchCRIF
-
Creates a new instance of SquareRootStretchOpImage
in the
rendered layer.
- create(RenderedImage, int[], int[], int[], int[], RenderingHints) - Static method in class SquareRootStretchDescriptor
-
Compute the SquareRoot stretch
Creates a ParameterBlockJAI
from all
supplied arguments except hints
and invokes
JAI.create(String,ParameterBlock,RenderingHints)
.
- create(RenderedImage, KernelJAI, ROI, Range, double, boolean, RenderingHints) - Static method in class ConvolveDescriptor
-
Performs kernel-based convolution on an image.
- create(ParameterBlock, RenderingHints) - Method in class ConvolveRIF
-
- create(ParameterBlock, RenderingHints) - Method in class 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 CropDescriptor
-
Performs cropping to a specified bounding box.
- create(RenderedImage, LookupTableJAI, KernelJAI, ROI, Range, double[], RenderingHints) - Static method in class ErrorDiffusionDescriptor
-
Performs error diffusion color quantization using a specified color map and error filter.
- create(ParameterBlock, RenderingHints) - Method in class ErrorDiffusionRIF
-
- create(ParameterBlock, RenderingHints) - Method in class FormatCRIF
-
Creates a new RenderedOp
with a new format
- create(RenderedImage, Integer, RenderingHints) - Static method in class FormatDescriptor
-
Reformats an image.
- create(ImageFunction, Integer, Integer, Float, Float, Float, Float, ROI, Range, float, RenderingHints) - Static method in class ImageFunctionDescriptor
-
Generates an image from a functional description.
- create(ParameterBlock, RenderingHints) - Method in class ImageFunctionRIF
-
Creates a new instance of ImageFunctionOpImage in the rendered layer.
- create(RenderedImage, Rectangle, boolean, boolean) - Static method in class 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 RandomIterFactory
-
Constructs and returns an instance of RandomIter suitable for iterating over the given bounding rectangle within the given Raster source.
- create(RenderedImage[], String[], String, String, Rectangle, Integer, CoordinateTransform[], BandTransform[], RenderingHints) - Static method in class JiffleDescriptor
-
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 JiffleRIF
-
Create a new instance of JiffleOpImage in the rendered layer.
- create(ParameterBlock, RenderingHints) - Method in class LookupCRIF
-
Creates a new instance of LookupOpImage
.
- create(RenderedImage, LookupTable, double, ROI, Range, boolean, RenderingHints) - Static method in class LookupDescriptor
-
Performs a lookup operation on an integral image.
- create(byte[]) - Static method in class LookupTableFactory
-
Constructs a single-banded byte lookup table.
- create(byte[], int) - Static method in class LookupTableFactory
-
Constructs a single-banded byte lookup table with an index offset.
- create(byte[][]) - Static method in class LookupTableFactory
-
Constructs a multi-banded byte lookup table.
- create(byte[][], int) - Static method in class LookupTableFactory
-
Constructs a multi-banded byte lookup table where all bands have the same index offset.
- create(byte[][], int[]) - Static method in class LookupTableFactory
-
Constructs a multi-banded byte lookup table where each band has a different index offset.
- create(short[], boolean) - Static method in class LookupTableFactory
-
Constructs a single-banded short or unsigned short lookup table.
- create(short[], int, boolean) - Static method in class LookupTableFactory
-
Constructs a single-banded short or unsigned short lookup table with an index offset.
- create(short[][], boolean) - Static method in class LookupTableFactory
-
Constructs a multi-banded short or unsigned short lookup table.
- create(short[][], int, boolean) - Static method in class LookupTableFactory
-
Constructs a multi-banded short or unsigned short lookup table where all bands have the same index offset.
- create(short[][], int[], boolean) - Static method in class LookupTableFactory
-
Constructs a multi-banded short or unsigned short lookup table where each band has a different index offset.
- create(int[]) - Static method in class LookupTableFactory
-
Constructs a single-banded int lookup table.
- create(int[], int) - Static method in class LookupTableFactory
-
Constructs a single-banded int lookup table with an index offset.
- create(int[][]) - Static method in class LookupTableFactory
-
Constructs a multi-banded int lookup table.
- create(int[][], int) - Static method in class LookupTableFactory
-
Constructs a multi-banded int lookup table where all bands have the same index offset.
- create(int[][], int[]) - Static method in class LookupTableFactory
-
Constructs a multi-banded int lookup table where each band has a different index offset.
- create(float[]) - Static method in class LookupTableFactory
-
Constructs a single-banded float lookup table.
- create(float[], int) - Static method in class LookupTableFactory
-
Constructs a single-banded float lookup table with an index offset.
- create(float[][]) - Static method in class LookupTableFactory
-
Constructs a multi-banded float lookup table.
- create(float[][], int) - Static method in class LookupTableFactory
-
Constructs a multi-banded float lookup table where all bands have the same index offset.
- create(float[][], int[]) - Static method in class LookupTableFactory
-
Constructs a multi-banded float lookup table where each band has a different index offset.
- create(double[]) - Static method in class LookupTableFactory
-
Constructs a single-banded double lookup table.
- create(double[], int) - Static method in class LookupTableFactory
-
Constructs a single-banded double lookup table with an index offset.
- create(double[][]) - Static method in class LookupTableFactory
-
Constructs a multi-banded double lookup table.
- create(double[][], int) - Static method in class LookupTableFactory
-
Constructs a multi-banded double lookup table where all bands have the same index offset.
- create(double[][], int[]) - Static method in class LookupTableFactory
-
Constructs a multi-banded double lookup table where each band has a different index offset.
- create(LookupTableJAI) - Static method in class LookupTableFactory
-
Constructs a multi-banded lookup table from another one.
- create(RenderedImage[], MosaicType, PlanarImage[], ROI[], double[][], double[], Range[], RenderingHints) - Static method in class 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 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 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 NullDescriptor
-
An operation which does no processing.
- create(RenderedImage, ColorCube, KernelJAI[], RenderingHints, ROI, Range, Double) - Static method in class OrderedDitherDescriptor
-
Performs ordered dither color quantization using a specified color cube and dither mask.
- create(ParameterBlock, RenderingHints) - Method in class OrderedDitherRIF
-
- create(CharSequence, Range, double) - Static method in class DefaultPiecewiseTransform1DElement
-
- create(CharSequence, Range, byte) - Static method in class DefaultPiecewiseTransform1DElement
-
Builds up a DefaultPiecewiseTransform1DElement which maps a range to a constant value.
- create(CharSequence, Range, int) - Static method in class DefaultPiecewiseTransform1DElement
-
Builds up a DefaultPiecewiseTransform1DElement which maps a range to a constant value.
- create(CharSequence, Range, Range) - Static method in class DefaultPiecewiseTransform1DElement
-
Constructor.
- create(CharSequence) - Static method in class DefaultPiecewiseTransform1DElement
-
Creates a pass-through DefaultPiecewiseTransform1DElement.
- create(CharSequence, Range) - Static method in class DefaultPiecewiseTransform1DElement
-
Creates a pass-through DefaultPiecewiseTransform1DElement.
- create(String, Range, MathTransformation) - Static method in class DefaultPiecewiseTransform1DElement
-
- create(ParameterBlock, RenderingHints) - Method in class GenericPiecewiseCRIF
-
- create(RenderedImage, PiecewiseTransform1D, Integer, ROI, Range, RenderingHints) - Method in class GenericPiecewiseDescriptor
-
Static create method returning a new image passed by the GenericPiecewise operation
- create(double, double) - Static method in class SingleDimensionTransformation
-
- create(byte, boolean, byte, boolean) - Static method in class RangeFactory
-
- create(short, boolean, short, boolean) - Static method in class RangeFactory
-
- create(int, boolean, int, boolean) - Static method in class RangeFactory
-
- create(float, boolean, float, boolean, boolean) - Static method in class RangeFactory
-
- create(double, boolean, double, boolean, boolean) - Static method in class RangeFactory
-
- create(byte, byte) - Static method in class RangeFactory
-
- create(short, short) - Static method in class RangeFactory
-
- create(int, int) - Static method in class RangeFactory
-
- create(float, float) - Static method in class RangeFactory
-
- create(double, double) - Static method in class RangeFactory
-
- create(float, boolean, float, boolean) - Static method in class RangeFactory
-
- create(double, boolean, double, boolean) - Static method in class RangeFactory
-
- create(long, boolean, long, boolean) - Static method in class RangeFactory
-
- create(ParameterBlock, RenderingHints) - Method in class RescaleCRIF
-
- create(RenderedImage, double[], double[], ROI, Range, boolean, double, RenderingHints) - Static method in class RescaleDescriptor
-
Maps the pixels values of an image from one range to another range.
- create(RenderedImage, RangeLookupTable, Number, ROI, RenderingHints) - Static method in class RangeLookupDescriptor
-
Creates a new RenderedOp
with the RLookup operation applied.
- create(ParameterBlock, RenderingHints) - Method in class RangeLookupRIF
-
Create a new instance of RangeLookupOpImage in the rendered layer.
- create(ParameterBlock, RenderingHints) - Method in class Scale2CRIF
-
Creates a new instance of ScaleOpImage in the rendered layer.
- create(RenderContext, ParameterBlock) - Method in class Scale2CRIF
-
Creates a new instance of AffineOpImage
in the renderable layer.
- create(RenderedImage, Double, Double, Double, Double, Interpolation, ROI, Boolean, Range, double[], RenderingHints) - Static method in class Scale2Descriptor
-
Resizes an image.
- create(ParameterBlock, RenderingHints) - Method in class ScaleCRIF
-
Creates a new instance of ScaleOpImage in the rendered layer.
- create(RenderContext, ParameterBlock) - Method in class ScaleCRIF
-
Creates a new instance of AffineOpImage
in the renderable layer.
- create(RenderedImage, Float, Float, Float, Float, Interpolation, ROI, Boolean, Range, double[], RenderingHints) - Static method in class ScaleDescriptor
-
Resizes an image.
- create(RenderedImage, ROI, Range, double, double, double, double, double, double, double, ShadedReliefAlgorithm, RenderingHints) - Static method in class ShadedReliefDescriptor
-
- create(ParameterBlock, RenderingHints) - Method in class ShadedReliefRIF
-
- create(RenderedImage, int, int, ROI, Range, boolean, int[], Statistics.StatsType[], double[], double[], int[], RenderingHints) - Static method in class 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 StatisticsDescriptor
-
Performs a statistical operation on an image defined by its "stats type" parameter.
- create(ParameterBlock, RenderingHints) - Method in class StatisticsRIF
-
- create(ParameterBlock, RenderingHints) - Method in class ThresholdCRIF
-
Creates a new instance of ThresholdOpImage
in the rendered layer.
- create(Range, double, ROI, double[], double[], double[], RenderingHints, RenderedImage) - Static method in class ThresholdDescriptor
-
Creates a ParameterBlockJAI
from all supplied arguments except hints
and invokes
JAI.create(String,ParameterBlock,RenderingHints)
.
- create(ParameterBlock, RenderingHints) - Method in class TranslateCRIF
-
- create(RenderedImage, Float, Float, Interpolation, RenderingHints) - Static method in class TranslateDescriptor
-
Translate an image to a new location.
- create(ParameterBlock, RenderingHints) - Method in class VectorBinarizeRIF
-
Creates a new instance of VectorBinarizeOpImage in the rendered layer.
- create(RenderedImage, Warp, Interpolation, double[], ROI, RenderingHints) - Static method in class WarpDescriptor
-
Warps an image according to a specified Warp object.
- create(RenderedImage, Warp, Interpolation, double[], ROI, Range, RenderingHints) - Static method in class WarpDescriptor
-
Warps an image according to a specified Warp object.
- create(ParameterBlock, RenderingHints) - Method in class 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 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 ZonalStatsDescriptor
-
Performs statistical operations on different image zones defined by the input geometry list.
- create(ParameterBlock, RenderingHints) - Method in class ZonalStatsRIF
-
- createComplexStatisticsObjectFromInt(int, double, double, int) - Static method in class StatsFactory
-
This method returns the complex statistic object associated to the Id returned
- createConstantImage(int, int, Number) - Static method in class ImageUtilities
-
Creates a new TiledImage object with a single band of constant value.
- createConstantImage(int, int, int, int, Number) - Static method in class ImageUtilities
-
Creates a new TiledImage object with a single band of constant value.
- createConstantImage(int, int, Number[]) - Static method in class ImageUtilities
-
Creates a new TiledImage object with one or more bands of constant value.
- createConstantImage(int, int, int, int, Number[]) - Static method in class ImageUtilities
-
Creates a new TiledImage object with one or more bands of constant value.
- createConstantImage(int, int, int, int, int, int, Number[]) - Static method in class ImageUtilities
-
Creates a new TiledImage object with one or more bands of constant value.
- createDevStdObject() - Static method in class StatsFactory
-
This method returns a statistic object for calculating the Standard Deviation of an Image
- createDisplayImage(RenderedImage, Map<Integer, Color>) - Static method in class ImageUtilities
-
Creates a proxy RGB display image for the given data image.
- createExtremaObject() - Static method in class 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 StatsFactory
-
This method returns a statistic object for calculating the Histogram of an Image
- createImageFromArray(Number[], int, int) - Static method in class ImageUtilities
-
Creates a new single-band TiledImage with the provided values.
- createLinearTransform1D(double, double) - Static method in class PiecewiseUtilities
-
Returns a linear transform with the supplied scale and offset values.
- createLinearTransform1D(Range, Range) - Static method in class PiecewiseUtilities
-
Create a linear transform mapping values from sampleValueRange
to geophysicsValueRange
.
- createMaxObject() - Static method in class StatsFactory
-
This method returns a statistic object for calculating the Maximum of all the pixels of an Image
- createMeanObject() - Static method in class StatsFactory
-
This method returns a statistic object for calculating the Mean of an Image
- createMedianObject(double, double) - Static method in class StatsFactory
-
This method returns a statistic object for calculating the Median of an Image
- createMinObject() - Static method in class 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 StatsFactory
-
This method returns a statistic object for calculating the Mode of an Image
- createRampColours(int) - Static method in class ImageUtilities
-
Create a set of colours using a simple colour ramp algorithm in the HSB colour space.
- createRampColours(int, float, float) - Static method in class ImageUtilities
-
Create a set of colours using a simple colour ramp algorithm in the HSB colour space.
- createRampColours(int, float, float, float, float) - Static method in class ImageUtilities
-
Create a set of colours using a simple colour ramp algorithm in the HSB colour space.
- createRenderable(RenderableImage, AffineTransform, Interpolation, double[], ROI, boolean, boolean, Range, RenderingHints) - Static method in class AffineDescriptor
-
Performs interpolated affine transform on an image.
- createRenderable(AlgebraDescriptor.Operator, ROI, Range, double, RenderingHints, RenderableImage...) - Static method in class AlgebraDescriptor
-
Executes the selected operation on an image array.
- createRenderable(RenderableImage, double[], AlgebraDescriptor.Operator, ROI, Range, double, RenderingHints) - Static method in class OperationConstDescriptor
-
Executes the selected operation with a constant on the input image.
- createRenderable(RenderableImage, double[][], ROI, Range, double, RenderingHints) - Static method in class BandCombineDescriptor
-
Performs arbitrary interband linear combination using a specified matrix and checking ROI and NoData if defined.
- createRenderable(Range[], double, RenderingHints, RenderableImage...) - Static method in class BandMergeDescriptor
-
Merge (possibly multi-banded)images into a multibanded image.
- createRenderable(Range[], double, RenderingHints, List<AffineTransform>, RenderableImage...) - Static method in class BandMergeDescriptor
-
Merge (possibly multi-banded)images into a multibanded image.
- createRenderable(Range[], double, RenderingHints, List<AffineTransform>, ROI, RenderableImage...) - Static method in class BandMergeDescriptor
-
Merge (possibly multi-banded)images into a multibanded image.
- createRenderable(RenderableImage, int[], RenderingHints) - Static method in class BandSelectDescriptor
-
Selects n number of bands from an image.
- createRenderable(RenderableImage, Double, ROI, Range, RenderingHints) - Static method in class BinarizeDescriptor
-
Binarize an image from a threshold value, taking into account the presence of ROI and NoData
Creates a ParameterBlockJAI
from all
supplied arguments except hints
and invokes
JAI.createRenderable(String,ParameterBlock,RenderingHints)
.
- createRenderable(RenderableImage, ColorModel, ROI, Range, double[], RenderingHints) - Static method in class ColorConvertDescriptor
-
Convert the color space of an image.
- createRenderable(RenderableImage, int[], int[], int[], int[], RenderingHints) - Static method in class SquareRootStretchDescriptor
-
Compute the SquareRoot stretch
Creates a ParameterBlockJAI
from all
supplied arguments except hints
and invokes
JAI.createRenderable(String,ParameterBlock,RenderingHints)
.
- createRenderable(RenderableImage, Integer, RenderingHints) - Static method in class FormatDescriptor
-
Reformats an image.
- createRenderable(RenderableImage, RenderingHints) - Static method in class NullDescriptor
-
An operation which does no processing.
- createRenderable(RenderableImage, double[], double[], ROI, Range, boolean, double, RenderingHints) - Static method in class RescaleDescriptor
-
Maps the pixels values of an image from one range to another range.
- createRenderable(RenderableImage, Double, Double, Double, Double, Interpolation, ROI, Range, double[], RenderingHints) - Static method in class Scale2Descriptor
-
Resizes an image.
- createRenderable(RenderableImage, Float, Float, Float, Float, Interpolation, ROI, Range, double[], RenderingHints) - Static method in class ScaleDescriptor
-
Resizes an image.
- createRipplesImage(WritableRenderedImage) - Method in class Ripples
-
- createSimpleStatisticsObjectFromInt(int) - Static method in class StatsFactory
-
This method returns the simple statistic object associated to the Id returned
- createSumObject() - Static method in class 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 RangeFactory
-
- createU(short, short) - Static method in class RangeFactory
-
- createVarianceObject() - Static method in class StatsFactory
-
This method returns a statistic object for calculating the Variance of an Image
- createWritable(WritableRenderedImage, Rectangle) - Static method in class 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 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 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 CropDescriptor
-
- CropOpImage - Class in it.geosolutions.jaiext.crop
-
An alternative implementation of JAI Crop that respects the tile cache and tile scheduler
specified in the rendering hints.
- CropOpImage(RenderedImage, float, float, float, float, Map) - Constructor for class CropOpImage
-
Construct a CropOpImage.
- CropSpi - Class in it.geosolutions.jaiext.crop
-
OperationRegistrySpi implementation to register the "Crop" operation and its associated image
factories.
- CropSpi() - Constructor for class CropSpi
-
Default constructor.
- currentSegment(float[]) - Method in class AbstractLiteIterator
-
- currentSegment(double[]) - Method in class EmptyIterator
-
- currentSegment(float[]) - Method in class EmptyIterator
-
- currentSegment(double[]) - Method in class GeomCollectionIterator
-
Returns the coordinates and type of the current path segment in the iteration.
- currentSegment(float[]) - Method in class GeomCollectionIterator
-
Returns the coordinates and type of the current path segment in the iteration.
- currentSegment(double[]) - Method in class LineIterator
-
- currentSegment(float[]) - Method in class PackedLineIterator
-
Returns the coordinates and type of the current path segment in the iteration.
- currentSegment(double[]) - Method in class PackedLineIterator
-
- currentSegment(double[]) - Method in class PointIterator
-
- currentSegment(double[]) - Method in class PolygonIterator
-
Returns the coordinates and type of the current path segment in the iteration.
- DaemonThreadFactory - Class in it.geosolutions.jaiext.jiffle.runtime
-
Simple ThreadFactory implementation to supply daemon threads with
specified priority.
- DaemonThreadFactory() - Constructor for class DaemonThreadFactory
-
Creates a new factory which will supply daemon threads having
normal priority.
- DaemonThreadFactory(int) - Constructor for class DaemonThreadFactory
-
Creates a new factory which will supply daemon threads to run
at the specified priority.
- DaemonThreadFactory(int, String) - Constructor for class DaemonThreadFactory
-
Creates a new factory which will supply daemon threads to run
at the specified priority.
- dataBuffer - Variable in class RandomIterFallbackByte
-
- dataBuffer - Variable in class RandomIterFallbackInt
-
- dataBuffer - Variable in class RandomIterFallbackLarge
-
- dataBuffer - Variable in class RandomIterFallbackShort
-
- dataHelper(int, boolean) - Static method in class InterpolationBicubic
-
- dataINT - Variable in class Scale2BilinearOpImage
-
boolean indicating if the data type is DataBuffer.TYPE_INT
- dataINT - Variable in class ScaleBilinearOpImage
-
boolean indicating if the data type is DataBuffer.TYPE_INT
- dataLine(String, Object) - Method in class HTMLBuilder
-
- dataType - Variable in class Scale2OpImage
-
Image dataType
- dataType - Variable in class ScaleOpImage
-
Image dataType
- dataTypeFromClass(Class<?>) - Static method in enum Range.DataType
-
- dcoords - Variable in class AbstractLiteIterator
-
Segment coordinates
- dec() - Method in class SourceWriter
-
Decreases indentation by one indentation step, or reduce indentation to zero otherwise
- DECR - Static variable in class JiffleLexer
-
- DECR - Static variable in class JiffleParser
-
- DECR() - Method in class JiffleParser.PostExprContext
-
- DECR() - Method in class JiffleParser.PreExprContext
-
- deepHashCode(Object) - Static method in class PiecewiseUtilities
-
Returns a hash code for the specified object, which may be an array.
- DEFAULT - Static variable in class Band
-
- DEFAULT - Static variable in class ImagePos
-
- DEFAULT - Static variable in class Pixel
-
- DEFAULT_ALTITUDE - Static variable in class ShadedReliefDescriptor
-
- DEFAULT_ANTIALIASING - Static variable in class VectorBinarizeOpImage
-
Default setting for anti-aliasing (false).
- DEFAULT_AZIMUTH - Static variable in class ShadedReliefDescriptor
-
- DEFAULT_CONCURRENCY_LEVEL - Static variable in class ConcurrentTileCache
-
The default concurrency settings
- DEFAULT_CONCURRENCY_LEVEL - Static variable in class ConcurrentTileCacheMultiMap
-
The default concurrency settings
- DEFAULT_DESTINATION_NO_DATA_VALUE - Static variable in class MosaicOpImage
-
Default value for the destination image if every pixel in the same location is a no data
- DEFAULT_DIAGNOSTIC - Static variable in class ConcurrentTileCache
-
The default diagnostic settings
- DEFAULT_DIAGNOSTIC - Static variable in class ConcurrentTileCacheMultiMap
-
The default diagnostic settings
- DEFAULT_DIRECT_BASE_CLASS - Static variable in class JiffleProperties
-
Default base class for direct runtime classes.
- DEFAULT_EXTENDER - Static variable in class BufferDescriptor
-
- DEFAULT_INDIRECT_BASE_CLASS - Static variable in class JiffleProperties
-
Default base class for indirect runtime classes.
- DEFAULT_MEMORY_CACHE - Static variable in class ConcurrentTileCache
-
The default memory capacity of the cache (16 MB).
- DEFAULT_MEMORY_CACHE - Static variable in class ConcurrentTileCacheMultiMap
-
The default memory capacity of the cache (16 MB).
- DEFAULT_MEMORY_THRESHOLD - Static variable in class ConcurrentTileCache
-
The default memory threshold of the cache.
- DEFAULT_MEMORY_THRESHOLD - Static variable in class ConcurrentTileCacheMultiMap
-
The default memory threshold of the cache.
- DEFAULT_POLLING_INTERVAL - Static variable in class JiffleExecutor
-
The default interval for polling tasks to check for
completion (20 mS)
- DEFAULT_ROIGEOMETRY_ANTIALISING - Static variable in class ROIGeometry
-
- DEFAULT_ROIGEOMETRY_USEFIXEDPRECISION - Static variable in class ROIGeometry
-
Default setting for use of fixed precision (true
).
- DEFAULT_SCALE - Static variable in class ShadedReliefDescriptor
-
- DEFAULT_SUBSAMPLE_BITS - Static variable in class InterpolationBilinear
-
Default value for subsample bits
- DEFAULT_Z - Static variable in class ShadedReliefDescriptor
-
- DefaultConstantPiecewiseTransformElement - Class in it.geosolutions.jaiext.piecewise
-
Convenience implementation of a
PiecewiseTransform1DElement
that can be used to map single values or an interval to a single output value.
- DefaultConstantPiecewiseTransformElement(CharSequence, Range, double) - Constructor for class DefaultConstantPiecewiseTransformElement
-
Constructor.
- DefaultConstantPiecewiseTransformElement(CharSequence, Range, int) - Constructor for class DefaultConstantPiecewiseTransformElement
-
Constructor.
- DefaultConstantPiecewiseTransformElement(CharSequence, Range, byte) - Constructor for class DefaultConstantPiecewiseTransformElement
-
Constructor.
- DefaultDomain1D<E extends DefaultDomainElement1D> - Class in it.geosolutions.jaiext.piecewise
-
Convenience implementation of the
Domain1D
interface.
- DefaultDomain1D(E[]) - Constructor for class DefaultDomain1D
-
- DefaultDomainElement1D - Class in it.geosolutions.jaiext.piecewise
-
- DefaultDomainElement1D(CharSequence, Range) - Constructor for class DefaultDomainElement1D
-
Abstract domain element constructor.
- DefaultLinearPiecewiseTransform1DElement - Class in it.geosolutions.jaiext.piecewise
-
Convenience class for linear transformations that maps an interval to another interval.
- DefaultLinearPiecewiseTransform1DElement(CharSequence, Range, Range) - Constructor for class DefaultLinearPiecewiseTransform1DElement
-
Constructor.
- DefaultPassthroughPiecewiseTransform1DElement - Class in it.geosolutions.jaiext.piecewise
-
- DefaultPassthroughPiecewiseTransform1DElement(CharSequence) - Constructor for class DefaultPassthroughPiecewiseTransform1DElement
-
Protected constructor for
DomainElement1D
s that want to build their transform later on.
- DefaultPassthroughPiecewiseTransform1DElement(CharSequence, Range) - Constructor for class DefaultPassthroughPiecewiseTransform1DElement
-
Protected constructor for
DomainElement1D
s that want to build their transform later on.
- DefaultPiecewiseTransform1D<T extends DefaultPiecewiseTransform1DElement> - Class in it.geosolutions.jaiext.piecewise
-
- DefaultPiecewiseTransform1D(T[], double) - Constructor for class DefaultPiecewiseTransform1D
-
- DefaultPiecewiseTransform1D(T[]) - Constructor for class DefaultPiecewiseTransform1D
-
- DefaultPiecewiseTransform1DElement - Class in it.geosolutions.jaiext.piecewise
-
- DefaultPiecewiseTransform1DElement(CharSequence, Range) - Constructor for class DefaultPiecewiseTransform1DElement
-
Protected constructor for
DomainElement1D
s that want to build their transform later on.
- DefaultPiecewiseTransform1DElement(CharSequence, Range, MathTransformation) - Constructor for class DefaultPiecewiseTransform1DElement
-
Public constructor for building a
DomainElement1D
which applies the specified transformation on the values that fall into its
definition range.
- DefaultScalarValue - Class in it.geosolutions.jaiext.jiffle.parser.node
-
A placeholder node representing a default value for some
scalar variable.
- DefaultScalarValue() - Constructor for class DefaultScalarValue
-
- defaultTransform(CoordinateTransform) - Method in class JiffleBuilder
-
Sets a default CoordinateTransform
instance to use with all
images that are passed to the builder without an explicit transform
of their own.
- degToRad(double) - Method in class JiffleFunctions
-
Converts an angle in degrees to radians.
- derivative(double) - Method in interface MathTransformation
-
Returns the derivative value of the provided transformation
- derivative(double) - Method in class SingleDimensionTransformation
-
- dest(String, Rectangle) - Method in class JiffleBuilder
-
Creates a new destination image and associates it with a variable name
in the script.
- dest(String, Rectangle, CoordinateTransform) - Method in class JiffleBuilder
-
Creates a new destination image and associates it with a variable name
in the script.
- dest(String, int, int) - Method in class JiffleBuilder
-
Creates a new destination image and associates it with a variable name
in the script.
- dest(String, int, int, CoordinateTransform) - Method in class JiffleBuilder
-
Creates a new destination image and associates it with a variable name
in the script.
- dest(String, int, int, int, int) - Method in class JiffleBuilder
-
Creates a new destination image and associates it with a variable name
in the script.
- dest(String, int, int, int, int, CoordinateTransform) - Method in class JiffleBuilder
-
Creates a new destination image and associates it with a variable name
in the script.
- dest(String, WritableRenderedImage) - Method in class JiffleBuilder
-
Sets a destination image associated with a variable name in the script.
- dest(String, WritableRenderedImage, CoordinateTransform) - Method in class JiffleBuilder
-
Sets a destination image associated with a variable name in the script.
- DEST_BOUNDS - Static variable in class JiffleDescriptor
-
- DEST_NAME - Static variable in class JiffleDescriptor
-
- DEST_NODATA_INDEX - Static variable in class AlgebraDescriptor
-
- DEST_NODATA_INDEX - Static variable in class OperationConstDescriptor
-
- DEST_TYPE - Static variable in class JiffleDescriptor
-
- destBounds - Variable in class ConvolveOpImage
-
- DestinationImage(String, WritableRenderedImage) - Constructor for class AbstractDirectRuntime.DestinationImage
-
- destinationNoDataByte - Variable in class LookupTable
-
Destination no data for Byte images
- destinationNoDataByte - Variable in class Scale2OpImage
-
Destination value for No Data byte
- destinationNoDataByte - Variable in class ScaleOpImage
-
Destination value for No Data byte
- destinationNoDataDouble - Variable in class LookupTable
-
Destination no data for Double images
- destinationNoDataDouble - Variable in class Scale2OpImage
-
Destination value for No Data double
- destinationNoDataDouble - Variable in class ScaleOpImage
-
Destination value for No Data double
- destinationNoDataFloat - Variable in class LookupTable
-
Destination no data for Float images
- destinationNoDataFloat - Variable in class Scale2OpImage
-
Destination value for No Data float
- destinationNoDataFloat - Variable in class ScaleOpImage
-
Destination value for No Data float
- destinationNoDataInt - Variable in class LookupTable
-
Destination no data for Integer images
- destinationNoDataInt - Variable in class Scale2OpImage
-
Destination value for No Data int
- destinationNoDataInt - Variable in class ScaleOpImage
-
Destination value for No Data int
- destinationNoDataShort - Variable in class LookupTable
-
Destination no data for Short/Ushort images
- destinationNoDataShort - Variable in class Scale2OpImage
-
Destination value for No Data short
- destinationNoDataShort - Variable in class ScaleOpImage
-
Destination value for No Data short
- destinationNoDataUShort - Variable in class Scale2OpImage
-
Destination value for No Data ushort
- destinationNoDataUShort - Variable in class ScaleOpImage
-
Destination value for No Data ushort
- destNoDataByte - Variable in class ConvolveOpImage
-
Destination No Data value for Byte sources
- destNoDataDouble - Variable in class ConvolveOpImage
-
Destination No Data value for Double sources
- destNoDataFloat - Variable in class ConvolveOpImage
-
Destination No Data value for Float sources
- destNoDataInt - Variable in class ConvolveOpImage
-
Destination No Data value for Integer sources
- destNoDataShort - Variable in class ConvolveOpImage
-
Destination No Data value for Short sources
- dims - Variable in class OrderedDitherOpImage
-
The array of color cube dimensions-less-one.
- DIRECT_BASE_CLASS_KEY - Static variable in class JiffleProperties
-
Key: direct runtime base class name.
- DIRECT_CLASS_KEY - Static variable in class JiffleProperties
-
Key: direct runtime class name.
- DIRECT_SOURCE_TEMPLATES_KEY - Static variable in class JiffleProperties
-
Key: direct runtime source generation templates.
- DirectRuntimeDemo - Class in it.geosolutions.jaiext.jiffle.demo
-
Demonstrates how to retrieve and use a runtime object from a compiled
Jiffle script.
- DirectRuntimeDemo() - Constructor for class DirectRuntimeDemo
-
- DirectSources - Class in it.geosolutions.jaiext.jiffle.parser
-
- DirectSources() - Constructor for class DirectSources
-
- disableDiagnostics() - Method in class ConcurrentTileCache
-
Disables diagnosticEnabled for the observers
- disableDiagnostics() - Method in class 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 DisplayHistogram
-
The constructor for this class, which will set its fields' values and get some information
about the histogram.
- DisplayHistogram(String) - Constructor for class DisplayHistogram
-
- dispose() - Method in class ArtifactsFilterOpImage
-
- dispose() - Method in class LookupOpImage
-
- dispose() - Method in class MosaicOpImage
-
- dispose() - Method in class RescaleOpImage
-
- dispose() - Method in class Scale2OpImage
-
- dispose() - Method in class ScaleOpImage
-
- dispose() - Method in class StatisticsOpImage
-
When the dispose method is called, then old dispose method is performed and also the statistic container is cleared.
- dispose() - Method in class ZonalStatsOpImage
-
- DIV - Static variable in class JiffleLexer
-
- DIV - Static variable in class JiffleParser
-
- DIV() - Method in class JiffleParser.TimesDivModExprContext
-
- DIVEQ - Static variable in class JiffleLexer
-
- DIVEQ() - Method in class JiffleParser.AssignmentContext
-
- DIVEQ - Static variable in class JiffleParser
-
- Domain1D<T extends DomainElement1D> - Interface in it.geosolutions.jaiext.piecewise
-
- DomainElement1D - Interface in it.geosolutions.jaiext.piecewise
-
A
DomainElement1D
can be seen as a monodimensional range of values with its own label.
- domainElementsOverlap(DomainElement1D[], int) - Static method in class PiecewiseUtilities
-
Checks whether or not two DomainElement1Ds input range overlaps
- done() - Method in class RandomIterFallbackLocal
-
- done() - Method in class RandomIterFallbackByte
-
- done() - Method in class RandomIterFallbackByteNoCache
-
- done() - Method in class RandomIterFallbackInt
-
- done() - Method in class RandomIterFallbackIntNoCache
-
- done() - Method in class RandomIterFallbackLarge
-
- done() - Method in class RandomIterFallbackNoCacheNoArray
-
- done() - Method in class RandomIterFallbackShort
-
- done() - Method in class RandomIterFallbackShortNoCache
-
- DOUBLE_TYPE - Static variable in class JiffleLexer
-
- DOUBLE_TYPE - Static variable in class JiffleParser
-
- DoubleLiteral - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- DoubleLiteral(String) - Constructor for class DoubleLiteral
-
- doubleLoop(RasterAccessor, RasterAccessor, RandomIter, boolean) - Method in class Convolve3x3OpImage
-
- doubleLoop(RasterAccessor, RasterAccessor, RandomIter, boolean) - Method in class ConvolveGeneralOpImage
-
- doubleLoop(RasterAccessor, RasterAccessor, RandomIter, boolean) - Method in class ConvolveOpImage
-
- doubleLoop(RasterAccessor, RasterAccessor, RandomIter, boolean) - Method in class SeparableConvolveOpImage
-
- doubleLoop(RasterAccessor, Rectangle, RasterAccessor, Statistics[][], RandomIter) - Method in class StatisticsOpImage
-
- doubleValue(Class<? extends Number>, Number, int) - Static method in class PiecewiseUtilities
-
Returns a double
value for the specified number.
- DTOL - Static variable in class CompareOp
-
Default tolerance for double comparisons: 1.0e-8
- dumpChain(RenderedImage) - Static method in class RenderedImageBrowser
-
Dumps a text description of an image chain, useful to for headless debugging
or logging purposes
- GameOfLife - Class in it.geosolutions.jaiext.jiffle.demo
-
John Conway's Game of Life implemented with Jiffle.
- GameOfLife() - Constructor for class GameOfLife
-
- GC_NODATA - Static variable in class NoDataContainer
-
- GE - Static variable in class JiffleLexer
-
- GE() - Method in class JiffleParser.CompareExprContext
-
- GE - Static variable in class JiffleParser
-
- GE(double, double) - Method in class JiffleFunctions
-
Tests if x is greater than or equal to y.
- GenericPiecewiseCRIF - Class in it.geosolutions.jaiext.piecewise
-
- GenericPiecewiseCRIF() - Constructor for class GenericPiecewiseCRIF
-
- GenericPiecewiseDescriptor - Class in it.geosolutions.jaiext.piecewise
-
OperationDescriptorImpl
for the GenericPiecewise operation.
- GenericPiecewiseDescriptor() - Constructor for class GenericPiecewiseDescriptor
-
Construct the descriptor.
- GenericPiecewiseOpImage<T extends PiecewiseTransform1DElement> - Class in it.geosolutions.jaiext.piecewise
-
- GenericPiecewiseOpImage(RenderedImage, PiecewiseTransform1D<T>, ImageLayout, Integer, ROI, Range, RenderingHints, boolean) - Constructor for class GenericPiecewiseOpImage
-
Constructs a new RasterClassifier
.
- GeomCollectionIterator - Class in it.geosolutions.jaiext.utilities.shape
-
A path iterator for the LiteShape class, specialized to iterate over a geometry collection.
- GeomCollectionIterator() - Constructor for class GeomCollectionIterator
-
- GeomCollectionIterator(GeometryCollection, AffineTransform) - Constructor for class GeomCollectionIterator
-
Creates a new instance of GeomCollectionIterator
- get(int) - Method in class LinearColorMap
-
- get(int, int, int, int) - Method in class ColorMap
-
Returns the value for the specified color, or -1 if the color is not found
- get(Class<? extends JiffleRuntime>) - Static method in enum Jiffle.RuntimeModel
-
Gets the matching constant for the given runtime class.
- get(String) - Static method in class JiffleProperties
-
Gets a property.
- get(JiffleParser.ExpressionContext) - Method in class ExpressionWorker
-
- get(String) - Static method in enum FunctionInfo.Provider
-
Gets the Provider
for a given provider name.
- get(String) - Static method in enum JiffleType
-
Gets the type with the given label (case-insensitive).
- get(int) - Static method in enum BinaryExpression.Operator
-
- get(ParseTree) - Method in class PropertyWorker
-
- get(String) - Method in class SymbolScope
-
Searches for a symbol in this scope and, if not found,
any enclosing scopes.
- get(int) - Method in class DefaultDomain1D
-
Returns the element at the specified position in this list.
- get_images() - Method in class AbstractDirectRuntime
-
- get_images() - Method in class AbstractJiffleRuntime
-
Returns the images set for this runtime object as a Map
with
variable name as key and iamge as value.
- get_images() - Method in interface JiffleRuntime
-
Gets the images used by this object and returns them as a Map
with variable names as keys and images as values.
- getAction() - Method in class CachedTileImpl
-
Returns information about the status of the tile
- getActiveRuntimExpr(String, String) - Static method in class OptionLookup
-
Gets the runtime source for the given option name:value pair.
- getAlphaChannel() - Method in class ImageMosaicBean
-
- getApproximateDomainRange() - Method in class LinearColorMap
-
- getApproximateDomainRange() - Method in class DefaultDomain1D
-
- getApproximateDomainRange() - Method in interface Domain1D
-
Returns the range of values in this
Domain1D
.
- getArg() - Method in class PostfixUnaryExpression
-
- getArg() - Method in class PrefixUnaryExpression
-
- getArgs() - Method in class ConFunction
-
- getArgs() - Method in class FunctionCall
-
- getArgs() - Method in class ListLiteral
-
- getArgTypes() - Method in class FunctionInfo
-
- getAsArray() - Method in class NoDataContainer
-
- getAsBitmask(int, int, int, int, int[][]) - Method in class ROIGeometry
-
- getAsGeometry() - Method in class ROIGeometry
-
Returns the ROI as a JTS Geometry
.
- getAsImage() - Method in class ROIGeometry
-
Gets an image representation of this ROI using the VectorBinarize
operation.
- getAsRange() - Method in class NoDataContainer
-
- getAsRectangleList(int, int, int, int) - Method in class ROIGeometry
-
- getAsShape() - Method in class ROIGeometry
-
Gets a new
Shape
representing this ROI.
- getAsSingleValue() - Method in class NoDataContainer
-
- getATN() - Method in class JiffleLexer
-
- getATN() - Method in class JiffleParser
-
- getBand() - Method in class ImagePos
-
- getBandsAsImages(RenderedImage) - Static method in class ImageUtilities
-
Get the bands of a multi-band image as a list of single-band images.
- getBandsAsImages(RenderedImage, Collection<Integer>) - Static method in class ImageUtilities
-
Get the specified bands of a multi-band image as a list of single-band images.
- getBaseClassName() - Method in class SourceWriter
-
- getBitCount(int) - Static method in class ColorMapUtilities
-
- getBounds() - Method in class LiteShape
-
Returns an integer
Rectangle
that completely encloses the
Shape
.
- getBounds() - Method in class ROIGeometry
-
Gets the enclosing rectangle of this ROI.
- getBounds2D(ParameterBlock) - Method in class AffineCRIF
-
Gets the bounding box for the output of AffineOpImage
.
- getBounds2D(ParameterBlock) - Method in class Scale2CRIF
-
Gets the bounding box for the output of ScaleOpImage
.
- getBounds2D(ParameterBlock) - Method in class ScaleCRIF
-
Gets the bounding box for the output of ScaleOpImage
.
- getBounds2D() - Method in class LiteShape
-
Returns a high precision and more accurate bounding box of the Shape
than the getBounds
method.
- getBounds2D() - Method in class ROIGeometry
-
Gets the enclosing double-precision rectangle of this ROI.
- getByType(Symbol.Type) - Method in class SymbolScope
-
Returns name of all symbols with the given type, in the current scope and enclosing scopes
- getCacheHitCount() - Method in class ConcurrentTileCache
-
Retrieves the hit count from the cache statistics
- getCacheHitCount() - Method in class ConcurrentTileCacheMultiMap
-
Retrieves the hit count from the cache statistics
- getCacheMemoryUsed() - Method in class ConcurrentTileCache
-
Retrieves the current memory size of the cache
- getCacheMemoryUsed() - Method in class ConcurrentTileCacheMultiMap
-
Retrieves the current memory size of the cache
- getCacheMissCount() - Method in class ConcurrentTileCache
-
Retrieves the miss count from the cache statistics
- getCacheMissCount() - Method in class ConcurrentTileCacheMultiMap
-
Retrieves the miss count from the cache statistics
- getCacheTileCount() - Method in class ConcurrentTileCache
-
Retrieves the number of tiles in the cache
- getCacheTileCount() - Method in class ConcurrentTileCacheMultiMap
-
Retrieves the number of tiles in the cache
- getChannelNames() - Method in class JiffleLexer
-
- getClasses() - Method in class ZoneGeometry
-
Utility method indicating the index of all the classes
- getClassValue() - Method in enum Range.DataType
-
- getClosestIndex(int, int, int, int) - Method in class CachingColorIndexer
-
- getClosestIndex(int, int, int, int) - Method in interface ColorIndexer
-
- getClosestIndex(int, int, int, int) - Method in class LRUColorIndexer
-
- getClosestIndex(int, int, int, int) - Method in class MappedColorIndexer
-
- getClosestIndex(int, int, int, int) - Method in class SimpleColorIndexer
-
- getColor(int) - Method in class PackedHistogram
-
- getColorModel() - Method in interface ColorMapTransform
-
- getColorModel() - Method in class LinearColorMap
-
Returns a color model for this category list.
- getColorModel() - Method in class ImageMosaicBean
-
- getColors() - Method in interface ColorMapTransformElement
-
Returns the set of colors for this category.
- getColors() - Method in class LinearColorMapElement
-
Returns the set of colors for this category.
- getConcurrencyLevel() - Method in class ConcurrentTileCache
-
Retrieve the cache concurrency level
- getConcurrencyLevel() - Method in class ConcurrentTileCacheMultiMap
-
Retrieve the cache concurrency level
- getCondition() - Method in class BreakIf
-
- getCondition() - Method in class IfElse
-
- getCondition() - Method in class Until
-
- getCondition() - Method in class While
-
- getCoordinate(int) - Method in class CoordinateSequence2D
-
Gets coordinate values at the specified index.
- getCoordinate(int, Coordinate) - Method in class CoordinateSequence2D
-
Copies the requested coordinate in the sequence to the supplied
Coordinate
object.
- getCoordinateCopy(int) - Method in class CoordinateSequence2D
-
- getCount(int) - Method in class PackedHistogram
-
- getCurrentFactory() - Method in class ConcurrentOperationRegistry.OperationItem
-
Returns the factory defined by the user.
- getData() - Method in class BufferedImageAdapter
-
- getData(Rectangle) - Method in class BufferedImageAdapter
-
- getDataType() - Method in class InterpolationBicubic
-
- getDataType() - Method in class InterpolationBilinear
-
- getDataType() - Method in class InterpolationNearest
-
- getDataType() - Method in enum Range.DataType
-
- getDataType() - Method in class Range
-
Returns the Range data Type
- getDataType() - Method in class RangeByte
-
- getDataType() - Method in class RangeDouble
-
- getDataType() - Method in class RangeFloat
-
- getDataType() - Method in class RangeInt
-
- getDataType() - Method in class RangeLong
-
- getDataType() - Method in class RangeShort
-
- getDataType() - Method in class RangeUshort
-
- getDeclaringScope(String) - Method in class SymbolScope
-
Searches for a symbol in this scope and, if not found,
any enclosing scopes.
- getDefaultValue() - Method in class LinearColorMap
-
- getDefaultValue() - Method in class DefaultPiecewiseTransform1D
-
- getDefaultValue() - Method in interface PiecewiseTransform1D
-
The default value which will be returned when asked to transform a value outside the valid domain elements.
- getDescriptor(Class, String) - Method in class ConcurrentOperationRegistry
-
- getDescriptor(String, String) - Method in class ConcurrentOperationRegistry
-
- getDescriptor() - Method in class ConcurrentOperationRegistry.OperationItem
-
- getDescriptorNames(Class) - Method in class ConcurrentOperationRegistry
-
- getDescriptorNames(String) - Method in class ConcurrentOperationRegistry
-
- getDescriptors(Class) - Method in class ConcurrentOperationRegistry
-
- getDescriptors(String) - Method in class ConcurrentOperationRegistry
-
- getDestImages() - Method in class Script
-
- getDestImageVarName() - Method in enum ImageChoice
-
- getDestinationNoData() - Method in class InterpolationBicubic
-
- getDestinationNoData() - Method in class InterpolationBilinear
-
- getDestinationNoData() - Method in class InterpolationNearest
-
- getDestinationNoData() - Method in interface InterpolationNoData
-
Return the destinationNoData value associated to the Interpolation Object
- getDestinationVarNames() - Method in class AbstractJiffleRuntime
-
Gets the variable names associated with destination images.
- getDestinationVarNames() - Method in interface JiffleRuntime
-
Gets the variable names associated with destination images.
- getDestVar() - Method in class SetDestValue
-
- getDimension() - Method in class CoordinateSequence2D
-
Gets the dimension of points stored by this CoordinateSequence2D
.
- getDimension() - Method in class Position
-
- getDomainElements() - Method in class LinearColorMap
-
- getElements(float, float, float, float, int, int, int, float[], float[], Rectangle, ROI, Range, float) - Method in interface ImageFunctionJAIEXT
-
Returns all values of a given element for a specified set of coordinates.
- getElements(double, double, double, double, int, int, int, double[], double[], Rectangle, ROI, Range, float) - Method in interface ImageFunctionJAIEXT
-
Returns all values of a given element for a specified set of coordinates.
- getElements(float, float, float, float, int, int, int, float[], float[]) - Method in class ImageFunctionJAIEXTWrapper
-
- getElements(double, double, double, double, int, int, int, double[], double[]) - Method in class ImageFunctionJAIEXTWrapper
-
- getElements(float, float, float, float, int, int, int, float[], float[], Rectangle, ROI, Range, float) - Method in class ImageFunctionJAIEXTWrapper
-
- getElements(double, double, double, double, int, int, int, double[], double[], Rectangle, ROI, Range, float) - Method in class ImageFunctionJAIEXTWrapper
-
- getElseStatement() - Method in class IfElse
-
- getEnclosingScope() - Method in class SymbolScope
-
Gets the parent scope or null
if this is the
top scope.
- getEquivalenceClass() - Method in class LinearColorMapElement
-
- getEquivalenceClass() - Method in class DefaultDomain1D
-
- getEquivalenceClass() - Method in class DefaultDomainElement1D
-
- getEquivalenceClass() - Method in class DefaultLinearPiecewiseTransform1DElement
-
- getEquivalenceClass() - Method in class DefaultPiecewiseTransform1D
-
- getEquivalenceClass() - Method in class DefaultPiecewiseTransform1DElement
-
- getError() - Method in exception NodeException
-
- getExpr() - Method in class ParenExpression
-
- getExpr() - Method in class SetDestValue
-
- getExpr() - Method in class SimpleStatement
-
- getExpression() - Method in class ListAppend
-
- getFactor() - Method in enum ShadedReliefAlgorithm
-
- getFactory(String, String) - Method in class ConcurrentOperationRegistry
-
- getFactory() - Method in class ConcurrentOperationRegistry.OperationItem
-
- getFactoryIterator(String, String) - Method in class ConcurrentOperationRegistry
-
- getFactoryPreferences(String, String, String) - Method in class ConcurrentOperationRegistry
-
- getFileFromClasspath(String) - Static method in class PropertyUtil
-
- getFileFromClasspath(String) - Static method in class PropertyUtil
-
- getFormat() - Method in enum BinaryExpression.Operator
-
- getGeneratedPropertyNames(String, String) - Method in class ConcurrentOperationRegistry
-
- getGeometry() - Method in class LiteShape
-
- getGlobals() - Method in class Script
-
- getGrammarFileName() - Method in class JiffleLexer
-
- getGrammarFileName() - Method in class JiffleParser
-
- getHeight() - Method in class AbstractJiffleRuntime
-
Gets the height of the processing area.
- getHeight() - Method in interface JiffleRuntime
-
Gets the height of the processing area.
- getHigh() - Method in class LoopInRange
-
- getHtml() - Method in class HTMLBuilder
-
- getIfStatement() - Method in class IfElse
-
- getIHSColorSpaceJAIEXT() - Static method in class ColorSpaceJAIExt
-
- getImage() - Method in class ConvolveOpImage
-
This method provides a lazy initialization of the image associated to the ROI.
- getImage(String) - Method in class JiffleBuilder
-
Get an image associated with a script variable name.
- getImage() - Method in class ImageMosaicBean
-
- getImageCoords(Point, Point) - Method in class SimpleImagePane
-
Converts a window position into the corresponding image position.
- getImageKey() - Method in class CachedTileImpl
-
Returns the key associate to the tile owner
- getImageParams() - Method in class Jiffle
-
Gets the current image parameters.
- getImages() - Method in class JiffleExecutorResult
-
Gets source and/or destination images that were used.
- getIndex() - Method in class Band
-
- getInfo(String, JiffleType...) - Static method in class FunctionLookup
-
Gets the info for a function.
- getInits() - Method in class GlobalVars
-
- getInputMaximum() - Method in class DefaultDomainElement1D
-
Retrieves the upper bound of the range where this
DomainElement1D
is defined.
- getInputMinimum() - Method in class DefaultDomainElement1D
-
Retrieves the lower bound of the range where this
DomainElement1D
is defined.
- getInstance() - Static method in class IHSColorSpaceJAIExt
-
Retrieves the unique instance of this class the construction of which is deferred until the first invocation of this method.
- getInvalidRegion(String, ParameterBlock, RenderingHints, ParameterBlock, RenderingHints, OperationNode) - Method in class 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 NullDescriptor
-
Calculates the region over which two distinct renderings of the "Null" operation may be expected to differ.
- getJAIExtName(String) - Static method in class JAIExt
-
Utility method for substituting the JAI operation names with the JAI-EXT ones
- getJAIEXTOperations() - Static method in class JAIExt
-
Get a List of the available JAI-EXT operations
- getJAINames(String) - Static method in class JAIExt
-
Utility method for substituting the JAIExt operation name with the related JAI one/ones
- getJAIOperations() - Static method in class JAIExt
-
Get a List of the available JAI operations
- getJiffleName() - Method in class FunctionInfo
-
Gets the name of the function used in Jiffle scripts.
- getKey() - Method in class CachedTileImpl
-
Returns the key associated to the tile.
- getLeft() - Method in class BinaryExpression
-
- getListLiteral() - Method in class LoopInLiteralList
-
- getListVariable() - Method in class LoopInVariable
-
- getLookupItem(T) - Method in class RangeLookupTable
-
Finds the LookupItem containing the given source value.
- getLoopVariable() - Method in class LoopInLiteralList
-
- getLoopVariable() - Method in class LoopInRange
-
- getLoopVariable() - Method in class LoopInVariable
-
- getLow() - Method in class LoopInRange
-
- getMain() - Method in class DefaultDomain1D
-
- getMax() - Method in class Range
-
Returns the maximum bound of the Range
- getMax(boolean) - Method in class Range
-
Returns the maximum bound of the Range or the nearest one if not included
- getMax() - Method in class RangeByte
-
- getMax(boolean) - Method in class RangeByte
-
- getMax() - Method in class RangeDouble
-
- getMax(boolean) - Method in class RangeDouble
-
- getMax() - Method in class RangeFloat
-
- getMax(boolean) - Method in class RangeFloat
-
- getMax() - Method in class RangeInt
-
- getMax(boolean) - Method in class RangeInt
-
- getMax() - Method in class RangeLong
-
- getMax(boolean) - Method in class RangeLong
-
- getMax() - Method in class RangeShort
-
- getMax(boolean) - Method in class RangeShort
-
- getMax() - Method in class RangeUshort
-
- getMax(boolean) - Method in class RangeUshort
-
- getMaximumSize() - Method in class DisplayHistogram
-
This method informs the maximum size of this component, which will be the same as the preferred size.
- getMaxX() - Method in class AbstractJiffleRuntime
-
Gets the max X ordinate of the processing area.
- getMaxX() - Method in interface JiffleRuntime
-
Gets the max X ordinate of the processing area.
- getMaxY() - Method in class AbstractJiffleRuntime
-
Gets the max Y ordinate of the processing area.
- getMaxY() - Method in interface JiffleRuntime
-
Gets the max Y ordinate of the processing area.
- getMemoryCapacity() - Method in class ConcurrentTileCache
-
Retrieve the cache memory capacity
- getMemoryCapacity() - Method in class ConcurrentTileCacheMultiMap
-
Retrieve the cache memory capacity
- getMemoryThreshold() - Method in class ConcurrentTileCache
-
Retrieve the cache memory threshold
- getMemoryThreshold() - Method in class ConcurrentTileCacheMultiMap
-
Retrieve the cache memory threshold
- getMessages() - Method in class Messages
-
- getMin() - Method in class Range
-
Returns the minimum bound of the Range
- getMin(boolean) - Method in class Range
-
Returns the minimum bound of the Range or the nearest one if not included
- getMin(boolean) - Method in class RangeByte
-
- getMin() - Method in class RangeByte
-
- getMin() - Method in class RangeDouble
-
- getMin(boolean) - Method in class RangeDouble
-
- getMin() - Method in class RangeFloat
-
- getMin(boolean) - Method in class RangeFloat
-
- getMin() - Method in class RangeInt
-
- getMin(boolean) - Method in class RangeInt
-
- getMin() - Method in class RangeLong
-
- getMin(boolean) - Method in class RangeLong
-
- getMin() - Method in class RangeShort
-
- getMin(boolean) - Method in class RangeShort
-
- getMin() - Method in class RangeUshort
-
- getMin(boolean) - Method in class RangeUshort
-
- getMinimums() - Method in class DefaultDomain1D
-
- getMinimumSize() - Method in class DisplayHistogram
-
This method informs the minimum size of this component, which will be the same as the preferred size.
- getMinX() - Method in class AbstractJiffleRuntime
-
Gets the min X ordinate of the processing area.
- getMinX() - Method in interface JiffleRuntime
-
Gets the min X ordinate of the processing area.
- getMinY() - Method in class AbstractJiffleRuntime
-
Gets the min Y ordinate of the processing area.
- getMinY() - Method in interface JiffleRuntime
-
Gets the min Y ordinate of the processing area.
- getMlibFactory() - Method in class ConcurrentOperationRegistry.OperationItem
-
- getModeNames() - Method in class JiffleLexer
-
- getName() - Method in class LinearColorMap
-
- getName() - Method in class ConcurrentOperationRegistry.OperationItem
-
- getName() - Method in class Jiffle
-
Gets the name assigned to this object.
- getName() - Method in class Variable
-
- getName() - Method in class Symbol
-
Gets the name.
- getName() - Method in class SymbolScope
-
Gets the name of this scope instance.
- getName() - Method in class DefaultDomain1D
-
- getName() - Method in class DefaultDomainElement1D
-
- getName() - Method in interface Domain1D
-
Returns the name of this object.
- getName() - Method in interface DomainElement1D
-
Returns the domain element name.
- getNames() - Static method in class OptionLookup
-
Gets the names known to the lookup service.
- getNoDataRange() - Method in class InterpolationBicubic
-
- getNoDataRange() - Method in class InterpolationBilinear
-
- getNoDataRange() - Method in class InterpolationNearest
-
- getNoDataRange() - Method in interface InterpolationNoData
-
Return NoData Range associated to the Interpolation object, if present.
- getNullValue() - Method in enum AlgebraDescriptor.Operator
-
- getNumArgs() - Method in class FunctionInfo
-
Gets the number of arguments used by the function.
- getNumBands() - Method in class LookupTableWrapper
-
- getNumClass() - Method in class ZoneGeometry
-
Utility method indicating the number of classes
- getNumElements() - Method in class ImageFunctionJAIEXTWrapper
-
- getNumPixels() - Method in class AbstractJiffleRuntime
-
- getNumPixels() - Method in interface JiffleRuntime
-
Gets the total number of pixels in the processing area.
- getNumSamples() - Method in class Extrema
-
- getNumSamples() - Method in class HistogramMode
-
- getNumSamples() - Method in class Max
-
- getNumSamples() - Method in class MeanSum
-
- getNumSamples() - Method in class Median
-
- getNumSamples() - Method in class Min
-
- getNumSamples() - Method in class Statistics
-
This method returns the number of samples calculated
- getNumSamples() - Method in class VarianceStd
-
- getNumSources() - Method in class JiffleDescriptor
-
- getOffset() - Method in class DefaultLinearPiecewiseTransform1DElement
-
- getOffset() - Method in class SingleDimensionTransformation
-
- getOp() - Method in class ConcurrentOperationRegistry.OperationItem
-
- getOp() - Method in class BinaryExpression
-
- getOp() - Method in class PostfixUnaryExpression
-
- getOp() - Method in class PrefixUnaryExpression
-
- getOperationMap(boolean) - Method in class ConcurrentOperationRegistry
-
- getOperationName(String) - Static method in class JAIExt
-
Utility method for substituting the JAI operation names with the JAI-EXT ones, if they are present
- getOperations() - Method in class ConcurrentOperationRegistry
-
Returns a
Collection
object containing a view of the
OperationCollection
inside the registry.
- getOperations() - Static method in class JAIExt
-
Gets a List of all the operations currently registered.
- getOptions() - Method in class Script
-
- getOrderedFactoryList(String, String, String) - Method in class ConcurrentOperationRegistry
-
- getOrderedProductList(String, String) - Method in class ConcurrentOperationRegistry
-
- getOrdinate(int, int) - Method in class CoordinateSequence2D
-
Returns the ordinate of a coordinate in this sequence.
- getOrdinatePosition() - Method in class Position
-
- getOrElse(ParseTree, T) - Method in class PropertyWorker
-
- getOutputMaximum() - Method in class DefaultLinearPiecewiseTransform1DElement
-
- getOutputMinimum() - Method in class DefaultLinearPiecewiseTransform1DElement
-
- getOutputRange() - Method in class DefaultLinearPiecewiseTransform1DElement
-
- getOwner() - Method in class CachedTileImpl
-
Returns the owner of the cached tile.
- getPackedColor(int) - Method in class PackedHistogram
-
- getPaneCoords(Point, Point) - Method in class SimpleImagePane
-
Converts an image position into the corresponding window position.
- getParamMaxValue(int) - Method in class FormatDescriptor
-
Returns the maximum legal value of a specified numeric parameter for this operation.
- getParamMinValue(int) - Method in class FormatDescriptor
-
Returns the minimum legal value of a specified numeric parameter for this operation.
- getParamMinValue(int) - Method in class Scale2Descriptor
-
Returns the minimum legal value of a specified numeric parameter
for this operation.
- getParamMinValue(int) - Method in class ScaleDescriptor
-
Returns the minimum legal value of a specified numeric parameter
for this operation.
- getPathIterator(AffineTransform) - Method in class LiteShape
-
Returns an iterator object that iterates along the Shape
boundary and provides access to the geometry of the Shape
outline.
- getPathIterator(AffineTransform, double) - Method in class LiteShape
-
Returns an iterator object that iterates along the Shape
boundary and provides access to a flattened view of the
Shape
outline geometry.
- getPixel(int, int, int[]) - Method in class RandomIterFallbackLocal
-
- getPixel(int, int, float[]) - Method in class RandomIterFallbackLocal
-
- getPixel(int, int, double[]) - Method in class RandomIterFallbackLocal
-
- getPixel(int, int, int[]) - Method in class RandomIterFallbackByte
-
- getPixel(int, int, float[]) - Method in class RandomIterFallbackByte
-
- getPixel(int, int, double[]) - Method in class RandomIterFallbackByte
-
- getPixel(int, int, int[]) - Method in class RandomIterFallbackByteNoCache
-
- getPixel(int, int, float[]) - Method in class RandomIterFallbackByteNoCache
-
- getPixel(int, int, double[]) - Method in class RandomIterFallbackByteNoCache
-
- getPixel(int, int, int[]) - Method in class RandomIterFallbackInt
-
- getPixel(int, int, float[]) - Method in class RandomIterFallbackInt
-
- getPixel(int, int, double[]) - Method in class RandomIterFallbackInt
-
- getPixel(int, int, int[]) - Method in class RandomIterFallbackIntNoCache
-
- getPixel(int, int, float[]) - Method in class RandomIterFallbackIntNoCache
-
- getPixel(int, int, double[]) - Method in class RandomIterFallbackIntNoCache
-
- getPixel(int, int, int[]) - Method in class RandomIterFallbackLarge
-
- getPixel(int, int, float[]) - Method in class RandomIterFallbackLarge
-
- getPixel(int, int, double[]) - Method in class RandomIterFallbackLarge
-
- getPixel(int, int, int[]) - Method in class RandomIterFallbackNoCacheNoArray
-
- getPixel(int, int, float[]) - Method in class RandomIterFallbackNoCacheNoArray
-
- getPixel(int, int, double[]) - Method in class RandomIterFallbackNoCacheNoArray
-
- getPixel(int, int, int[]) - Method in class RandomIterFallbackShort
-
- getPixel(int, int, float[]) - Method in class RandomIterFallbackShort
-
- getPixel(int, int, double[]) - Method in class RandomIterFallbackShort
-
- getPixel(int, int, int[]) - Method in class RandomIterFallbackShortNoCache
-
- getPixel(int, int, float[]) - Method in class RandomIterFallbackShortNoCache
-
- getPixel(int, int, double[]) - Method in class RandomIterFallbackShortNoCache
-
- getPixel() - Method in class ImagePos
-
- getPollingInterval() - Method in class JiffleExecutor
-
Gets the interval in milliseconds for polling task completion.
- getPos() - Method in class GetSourceValue
-
The image position being read
- getPositions() - Method in class SourcePositionsWorker
-
Returns all the unique read calls found in the source
- getPreferredSize() - Method in class DisplayHistogram
-
This method informs the preferred size of this component, which will be constant.
- getProductPreferences(String, String) - Method in class ConcurrentOperationRegistry
-
- getProperties() - Method in class PropertyWorker
-
- getProperties() - Method in class NullOpImage
-
Returns the properties from the source image.
- getProperty(String) - Method in class 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 StatisticsOpImage
-
Get the specified property.
- getProperty(String) - Method in class ZonalStatsOpImage
-
Get the specified property.
- getPropertyClass(String) - Method in class NullOpImage
-
Returns the class of the specified property from the source image.
- getPropertyGenerators() - Method in class AffineDescriptor
-
Returns an array of PropertyGenerators
implementing
property inheritance for the "Affine" operation.
- getPropertyGenerators() - Method in class ConvolveDescriptor
-
Returns an array of PropertyGenerators
implementing property inheritance for the "Convolve" operation.
- getPropertyGenerators() - Method in class ImageFunctionDescriptor
-
Returns an array of PropertyGenerators
implementing property inheritance for the "ImageFunction" operation.
- getPropertyGenerators() - Method in class LookupDescriptor
-
Returns an array of PropertyGenerators
implementing property inheritance for the "Lookup" operation
- getPropertyGenerators() - Method in class RescaleDescriptor
-
Returns an array of PropertyGenerators
implementing property inheritance for the "Rescale" operation
- getPropertyGenerators() - Method in class Scale2Descriptor
-
Returns an array of PropertyGenerators
implementing
property inheritance for the "Scale" operation.
- getPropertyGenerators() - Method in class ScaleDescriptor
-
Returns an array of PropertyGenerators
implementing
property inheritance for the "Scale" operation.
- getPropertyGenerators() - Method in class ShadedReliefDescriptor
-
Returns an array of PropertyGenerators
implementing property inheritance for the
"ShadedRelief" operation.
- getPropertyGenerators() - Method in class StatisticsDescriptor
-
Returns an array of PropertyGenerators
implementing property inheritance for the "Stats" operation
- getPropertyGenerators() - Method in class TranslateDescriptor
-
Returns an array of PropertyGenerators
implementing
property inheritance for the "Translate" operation
- getPropertyGenerators() - Method in class WarpDescriptor
-
Returns an array of PropertyGenerators
implementing property inheritance for the "Warp" operation.
- getPropertyNames(String[], String) - Static method in class PropertyUtil
-
Utility method to search the full list of property names for
matches.
- getPropertyNames() - Method in class NullOpImage
-
Returns the property names from the source image or null
if no property names are recognized.
- getPropertyNames(String) - Method in class 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 StatisticsOpImage
-
Returns a list of property names that are recognized by this image.
- getPropertyNames(String[], String) - Static method in class PropertyUtil
-
Utility method to search the full list of property names for
matches.
- getPropertyNames() - Method in class ZonalStatsOpImage
-
Returns a list of property names that are recognized by this image.
- getPropertySource(String, String, Object, Vector) - Method in class ConcurrentOperationRegistry
-
- getPropertySource(OperationNode) - Method in class ConcurrentOperationRegistry
-
- getRandomIterator(PlanarImage, BorderExtender) - Method in class WarpOpImage
-
Returns a RandomIterator on the input image.
- getRandomIterator(PlanarImage, int, int, int, int, BorderExtender) - Method in class WarpOpImage
-
Returns a RandomIterator on the input image.
- getRange() - Method in class DefaultDomainElement1D
-
This method retrieves the input range.
- getRange() - Method in interface DomainElement1D
-
- getRange() - Method in class LookupItem
-
Gets the source value lookup range.
- getRanges() - Method in class ZoneGeometry
-
- getRasterFormatTag() - Method in class ImageMosaicBean
-
- getReadPositions(String, List<String>) - Static method in class Jiffle
-
A utility method returning the source positions used in a given script
- getRegistry() - Static method in class JAIExt
-
- getRegistryModes() - Method in class ConcurrentOperationRegistry
-
- getRelatedViewer() - Method in class ImageViewer
-
- getRenderers() - Static method in class HTMLRenderers
-
- getResult() - Method in class JiffleEvent
-
Gets the task result.
- getResult() - Method in class Extrema
-
- getResult() - Method in class HistogramMode
-
- getResult() - Method in class Max
-
- getResult() - Method in class MeanSum
-
- getResult() - Method in class Median
-
- getResult() - Method in class Min
-
- getResult() - Method in class Statistics
-
This method returns the statistic result
- getResult() - Method in class VarianceStd
-
- getReturnType() - Method in class FunctionInfo
-
Gets the function return type.
- getReturnType(String) - Static method in class FunctionLookup
-
Searches for a function with a script name that matches jiffleName
and gets its return type.
- getRight() - Method in class BinaryExpression
-
- getRoi() - Method in class ImageMosaicBean
-
- getROI() - Method in class ZoneGeometry
-
Utility method for finding the zone associated geometry.
- getRoiImage() - Method in class ImageMosaicBean
-
- getRuleIndex() - Method in class JiffleParser.ArgumentListContext
-
- getRuleIndex() - Method in class JiffleParser.AssignmentContext
-
- getRuleIndex() - Method in class JiffleParser.AtomContext
-
- getRuleIndex() - Method in class JiffleParser.BandSpecifierContext
-
- getRuleIndex() - Method in class JiffleParser.BlockContext
-
- getRuleIndex() - Method in class JiffleParser.BodyContext
-
- getRuleIndex() - Method in class JiffleParser.ConCallContext
-
- getRuleIndex() - Method in class JiffleParser.ExpressionContext
-
- getRuleIndex() - Method in class JiffleParser.ExpressionListContext
-
- getRuleIndex() - Method in class JiffleParser.IdentifiedAtomContext
-
- getRuleIndex() - Method in class JiffleParser.ImagePosContext
-
- getRuleIndex() - Method in class JiffleParser.ImagesBlockContext
-
- getRuleIndex() - Method in class JiffleParser.ImageVarDeclarationContext
-
- getRuleIndex() - Method in class JiffleParser.InitBlockContext
-
- getRuleIndex() - Method in class JiffleParser.ListLiteralContext
-
- getRuleIndex() - Method in class JiffleParser.LiteralContext
-
- getRuleIndex() - Method in class JiffleParser.LoopSetContext
-
- getRuleIndex() - Method in class JiffleParser.OptionContext
-
- getRuleIndex() - Method in class JiffleParser.OptionsBlockContext
-
- getRuleIndex() - Method in class JiffleParser.OptionValueContext
-
- getRuleIndex() - Method in class JiffleParser.ParenExpressionContext
-
- getRuleIndex() - Method in class JiffleParser.PixelPosContext
-
- getRuleIndex() - Method in class JiffleParser.PixelSpecifierContext
-
- getRuleIndex() - Method in class JiffleParser.RangeContext
-
- getRuleIndex() - Method in class JiffleParser.RoleContext
-
- getRuleIndex() - Method in class JiffleParser.ScriptContext
-
- getRuleIndex() - Method in class JiffleParser.SpecialBlockContext
-
- getRuleIndex() - Method in class JiffleParser.StatementContext
-
- getRuleIndex() - Method in class JiffleParser.VarDeclarationContext
-
- getRuleNames() - Method in class JiffleLexer
-
- getRuleNames() - Method in class JiffleParser
-
- getRuntime() - Method in class JiffleBuilder
-
Creates a runtime object for the currently set script and images.
- getRuntime() - Method in class JiffleExecutorResult
-
- getRuntimeClass() - Method in enum Jiffle.RuntimeModel
-
Gets the runtime interface.
- getRuntimeExpr(String, JiffleType...) - Static method in class FunctionLookup
-
Gets the runtime source for the function.
- getRuntimeInstance() - Method in class Jiffle
-
Creates an instance of the default runtime class.
- getRuntimeInstance(Jiffle.RuntimeModel) - Method in class Jiffle
-
Creates a runtime object based using the class specified by model
.
- getRuntimeInstance(Class<T>) - Method in class Jiffle
-
Gets the runtime object for this script.
- getRuntimeModel() - Method in class SourceWriter
-
- getRuntimeName() - Method in class FunctionInfo
-
Gets the Java source for the function provider and name used in the
runtime class.
- getRuntimeName() - Method in class FunctionCall
-
- GetRuntimeSource - Class in it.geosolutions.jaiext.jiffle.docs
-
- GetRuntimeSource() - Constructor for class GetRuntimeSource
-
- getRuntimeSource(boolean) - Method in class Jiffle
-
Gets a copy of the Java source for the runtime class.
- getRuntimeSource(Jiffle.RuntimeModel, boolean) - Method in class Jiffle
-
Gets a copy of the Java source for the runtime class.
- getRuntimeSource() - Method in class JiffleBuilder
-
Gets the Java run-time class code generated from the compiled script.
- getSample(int, int, int) - Method in class RandomIterFallbackLocal
-
- getSample(int, int, int) - Method in class RandomIterFallbackByte
-
- getSample(int, int, int) - Method in class RandomIterFallbackByteNoCache
-
- getSample(int, int, int) - Method in class RandomIterFallbackInt
-
- getSample(int, int, int) - Method in class RandomIterFallbackIntNoCache
-
- getSample(int, int, int) - Method in class RandomIterFallbackLarge
-
- getSample(int, int, int) - Method in class RandomIterFallbackNoCacheNoArray
-
- getSample(int, int, int) - Method in class RandomIterFallbackShort
-
- getSample(int, int, int) - Method in class RandomIterFallbackShortNoCache
-
- getSampleDouble(int, int, int) - Method in class RandomIterFallbackLocal
-
- getSampleDouble(int, int, int) - Method in class RandomIterFallbackByte
-
- getSampleDouble(int, int, int) - Method in class RandomIterFallbackByteNoCache
-
- getSampleDouble(int, int, int) - Method in class RandomIterFallbackInt
-
- getSampleDouble(int, int, int) - Method in class RandomIterFallbackIntNoCache
-
- getSampleDouble(int, int, int) - Method in class RandomIterFallbackLarge
-
- getSampleDouble(int, int, int) - Method in class RandomIterFallbackNoCacheNoArray
-
- getSampleDouble(int, int, int) - Method in class RandomIterFallbackShort
-
- getSampleDouble(int, int, int) - Method in class RandomIterFallbackShortNoCache
-
- getSampleFloat(int, int, int) - Method in class RandomIterFallbackLocal
-
- getSampleFloat(int, int, int) - Method in class RandomIterFallbackByte
-
- getSampleFloat(int, int, int) - Method in class RandomIterFallbackByteNoCache
-
- getSampleFloat(int, int, int) - Method in class RandomIterFallbackInt
-
- getSampleFloat(int, int, int) - Method in class RandomIterFallbackIntNoCache
-
- getSampleFloat(int, int, int) - Method in class RandomIterFallbackLarge
-
- getSampleFloat(int, int, int) - Method in class RandomIterFallbackNoCacheNoArray
-
- getSampleFloat(int, int, int) - Method in class RandomIterFallbackShort
-
- getSampleFloat(int, int, int) - Method in class RandomIterFallbackShortNoCache
-
- getSampleModel(int, int) - Method in interface ColorMapTransform
-
- getSampleModel(int, int) - Method in class LinearColorMap
-
- getScale() - Method in class DefaultLinearPiecewiseTransform1DElement
-
- getScale() - Method in class SingleDimensionTransformation
-
- getScope(ParseTree) - Method in class RuntimeModelWorker
-
- getScope(ParseTree) - Method in class SourcePositionsWorker
-
- getScopes() - Method in class ExpressionWorker
-
Gets the scope annotations, which may have been modified when
this worker walked the parse tree.
- getScript(ImageChoice) - Static method in class JiffleDemoHelper
-
Gets an example script.
- getScript() - Method in class Jiffle
-
Gets the Jiffle script.
- getScript() - Method in class SourceWriter
-
- getScriptFile(String[], ImageChoice) - Static method in class JiffleDemoHelper
-
Gets a file specified in the command line args, or the default
example image if no name is supplied.
- getScriptNode() - Method in class RuntimeModelWorker
-
- getSerializedATN() - Method in class JiffleLexer
-
- getSerializedATN() - Method in class JiffleParser
-
- getShift() - Method in class PackedHistogram
-
- getSource() - Method in class SourceWriter
-
Returns the source code built so far
- getSourceDimensions() - Method in class LinearColorMap
-
- getSourceDimensions() - Method in class DefaultPassthroughPiecewiseTransform1DElement
-
- getSourceDimensions() - Method in class DefaultPiecewiseTransform1D
-
Gets the dimension of input points, which is 1.
- getSourceDimensions() - Method in class DefaultPiecewiseTransform1DElement
-
Returns the input transformation dimensions
- getSourceDimensions() - Method in interface MathTransformation
-
Returns the input transformation dimensions
- getSourceDimensions() - Method in class SingleDimensionTransformation
-
- getSourceFromJiffleBuilder(String) - Method in class GetRuntimeSource
-
- getSourceFromJiffleObject(String) - Method in class GetRuntimeSource
-
- getSourceImages() - Method in class Script
-
- getSourcelessImage() - Static method in class 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 ImageMosaicBean
-
- GetSourceValue - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- GetSourceValue(String, ImagePos) - Constructor for class GetSourceValue
-
- getSourceVarNames() - Method in class AbstractJiffleRuntime
-
Gets the variable names associated with source images.
- getSourceVarNames() - Method in interface JiffleRuntime
-
Gets the variable names associated with source images.
- getStatement() - Method in class LoopInLiteralList
-
- getStatement() - Method in class LoopInRange
-
- getStatement() - Method in class LoopInVariable
-
- getStatement() - Method in class Until
-
- getStatement() - Method in class While
-
- getStatsId() - Method in enum Statistics.StatsType
-
- getStatsPerBand(int) - Method in class ZoneGeometry
-
Utility method for having all the zone-class statistics for a selected band.
- getStatsPerBandNoClassifier(int, Range) - Method in class ZoneGeometry
-
Utility method for having the Statistics of a specific band if no classifier is used
- getStatsPerBandNoClassifierNoRange(int) - Method in class 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 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 ZoneGeometry
-
Utility method for having all the zone-class statistics for a selected band.
- getStatsPerBandPerClassPerRange(int, int, Range) - Method in class ZoneGeometry
-
Utility method for having the Statistics of a specific band inside a specific zone class and a specific Range
- getStatsType() - Method in class Statistics
-
This method returns the statistical type of the object instance
- getStmts() - Method in class Script
-
- getStmts() - Method in class StatementList
-
- getString(String) - Static method in class JaiI18N
-
- getString(String, String) - Static method in class PropertyUtil
-
- getString(String, String) - Static method in class PropertyUtil
-
- getTargetDimensions() - Method in class LinearColorMap
-
- getTargetDimensions() - Method in class DefaultPassthroughPiecewiseTransform1DElement
-
- getTargetDimensions() - Method in class DefaultPiecewiseTransform1D
-
Gets the dimension of output points, which is 1.
- getTargetDimensions() - Method in class DefaultPiecewiseTransform1DElement
-
Returns the output transformation dimensions
- getTargetDimensions() - Method in interface MathTransformation
-
Returns the output transformation dimensions
- getTargetDimensions() - Method in class SingleDimensionTransformation
-
- getTaskID() - Method in class JiffleExecutorResult
-
Gets the task ID assigned by the executor.
- getThreshold() - Method in class ROIGeometry
-
- getTile() - Method in class CachedTileImpl
-
Returns the value of the cached tile.
- getTile(RenderedImage, int, int) - Method in class ConcurrentTileCache
-
Retrieves the selected tile from the cache
- getTile(RenderedImage, int, int) - Method in class ConcurrentTileCacheMultiMap
-
Retrieves the selected tile from the cache
- getTile(int, int) - Method in class BandSelectOpImage
-
- getTile(int, int) - Method in class BufferedImageAdapter
-
- getTile(int, int) - Method in class CropOpImage
-
Returns a tile.
- getTile(int, int) - Method in class TranslateIntOpImage
-
Get a tile.
- getTileCacheMetric() - Method in class CachedTileImpl
-
Returns the tileCacheMetric object
- getTileCapacity() - Method in class ConcurrentTileCache
-
Not Supported
- getTileCapacity() - Method in class ConcurrentTileCacheMultiMap
-
Not Supported
- getTileComparator() - Method in class ConcurrentTileCache
-
Not Supported
- getTileComparator() - Method in class ConcurrentTileCacheMultiMap
-
Not Supported
- getTileRaster(int, int) - Method in class VectorBinarizeOpImage
-
Gets the data for the requested tile.
- getTiles(RenderedImage) - Method in class ConcurrentTileCache
-
Retrieves an array of all tiles in the cache which are owned by the image.
- getTiles(RenderedImage, Point[]) - Method in class 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 ConcurrentTileCacheMultiMap
-
Retrieves an array of all tiles in the cache which are owned by the image.
- getTiles(RenderedImage, Point[]) - Method in class 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 StatisticsOpImage
-
Computes and returns all tiles in the image.
- getTiles() - Method in class ZonalStatsOpImage
-
Computes and returns all tiles in the image.
- getTileSize() - Method in class CachedTileImpl
-
Returns the tile memory size
- getTileTimeStamp() - Method in class CachedTileImpl
-
Returns the current time stamp
- getTokenNames() - Method in class JiffleLexer
-
Deprecated.
- getTokenNames() - Method in class JiffleParser
-
Deprecated.
- getTotalStats() - Method in class ZoneGeometry
-
Utility method for having all ZoneGeometry statistics.
- getTransferType(int) - Static method in class ColorMapUtilities
-
- getTransform(AffineTransform) - Static method in enum ExtendedBandMergeOpImage.Transform
-
- getTransform(String) - Method in class AbstractJiffleRuntime
-
Gets the coordinate transform to use with the image represented by
imageVarName
.
- getTransform(Rectangle2D, Rectangle) - Static method in class CoordinateTransforms
-
Gets the transform which converts from worldBounds
to imageBounds
.
- getTransform(Rectangle2D, Rectangle, boolean, boolean) - Static method in class CoordinateTransforms
-
Gets the transform which converts from worldBounds
to imageBounds
.
- getTransform() - Method in class DefaultPiecewiseTransform1DElement
-
- getType() - Method in enum AlgebraDescriptor.Operator
-
- getType() - Method in class Expression
-
- getType() - Method in class GetSourceValue
-
- getType() - Method in class Symbol
-
Gets the type.
- getUpdateInterval() - Method in class AbstractProgressListener
-
Gets the update interval.
- getUpdateInterval() - Method in interface JiffleProgressListener
-
Called by the runtime object before processing begins to get
the update interval as number of destination image pixels.
- getUpdateInterval() - Method in class NullProgressListener
-
Gets the update interval.
- getUseROIAccessor() - Method in class InterpolationBicubic
-
- getUseROIAccessor() - Method in class InterpolationBilinear
-
- getUseROIAccessor() - Method in class InterpolationNearest
-
- getUseROIAccessor() - Method in interface InterpolationNoData
-
Gets the useROIAccessor value associated to the Interpolation Object
- getValue(String) - Static method in class ConstantLookup
-
Gets the value of a named constant.
- getValue() - Method in class ScalarLiteral
-
- getValue() - Method in class LookupItem
-
Gets the destination value.
- getValue(double[], ShadedReliefAlgorithm.ShadedReliefParameters) - Method in enum ShadedReliefAlgorithm
-
Compute the shaded Relief value
- getVar() - Method in class ListAppend
-
- getVar(String) - Method in class AbstractJiffleRuntime
-
Returns the value of a variable that was declared in the
script's init block.
- getVar(String) - Method in interface JiffleRuntime
-
Returns the value of a variable that was declared in the
script's init block.
- getVariableField(String) - Method in class AbstractJiffleRuntime
-
- getVarName() - Method in class GetSourceValue
-
The variable name
- getVarNames() - Method in class AbstractJiffleRuntime
-
- getVarNames() - Method in interface JiffleRuntime
-
- getVendor() - Method in class ConcurrentOperationRegistry.OperationItem
-
- getVocabulary() - Method in class JiffleLexer
-
- getVocabulary() - Method in class JiffleParser
-
- getWidth() - Method in class AbstractJiffleRuntime
-
Gets the width of the processing area.
- getWidth() - Method in interface JiffleRuntime
-
Gets the width of the processing area.
- getWindingRule() - Method in class EmptyIterator
-
- getWindingRule() - Method in class GeomCollectionIterator
-
Returns the winding rule for determining the interior of the path.
- getWindingRule() - Method in class LineIterator
-
Returns the winding rule for determining the interior of the path.
- getWindingRule() - Method in class PackedLineIterator
-
Returns the winding rule for determining the interior of the path.
- getWindingRule() - Method in class PointIterator
-
Return the winding rule for determining the interior of the path.
- getWindingRule() - Method in class PolygonIterator
-
Return the winding rule for determining the interior of the path.
- getX() - Method in class Pixel
-
- getX(int) - Method in class CoordinateSequence2D
- getX(double[]) - Method in enum ShadedReliefAlgorithm
-
- getXRes() - Method in class AbstractJiffleRuntime
-
Gets the pixel width (resolution in X direction) in world units.
- getXRes() - Method in interface JiffleRuntime
-
Gets the pixel width (resolution in X direction) in world units.
- getY() - Method in class Pixel
-
- getY(int) - Method in class CoordinateSequence2D
- getY(double[]) - Method in enum ShadedReliefAlgorithm
-
- getYRes() - Method in class AbstractJiffleRuntime
-
Gets the pixel height (resolution in Y direction) in world units.
- getYRes() - Method in interface JiffleRuntime
-
Gets the pixel height (resolution in Y direction) in world units.
- GlobalScope - Class in it.geosolutions.jaiext.jiffle.parser
-
The top level symbol scope.
- GlobalScope() - Constructor for class GlobalScope
-
- GlobalVars - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- GlobalVars() - Constructor for class GlobalVars
-
Creates an empty instance.
- GlobalVars(List<BinaryExpression>) - Constructor for class GlobalVars
-
Creates an instance containing the given variables and optional
initial values.
- GRAY_EXPANSION_MASK - Static variable in class RasterAccessorExt
-
The bits of a FormatTag associated with the gray expansion.
- GRAY_SCALE - Static variable in class RasterAccessorExt
-
Flag indicating the gray bands should be rescaled to the target type
- GRAY_TO_RGB - Static variable in class RasterAccessorExt
-
Flag indicating the gray bands should be expanded to RGB
- green(int) - Static method in class ColorUtils
-
Returns the green component of the specified color
- GT - Static variable in class JiffleLexer
-
- GT() - Method in class JiffleParser.CompareExprContext
-
- GT - Static variable in class JiffleParser
-
- GT(double, double) - Method in class JiffleFunctions
-
Tests if x is greater than y.
- ID - Static variable in class JiffleLexer
-
- ID() - Method in class JiffleParser.AssignmentContext
-
- ID() - Method in class JiffleParser.ForeachStmtContext
-
- ID() - Method in class JiffleParser.FunctionCallContext
-
- ID - Static variable in class JiffleParser
-
- ID() - Method in class JiffleParser.ImageCallContext
-
- ID() - Method in class JiffleParser.ImageVarDeclarationContext
-
- ID() - Method in class JiffleParser.ListAppendStmtContext
-
- ID() - Method in class JiffleParser.LoopSetContext
-
- ID() - Method in class JiffleParser.OptionContext
-
- ID() - Method in class JiffleParser.OptionValueContext
-
- ID() - Method in class JiffleParser.VarDeclarationContext
-
- ID() - Method in class JiffleParser.VarIDContext
-
- identifiedAtom() - Method in class JiffleParser.AtomContext
-
- identifiedAtom() - Method in class JiffleParser
-
- IdentifiedAtomContext(ParserRuleContext, int) - Constructor for class JiffleParser.IdentifiedAtomContext
-
- IdentifiedAtomContext() - Constructor for class JiffleParser.IdentifiedAtomContext
-
- identity() - Static method in class CoordinateTransforms
-
Creates an identity transform.
- IDENTITY - Static variable in class SingleDimensionTransformation
-
- IdentityCoordinateTransform - Class in it.geosolutions.jaiext.jiffle.runtime
-
An implementation of CoordinateTransform
which simple converts
input coordinates to integers by rounding.
- IF - Static variable in class JiffleLexer
-
- IF - Static variable in class JiffleParser
-
- IF() - Method in class JiffleParser.IfStmtContext
-
- IfElse - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- IfElse(Expression, Node, Node) - Constructor for class IfElse
-
- IfStmtContext(JiffleParser.StatementContext) - Constructor for class JiffleParser.IfStmtContext
-
- IHSColorSpaceJAIExt - Class in it.geosolutions.jaiext.colorconvert
-
Singleton class representing the IHS (Intensity, Hue, Saturation) color space (also known as HSI or HIS).
- IHSColorSpaceJAIExt() - Constructor for class IHSColorSpaceJAIExt
-
Constructs an instance of this class with type
ColorSpace.TYPE_HSV
, 3 components, and preferred intermediary space
sRGB.
- im - Variable in class RandomIterFallbackByte
-
- im - Variable in class RandomIterFallbackByteNoCache
-
- im - Variable in class RandomIterFallbackInt
-
- im - Variable in class RandomIterFallbackIntNoCache
-
- im - Variable in class RandomIterFallbackLarge
-
- im - Variable in class RandomIterFallbackShort
-
- im - Variable in class RandomIterFallbackShortNoCache
-
- ImageCallContext(JiffleParser.IdentifiedAtomContext) - Constructor for class JiffleParser.ImageCallContext
-
- ImageChoice - Enum in it.geosolutions.jaiext.jiffle.demo
-
Constants to identify Jiffle scripts used to create example
images for JAI-tools demo applications.
- ImageFrame - Class in it.geosolutions.jaiext.swing
-
A simple display widget with an image pane and a status bar that
shows the image location and data value(s) of the mouse cursor.
- ImageFrame(RenderedImage, String) - Constructor for class ImageFrame
-
Constructor to display and draw data from a single image
- ImageFrame(RenderedImage, RenderedImage, String) - Constructor for class ImageFrame
-
Constructor for separate display and data images.
- ImageFunctionDescriptor - Class in it.geosolutions.jaiext.imagefunction
-
An OperationDescriptor
describing the "ImageFunction" operation.
- ImageFunctionDescriptor() - Constructor for class ImageFunctionDescriptor
-
Constructor.
- ImageFunctionJAIEXT - Interface in it.geosolutions.jaiext.imagefunction
-
Extension of the ImageFunction
class for handling NoData and ROI
- ImageFunctionJAIEXTWrapper - Class in it.geosolutions.jaiext.imagefunction
-
Wrapper function used for wrapping
ImageFunction
objects in order to implement
ImageFunctionJAIEXT
interface.
- ImageFunctionJAIEXTWrapper(ImageFunction) - Constructor for class ImageFunctionJAIEXTWrapper
-
- ImageFunctionOpImage - Class in it.geosolutions.jaiext.imagefunction
-
An OpImage class to generate an image from a functional description.
- ImageFunctionOpImage(ImageFunction, int, int, int, int, float, float, float, float, ROI, Range, float, Map, ImageLayout) - Constructor for class ImageFunctionOpImage
-
Constructs an ImageFunctionOpImage.
- ImageFunctionRIF - Class in it.geosolutions.jaiext.imagefunction
-
- ImageFunctionRIF() - Constructor for class ImageFunctionRIF
-
Constructor.
- ImageLayout2 - Class in it.geosolutions.jaiext.utilities
-
Extends the standard JAI ImageLayout
to provide a reliable hash function.
- ImageLayout2() - Constructor for class ImageLayout2
-
Default constructor.
- ImageLayout2(int, int, int, int, int, int, int, int, SampleModel, ColorModel) - Constructor for class ImageLayout2
-
- ImageLayout2(int, int, int, int, SampleModel, ColorModel) - Constructor for class ImageLayout2
-
Construct an
ImageLayout2
with only tiling layout properties, sampleModel and
colorModel set.
- ImageLayout2(int, int, int, int) - Constructor for class ImageLayout2
-
Construct an
ImageLayout2
with only the image's properties set.
- ImageLayout2(RenderedImage) - Constructor for class ImageLayout2
-
- 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 ImageMosaicBean
-
- imagePos() - Method in class JiffleParser.ImageCallContext
-
- imagePos() - Method in class JiffleParser
-
- ImagePos - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- ImagePos(Band, Pixel) - Constructor for class ImagePos
-
- ImagePosContext(ParserRuleContext, int) - Constructor for class JiffleParser.ImagePosContext
-
- IMAGES_BLOCK_LABEL - Static variable in class JiffleLexer
-
- IMAGES_BLOCK_LABEL - Static variable in class JiffleParser
-
- IMAGES_BLOCK_LABEL() - Method in class JiffleParser.ImagesBlockContext
-
- imagesBlock() - Method in class JiffleParser
-
- imagesBlock() - Method in class JiffleParser.SpecialBlockContext
-
- ImagesBlockContext(ParserRuleContext, int) - Constructor for class JiffleParser.ImagesBlockContext
-
- ImagesBlockWorker - Class in it.geosolutions.jaiext.jiffle.parser
-
/**
Collects image var declarations from the script image block (if present).
- ImagesBlockWorker(ParseTree) - Constructor for class ImagesBlockWorker
-
Creates a new reader which immediately walks the given tree.
- ImageUtilities - Class in it.geosolutions.jaiext.utilities
-
- ImageUtilities() - Constructor for class ImageUtilities
-
- imageVarDeclaration() - Method in class JiffleParser.ImagesBlockContext
-
- imageVarDeclaration(int) - Method in class JiffleParser.ImagesBlockContext
-
- imageVarDeclaration() - Method in class JiffleParser
-
- ImageVarDeclarationContext(ParserRuleContext, int) - Constructor for class JiffleParser.ImageVarDeclarationContext
-
- imageVars - Variable in class ImagesBlockWorker
-
- 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 ImageViewer
-
- ImageViewer() - Constructor for class ImageViewer
-
- IMPORTS_KEY - Static variable in class JiffleProperties
-
Key: default runtime imports.
- IN - Static variable in class JiffleLexer
-
- IN() - Method in class JiffleParser.ForeachStmtContext
-
- IN - Static variable in class JiffleParser
-
- inc() - Method in class SourceWriter
-
Increases indentation by one indentation step
- INCR - Static variable in class JiffleLexer
-
- INCR - Static variable in class JiffleParser
-
- INCR() - Method in class JiffleParser.PostExprContext
-
- INCR() - Method in class JiffleParser.PreExprContext
-
- increment(int, int, int, int) - Method in class ColorMap
-
Increments the counter associated to the specified color by one, or sets the count of such color to one if missing
- increment(int, int, int, int, int) - Method in class ColorMap
-
Increments the counter associated to the specified color by one
- indent() - Method in class SourceWriter
-
- INDIRECT_BASE_CLASS_KEY - Static variable in class JiffleProperties
-
Key: indirect runtime base class name.
- INDIRECT_CLASS_KEY - Static variable in class JiffleProperties
-
Key: indirect runtime class name.
- INDIRECT_SOURCE_TEMPLATES_KEY - Static variable in class JiffleProperties
-
Key: indirect runtime source generation templates.
- init(GeometryCollection, AffineTransform) - Method in class GeomCollectionIterator
-
- init(LineString, AffineTransform) - Method in class LineIterator
-
- INIT_BLOCK_LABEL - Static variable in class JiffleLexer
-
- INIT_BLOCK_LABEL - Static variable in class JiffleParser
-
- INIT_BLOCK_LABEL() - Method in class JiffleParser.InitBlockContext
-
- initBlock() - Method in class JiffleParser
-
- initBlock() - Method in class JiffleParser.SpecialBlockContext
-
- InitBlockContext(ParserRuleContext, int) - Constructor for class JiffleParser.InitBlockContext
-
- InitBlockWorker - Class in it.geosolutions.jaiext.jiffle.parser
-
- InitBlockWorker(ParseTree) - Constructor for class InitBlockWorker
-
- initialization() - Method in enum AlgebraDescriptor.Operator
-
- initializeFromStream(InputStream) - Method in class ConcurrentOperationRegistry
-
- initializeRegistry() - Static method in class ConcurrentOperationRegistry
-
- initializeRegistry(boolean) - Static method in class ConcurrentOperationRegistry
-
- initImageScopeVars() - Method in class AbstractJiffleRuntime
-
Initializes image-scope variables.
- initJAIEXT() - Static method in class JAIExt
-
Initialization of the
JAIExt
instance.
- initJAIEXT(boolean) - Static method in class JAIExt
-
Initialization of the
JAIExt
instance
- initJAIEXT(boolean, boolean) - Static method in class JAIExt
-
Initialization of the
JAIExt
instance
- initOptionVars() - Method in class AbstractJiffleRuntime
-
Initializes runtime class fields related to Jiffle script options.
- INSTANCE - Static variable in class IdentityCoordinateTransform
-
- INSTANCE - Static variable in class EmptyIterator
-
- INT_LITERAL - Static variable in class JiffleLexer
-
- INT_LITERAL - Static variable in class JiffleParser
-
- INT_LITERAL() - Method in class JiffleParser.LiteralContext
-
- INT_TYPE - Static variable in class JiffleLexer
-
- INT_TYPE - Static variable in class JiffleParser
-
- INT_UPPER_BOUND - Static variable in enum AlgebraDescriptor.Operator
-
The largest int to get a non-overflowed exponential result. i.e. closest to 2**31-1 = 2147483647. exp(21) = 1318815734, exp(22) =
3584912846.
- IntegerStack - Class in it.geosolutions.jaiext.jiffle.runtime
-
- IntegerStack() - Constructor for class IntegerStack
-
- InternalCompilerException - Exception in it.geosolutions.jaiext.jiffle.parser
-
- InternalCompilerException() - Constructor for exception InternalCompilerException
-
- InternalCompilerException(String) - Constructor for exception InternalCompilerException
-
- interp_height - Variable in class Scale2OpImage
-
Interpolation kernel heigth
- interp_height - Variable in class ScaleOpImage
-
Interpolation kernel heigth
- interp_left - Variable in class Scale2OpImage
-
Interpolation kernel left padding
- interp_left - Variable in class ScaleOpImage
-
Interpolation kernel left padding
- interp_top - Variable in class Scale2OpImage
-
Interpolation kernel top padding
- interp_top - Variable in class ScaleOpImage
-
Interpolation kernel top padding
- interp_width - Variable in class Scale2OpImage
-
Interpolation kernel width
- interp_width - Variable in class ScaleOpImage
-
Interpolation kernel width
- interpB - Variable in class AffineBilinearOpImage
-
Nearest-Neighbor interpolator
- interpB - Variable in class Scale2BilinearOpImage
-
Bilinear interpolator
- interpB - Variable in class Scale2GeneralOpImage
-
Bilinear interpolator
- interpB - Variable in class ScaleBilinearOpImage
-
Bilinear interpolator
- interpB - Variable in class ScaleGeneralOpImage
-
Bilinear interpolator
- interpBN - Variable in class AffineBicubicOpImage
-
Nearest-Neighbor interpolator
- interpBN - Variable in class Scale2BicubicOpImage
-
Bicubic interpolator
- interpBN - Variable in class Scale2GeneralOpImage
-
Bicubic interpolator
- interpBN - Variable in class ScaleBicubicOpImage
-
Bicubic interpolator
- interpBN - Variable in class ScaleGeneralOpImage
-
Bicubic interpolator
- interpN - Variable in class AffineNearestOpImage
-
Nearest-Neighbor interpolator
- interpN - Variable in class Scale2GeneralOpImage
-
Nearest-Neighbor interpolator
- interpN - Variable in class Scale2NearestOpImage
-
Nearest-Neighbor interpolator
- interpN - Variable in class ScaleGeneralOpImage
-
Nearest-Neighbor interpolator
- interpN - Variable in class ScaleNearestOpImage
-
Nearest-Neighbor interpolator
- interpolate(RasterAccessor, int, int, int, int, Number[], Integer, RasterAccessor, RandomIter, boolean) - Method in class InterpolationBicubic
-
- interpolate(RasterAccessor, int, int, int, int, Number[], Integer, RasterAccessor, RandomIter, boolean) - Method in class InterpolationBilinear
-
This method performs a bilinear interpolation of a pixel inside a not-Binary image.
- interpolate(RasterAccessor, int, int, int, int, Integer, RasterAccessor, RandomIter, boolean) - Method in class InterpolationNearest
-
- interpolateBinary(int, Number[], int, int, int, int, int[], int[], int, int, RandomIter) - Method in class InterpolationBicubic
-
- interpolateBinary(int, Number[], int, int, int, int, int[], int[], int, int, RandomIter) - Method in class InterpolationBilinear
-
This method performs a bilinear interpolation of a pixel inside a binary image.
- interpolateBinary(int, Number[], int, int, int[], int[], int, int, RandomIter) - Method in class InterpolationNearest
-
- interpolateH(int[], int) - Method in class InterpolationBilinear
-
- interpolateH(float[], float) - Method in class InterpolationBilinear
-
- interpolateH(double[], float) - Method in class InterpolationBilinear
-
- interpolateH(int[], int) - Method in class InterpolationNearest
-
- interpolateH(float[], float) - Method in class InterpolationNearest
-
- interpolateH(double[], float) - Method in class InterpolationNearest
-
- InterpolationBicubic - Class in it.geosolutions.jaiext.interpolators
-
- InterpolationBicubic(int, Range, boolean, double, int, boolean, int) - Constructor for class 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 InterpolationBilinear
-
Simple interpolator object used for Bilinear interpolation.
- InterpolationNearest - Class in it.geosolutions.jaiext.interpolators
-
- InterpolationNearest(Range, boolean, double, int) - Constructor for class 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 Scale2OpImage
-
Interpolator provided to the Scale operator
- interpolator - Variable in class ScaleOpImage
-
Interpolator provided to the Scale operator
- intersect(Range, Range) - Static method in class RangeFactory
-
- intersect(ROI) - Method in class ROIGeometry
-
Returns a new instance which is the intersection of this ROI and roi
.
- intersection(Range) - Method in class Range
-
- intersection(Range) - Method in class RangeByte
-
- intersection(Range) - Method in class RangeDouble
-
- intersection(Range) - Method in class RangeFloat
-
- intersection(Range) - Method in class RangeInt
-
- intersection(Range) - Method in class RangeLong
-
- intersection(Range) - Method in class RangeShort
-
- intersection(Range) - Method in class RangeUshort
-
- intersects(Range) - Method in class Range
-
- intersects(Rectangle2D) - Method in class LiteShape
-
Tests if the interior of the Shape
intersects the interior of a specified Rectangle2D
.
- intersects(double, double, double, double) - Method in class LiteShape
-
Tests if the interior of the Shape
intersects the interior of a specified rectangular area.
- intersects(Rectangle) - Method in class ROIGeometry
-
Tests if the given rectangle intersects with this ROI.
- intersects(Rectangle2D) - Method in class ROIGeometry
-
Tests if the given rectangle intersects with this ROI.
- intersects(int, int, int, int) - Method in class ROIGeometry
-
Tests if the given rectangle intersects with this ROI.
- intersects(double, double, double, double) - Method in class ROIGeometry
-
Tests if the given rectangle intersects with this ROI.
- IntLiteral - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- IntLiteral(String) - Constructor for class IntLiteral
-
- intLoop(RasterAccessor, RasterAccessor, RandomIter, boolean) - Method in class Convolve3x3OpImage
-
- intLoop(RasterAccessor, RasterAccessor, RandomIter, boolean) - Method in class ConvolveGeneralOpImage
-
- intLoop(RasterAccessor, RasterAccessor, RandomIter, boolean) - Method in class ConvolveOpImage
-
- intLoop(RasterAccessor, RasterAccessor, RandomIter, boolean) - Method in class SeparableConvolveOpImage
-
- intLoop(RasterAccessor, Rectangle, RasterAccessor, Statistics[][], RandomIter) - Method in class StatisticsOpImage
-
- inverse() - Method in class DefaultConstantPiecewiseTransformElement
-
The transformation we are specifying here is not always invertible, well, to be honest, strictly speaking it never really is.
- inverse() - Method in class DefaultPassthroughPiecewiseTransform1DElement
-
- inverse() - Method in class DefaultPiecewiseTransform1DElement
-
- inverseTransform() - Method in interface MathTransformation
-
Returns the inverse transformation of the current transform
- inverseTransform() - Method in class SingleDimensionTransformation
-
- invokeFactory(String, String, Object[]) - Method in class ConcurrentOperationRegistry
-
- invScaleXFrac - Variable in class Scale2OpImage
-
Inverse scale fractional value X
- invScaleXFrac - Variable in class ScaleOpImage
-
Inverse scale fractional value X
- invScaleXInt - Variable in class Scale2OpImage
-
Inverse scale value X
- invScaleXInt - Variable in class ScaleOpImage
-
Inverse scale value X
- invScaleXRational - Variable in class Scale2OpImage
-
- invScaleXRational - Variable in class ScaleOpImage
-
- invScaleXRationalDenom - Variable in class Scale2OpImage
-
- invScaleXRationalDenom - Variable in class ScaleOpImage
-
- invScaleXRationalNum - Variable in class Scale2OpImage
-
- invScaleXRationalNum - Variable in class ScaleOpImage
-
- invScaleYFrac - Variable in class Scale2OpImage
-
Inverse scale fractional value Y
- invScaleYFrac - Variable in class ScaleOpImage
-
Inverse scale fractional value Y
- invScaleYInt - Variable in class Scale2OpImage
-
Inverse scale value Y
- invScaleYInt - Variable in class ScaleOpImage
-
Inverse scale value Y
- invScaleYRational - Variable in class Scale2OpImage
-
- invScaleYRational - Variable in class ScaleOpImage
-
- invScaleYRationalDenom - Variable in class Scale2OpImage
-
- invScaleYRationalDenom - Variable in class ScaleOpImage
-
- invScaleYRationalNum - Variable in class Scale2OpImage
-
- invScaleYRationalNum - Variable in class ScaleOpImage
-
- isBicubic2() - Method in class InterpolationBicubic
-
- isBicubicNew - Variable in class Scale2OpImage
-
Boolean for checking if the interpolator is Bicubic
- isBicubicNew - Variable in class ScaleOpImage
-
Boolean for checking if the interpolator is Bicubic
- isBilinearNew - Variable in class Scale2OpImage
-
Boolean for checking if the interpolator is Bilinear
- isBilinearNew - Variable in class ScaleOpImage
-
Boolean for checking if the interpolator is Bilinear
- isBinary - Variable in class Scale2OpImage
-
Boolean for checking if the image is binary or not
- isBinary - Variable in class ScaleOpImage
-
Boolean for checking if the image is binary or not
- isBinary(SampleModel) - Static method in class ImageUtilities
-
Check whether a SampleModel
represents a binary data set, i.e., a single band of data with one bit per pixel packed into a
MultiPixelPackedSampleModel
.
- isByteData - Variable in class GenericPiecewiseOpImage
-
Boolean indicating if the output samplemodel has a Byte dataType
- isCLibAvailable() - Static method in class ImageUtilities
-
Tells me whether or not the native libraries for JAI/ImageIO are active or not.
- isCompiled() - Method in class Jiffle
-
Tests whether the script has been compiled successfully.
- isCompleted() - Method in class JiffleExecutorResult
-
Gets the completion status of the task.
- isComplex() - Method in class ImageFunctionJAIEXTWrapper
-
- isDataTypeSupported(int) - Method in enum AlgebraDescriptor.Operator
-
- isDefined(String) - Static method in class ConstantLookup
-
Checks if a constant is recognized by Jiffle.
- isDefined(String) - Static method in class FunctionLookup
-
Checks if a function of the given name is defined.
- isDefined(String, JiffleType...) - Static method in class FunctionLookup
-
Checks if a function is defined.
- isDefined(String) - Static method in class OptionLookup
-
Tests if an option name is defined.
- isDone() - Method in class EmptyIterator
-
- isDone() - Method in class GeomCollectionIterator
-
Tests if the iteration is complete.
- isDone() - Method in class LineIterator
-
Tests if the iteration is complete.
- isDone() - Method in class PackedLineIterator
-
Tests if the iteration is complete.
- isDone() - Method in class PointIterator
-
- isDone() - Method in class PolygonIterator
-
Tests if the iteration is complete.
- isError() - Method in class Messages
-
- isIdentity() - Method in class DefaultPassthroughPiecewiseTransform1DElement
-
- isIdentity() - Method in class DefaultPiecewiseTransform1DElement
-
Defines if the transformation is an identity
- isIdentity() - Method in interface MathTransformation
-
Indicates whether the transformation is an identity
- isIdentity() - Method in class SingleDimensionTransformation
-
- isIdentity(double) - Method in class SingleDimensionTransformation
-
Returns true if the transformation is an identity, with a tolerance value
- isinf(double) - Method in class JiffleFunctions
-
Tests if x is infinite (equal to Double.POSITIVE_INFINITY or
Double.NEGATIVE_INFINITY).
- isInputMaximumInfinite() - Method in class DefaultDomainElement1D
-
Tells us if the upper bound of the range where this
DomainElement1D
is defined is an infinite number
This is just a convenience method
- isInputMaximumNaN() - Method in class DefaultDomainElement1D
-
Tells us if the upper bound of the range where this
DomainElement1D
is defined is NaN.
- isInputMinimumInfinite() - Method in class DefaultDomainElement1D
-
Tells us if the lower bound of the range where this
DomainElement1D
is defined is an infinite number.
- isInputMinimumNaN() - Method in class DefaultDomainElement1D
-
Tells us if the lower bound of the range where this
DomainElement1D
is defined is NaN
This is just a convenience method
- isInteger(Class<?>) - Static method in class ImageUtilities
-
- isInternalBaseClass() - Method in class SourceWriter
-
- isJAIAPI(String) - Static method in class JAIExt
-
Indicates if the operation is registered as JAI.
- isJAIExtOperation(String) - Static method in class JAIExt
-
Indicates if the operation is registered as JAI-EXT.
- isJAIEXTProduct() - Method in class ConcurrentOperationRegistry.OperationItem
-
- isListening(JiffleEventListener) - Method in class JiffleExecutor
-
Checks if a particular listener is registered with this executor.
- isMaxIncluded - Variable in class Range
-
- isMaxIncluded() - Method in class Range
-
Returns the a boolean indicating if the Maximum bound is included
- isMedialibavailable() - Static method in class JAIExt
-
- isMediaLibAvailable() - Static method in class ImageUtilities
-
Tells me whether or not the native libraries for JAI are active or not.
- isMediaLibPreferred() - Method in class ConcurrentOperationRegistry.OperationItem
-
- isMinIncluded - Variable in class Range
-
- isMinIncluded() - Method in class Range
-
Returns the a boolean indicating if the Minimum bound is included
- isnan(double) - Method in class JiffleFunctions
-
Tests if x is equal to Double.NaN.
- isNaN() - Method in class Range
-
Returns true if and only if the current Range is a point representing NaN
- isNaN() - Method in class RangeDouble
-
- isNaN() - Method in class RangeFloat
-
- isNanIncluded() - Method in class Range
-
Returns true if the current Range accepts NaN values
- isNanIncluded() - Method in class RangeDouble
-
- isNanIncluded() - Method in class RangeFloat
-
- isNearestNew - Variable in class Scale2OpImage
-
Boolean for checking if the interpolator is Nearest
- isNearestNew - Variable in class ScaleOpImage
-
Boolean for checking if the interpolator is Nearest
- isNegativeInf - Variable in class Scale2OpImage
-
Boolean for checking if the no data is negative infinity
- isNegativeInf - Variable in class ScaleOpImage
-
Boolean for checking if the no data is negative infinity
- isNoData(Range, Number) - Method in enum ArtifactsFilterOpImage.DataTypeCalculator
-
- isnull(double) - Method in class JiffleFunctions
-
Tests if x is null.
- isOutputMaximumInfinite() - Method in class DefaultLinearPiecewiseTransform1DElement
-
Tells me if the upper boundary of the output range is infinite
- isOutputMaximumNaN() - Method in class DefaultLinearPiecewiseTransform1DElement
-
Tells me if the upper boundary of the output range is NaN
- isOutputMinimumInfinite() - Method in class DefaultLinearPiecewiseTransform1DElement
-
Tells me if the lower boundary of the output range is infinite
- isOutputMinimumNaN() - Method in class DefaultLinearPiecewiseTransform1DElement
-
Tells me if the lower boundary of the output range is NaN
- isPoint() - Method in class Range
-
Indicates if the Range is a degenerated single point Range or not
- isPoint() - Method in class RangeByte
-
- isPoint() - Method in class RangeDouble
-
- isPoint() - Method in class RangeFloat
-
- isPoint() - Method in class RangeInt
-
- isPoint() - Method in class RangeLong
-
- isPoint() - Method in class RangeShort
-
- isPoint() - Method in class RangeUshort
-
- isPositiveInf - Variable in class Scale2OpImage
-
Boolean for checking if the no data is positive infinity
- isPositiveInf - Variable in class ScaleOpImage
-
Boolean for checking if the no data is positive infinity
- isProxy() - Method in class FunctionInfo
-
Tests if this function is a proxy for a runtime
class field or method.
- isProxy() - Method in class FunctionCall
-
- isRangeNaN - Variable in class Scale2OpImage
-
Boolean for checking if the no data is NaN
- isRangeNaN - Variable in class ScaleOpImage
-
Boolean for checking if the no data is NaN
- isRenderableSupported() - Method in class AffineDescriptor
-
Returns false
since renderable operation is supported but never tested.
- isRenderableSupported() - Method in class AlgebraDescriptor
-
Returns true
since renderable operation is supported.
- isRenderableSupported() - Method in class OperationConstDescriptor
-
Returns true
since renderable operation is supported.
- isRenderableSupported() - Method in class BandMergeDescriptor
-
Returns true
since renderable operation is supported.
- isRenderableSupported() - Method in class ColorConvertDescriptor
-
Returns true
since renderable operation is supported.
- isRenderableSupported() - Method in class SquareRootStretchDescriptor
-
Returns true
since renderable operation is supported.
- isRenderableSupported() - Method in class FormatDescriptor
-
Returns true
since renderable operation is supported.
- isRenderableSupported() - Method in class MosaicDescriptor
-
Check if the Renderable mode is supported
- isRenderableSupported() - Method in class RescaleDescriptor
-
Returns true
since renderable operation is supported.
- isRenderableSupported() - Method in class Scale2Descriptor
-
Returns false
since renderable operation is supported but never tested.
- isRenderableSupported() - Method in class ScaleDescriptor
-
Returns false
since renderable operation is supported but never tested.
- isSorted(DefaultDomainElement1D[]) - Static method in class PiecewiseUtilities
-
Checks if the array is sorted
- isTrue(Double) - Method in class JiffleFunctions
-
Returns true if x is non zero and non null
- isUshortSupported() - Method in enum AlgebraDescriptor.Operator
-
- isValidValue(String, String) - Static method in class OptionLookup
-
Tests if a value is valid for the given option.
- isVolatile() - Method in class FunctionInfo
-
Tests if this function is volatile, ie. returns a different value on each
invocation regardless of image position.
- isWarning() - Method in class Messages
-
- isWorldSet() - Method in class AbstractJiffleRuntime
-
Checks whether the world bounds and pixel dimensions have been set.
- isWorldSet() - Method in interface JiffleRuntime
-
Checks whether the world bounds and pixel dimensions have been set.
- isZero(double) - Static method in class CompareOp
-
Tests if the given double
value is within the default tolerance
of zero.
- isZero(float) - Static method in class CompareOp
-
Tests if the given float
value is within the default tolerance
of zero.
- isZero(double, double) - Static method in class CompareOp
-
Tests if the given double
value is within the specified tolerance
of zero.
- isZero(float, float) - Static method in class CompareOp
-
Tests if the given float
value is within the specified tolerance
of zero.
- it.geosolutions.concurrent - package it.geosolutions.concurrent
-
- it.geosolutions.jaiext - package it.geosolutions.jaiext
-
- it.geosolutions.jaiext.affine - package it.geosolutions.jaiext.affine
-
- it.geosolutions.jaiext.algebra - package it.geosolutions.jaiext.algebra
-
- it.geosolutions.jaiext.algebra.constant - package it.geosolutions.jaiext.algebra.constant
-
- it.geosolutions.jaiext.artifacts - package it.geosolutions.jaiext.artifacts
-
- it.geosolutions.jaiext.bandcombine - package it.geosolutions.jaiext.bandcombine
-
- it.geosolutions.jaiext.bandmerge - package it.geosolutions.jaiext.bandmerge
-
- it.geosolutions.jaiext.bandselect - package it.geosolutions.jaiext.bandselect
-
- it.geosolutions.jaiext.binarize - package it.geosolutions.jaiext.binarize
-
- it.geosolutions.jaiext.border - package it.geosolutions.jaiext.border
-
- it.geosolutions.jaiext.buffer - package it.geosolutions.jaiext.buffer
-
- it.geosolutions.jaiext.clamp - package it.geosolutions.jaiext.clamp
-
- it.geosolutions.jaiext.classifier - package it.geosolutions.jaiext.classifier
-
- it.geosolutions.jaiext.colorconvert - package it.geosolutions.jaiext.colorconvert
-
- it.geosolutions.jaiext.colorindexer - package it.geosolutions.jaiext.colorindexer
-
- it.geosolutions.jaiext.contrastenhancement - package it.geosolutions.jaiext.contrastenhancement
-
- it.geosolutions.jaiext.convolve - package it.geosolutions.jaiext.convolve
-
- it.geosolutions.jaiext.crop - package it.geosolutions.jaiext.crop
-
- it.geosolutions.jaiext.errordiffusion - package it.geosolutions.jaiext.errordiffusion
-
- it.geosolutions.jaiext.format - package it.geosolutions.jaiext.format
-
- it.geosolutions.jaiext.imagefunction - package it.geosolutions.jaiext.imagefunction
-
- 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.jiffle - package it.geosolutions.jaiext.jiffle
-
Jiffle is a scripting language for creating and analysing raster images.
- it.geosolutions.jaiext.jiffle.demo - package it.geosolutions.jaiext.jiffle.demo
-
Example applications for the Jiffle scripting language.
- it.geosolutions.jaiext.jiffle.docs - package it.geosolutions.jaiext.jiffle.docs
-
- it.geosolutions.jaiext.jiffle.parser - package it.geosolutions.jaiext.jiffle.parser
-
Jiffle parser and support classes.
- it.geosolutions.jaiext.jiffle.parser.node - package it.geosolutions.jaiext.jiffle.parser.node
-
- it.geosolutions.jaiext.jiffle.runtime - package it.geosolutions.jaiext.jiffle.runtime
-
Jiffle runtime classes.
- it.geosolutions.jaiext.jiffle.util - package it.geosolutions.jaiext.jiffle.util
-
- it.geosolutions.jaiext.jiffleop - package it.geosolutions.jaiext.jiffleop
-
Jiffle as an image operator.
- it.geosolutions.jaiext.jts - package it.geosolutions.jaiext.jts
-
- 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.numeric - package it.geosolutions.jaiext.numeric
-
- it.geosolutions.jaiext.orderdither - package it.geosolutions.jaiext.orderdither
-
- it.geosolutions.jaiext.piecewise - package it.geosolutions.jaiext.piecewise
-
- it.geosolutions.jaiext.range - package it.geosolutions.jaiext.range
-
- it.geosolutions.jaiext.rescale - package it.geosolutions.jaiext.rescale
-
- it.geosolutions.jaiext.rlookup - package it.geosolutions.jaiext.rlookup
-
- it.geosolutions.jaiext.scale - package it.geosolutions.jaiext.scale
-
- it.geosolutions.jaiext.shadedrelief - package it.geosolutions.jaiext.shadedrelief
-
- it.geosolutions.jaiext.stats - package it.geosolutions.jaiext.stats
-
- it.geosolutions.jaiext.swing - package it.geosolutions.jaiext.swing
-
Simple Swing GUI components suitable for testing and example applications.
- it.geosolutions.jaiext.threshold - package it.geosolutions.jaiext.threshold
-
- it.geosolutions.jaiext.translate - package it.geosolutions.jaiext.translate
-
- it.geosolutions.jaiext.utilities - package it.geosolutions.jaiext.utilities
-
- it.geosolutions.jaiext.utilities.shape - package it.geosolutions.jaiext.utilities.shape
-
- it.geosolutions.jaiext.vectorbin - package it.geosolutions.jaiext.vectorbin
-
- 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
-
- iterator() - Method in class ColorMap
-
- radToDeg(double) - Method in class JiffleFunctions
-
Converts an angle in radians to degrees.
- rand(double) - Method in class JiffleFunctions
-
Gets a random value between 0 (inclusive) and x (exclusive).
- randInt(double) - Method in class JiffleFunctions
-
Gets a random integer value (actually a truncated double) between
0 (inclusive) and floor(x)
(exclusive).
- 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
-
- RandomIterFallbackByte(RenderedImage, Rectangle) - Constructor for class 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 RandomIterFallbackByteNoCache
-
- RandomIterFallbackInt - Class in it.geosolutions.jaiext.iterators
-
- RandomIterFallbackInt(RenderedImage, Rectangle) - Constructor for class RandomIterFallbackInt
-
- RandomIterFallbackIntNoCache - Class in it.geosolutions.jaiext.iterators
-
- RandomIterFallbackIntNoCache(RenderedImage, Rectangle) - Constructor for class RandomIterFallbackIntNoCache
-
- RandomIterFallbackLarge - Class in it.geosolutions.jaiext.iterators
-
- RandomIterFallbackLarge(RenderedImage, Rectangle) - Constructor for class 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 RandomIterFallbackLocal
-
- RandomIterFallbackNoCacheNoArray - Class in it.geosolutions.jaiext.iterators
-
- RandomIterFallbackNoCacheNoArray(RenderedImage, Rectangle) - Constructor for class RandomIterFallbackNoCacheNoArray
-
- RandomIterFallbackShort - Class in it.geosolutions.jaiext.iterators
-
- RandomIterFallbackShort(RenderedImage, Rectangle) - Constructor for class 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 RandomIterFallbackShortNoCache
-
- range() - Method in class JiffleParser.LoopSetContext
-
- range() - Method in class JiffleParser
-
- range(List) - Method in class JiffleFunctions
-
Gets the range of the input values.
- range(Double[], boolean) - Static method in class SampleStats
-
Calculates the range (max - min) of a set of values.
- Range - Class in it.geosolutions.jaiext.range
-
Abstract class used for checking if a selected value is inside the selected Range.
- Range.DataType - Enum in it.geosolutions.jaiext.range
-
- RANGE_INDEX - Static variable in class AlgebraDescriptor
-
- RANGE_INDEX - Static variable in class OperationConstDescriptor
-
- RangeByte - Class in it.geosolutions.jaiext.range
-
This class is a subclass of the
Range
class handling byte data.
- RangeContext(ParserRuleContext, int) - Constructor for class JiffleParser.RangeContext
-
- 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.
- RangeLookupDescriptor - Class in it.geosolutions.jaiext.rlookup
-
Describes the "RangeLookup" operation.
- RangeLookupDescriptor() - Constructor for class RangeLookupDescriptor
-
Constructor.
- RangeLookupOpImage - Class in it.geosolutions.jaiext.rlookup
-
This is a variation on the JAI javax.media.jai.LookupDescriptor.
- RangeLookupOpImage(RenderedImage, Map, ImageLayout, RangeLookupTable, Number, ROI) - Constructor for class RangeLookupOpImage
-
Constructor
- RangeLookupRIF - Class in it.geosolutions.jaiext.rlookup
-
The image factory for the RangeLookup operation.
- RangeLookupRIF() - Constructor for class RangeLookupRIF
-
- RangeLookupTable<T extends Number & Comparable<? super T>,U extends Number & Comparable<? super U>> - Class in it.geosolutions.jaiext.rlookup
-
A lookup table for the RangeLookup operation.
- RangeLookupTable.Builder<T extends Number & Comparable<? super T>,U extends Number & Comparable<? super U>> - Class in it.geosolutions.jaiext.rlookup
-
Builder to create an immutable lookup table.
- 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.
- RasterAccessorExt - Class in it.geosolutions.jaiext.mosaic
-
Extends the RasterAcessor to handle more data type transformation cases
- RasterAccessorExt(Raster, Rectangle, RasterFormatTag, ColorModel, int, int) - Constructor for class RasterAccessorExt
-
- RasterClassifierCRIF - Class in it.geosolutions.jaiext.classifier
-
- RasterClassifierCRIF() - Constructor for class RasterClassifierCRIF
-
- RasterClassifierDescriptor - Class in it.geosolutions.jaiext.classifier
-
OperationDescriptorImpl
describing the RasterClassifier operation
- RasterClassifierDescriptor() - Constructor for class RasterClassifierDescriptor
-
Construct the descriptor.
- RasterClassifierOpImage<T extends ColorMapTransformElement> - Class in it.geosolutions.jaiext.classifier
-
This class provides a few initialization method used for implementing the RasterClassier operation, which is an extension of the GenericPiecewise
one.
- RasterClassifierOpImage(RenderedImage, ColorMapTransform<T>, ImageLayout, Integer, ROI, Range, RenderingHints) - Constructor for class RasterClassifierOpImage
-
- rationalTolerance - Static variable in class Scale2OpImage
-
- rationalTolerance - Static variable in class ScaleOpImage
-
- RCURLY - Static variable in class JiffleLexer
-
- RCURLY() - Method in class JiffleParser.BlockContext
-
- RCURLY() - Method in class JiffleParser.ImagesBlockContext
-
- RCURLY() - Method in class JiffleParser.InitBlockContext
-
- RCURLY() - Method in class JiffleParser.OptionsBlockContext
-
- RCURLY - Static variable in class JiffleParser
-
- READ - Static variable in class JiffleLexer
-
- READ - Static variable in class JiffleParser
-
- READ() - Method in class JiffleParser.RoleContext
-
- read(double, double, int) - Method in class AbstractJiffleRuntime.SourceImage
-
- readExternal(ObjectInput) - Method in class ConcurrentOperationRegistry
-
- readFromImage(String, double, double, int) - Method in class AbstractJiffleRuntime
-
Gets a value from a source image for a given world position and
image band.
- readFromImage(String, double, double, int) - Method in interface JiffleRuntime
-
Gets a value from a source image for a given world position and
image band.
- readScriptFile(File) - Static method in class JiffleDemoHelper
-
Reads the contents of a script file.
- red(int) - Static method in class ColorUtils
-
Returns the red component of the specified color
- refineValue(double, double) - Method in enum ShadedReliefAlgorithm
-
Refine value.
- register() - Static method in class CropDescriptor
-
Manually registers the operation in the registry in case it's not already there
- register() - Static method in class WarpDescriptor
-
Registers this descriptor if it is not already registered.
- registerAllOperations(boolean) - Static method in class JAIExt
-
- registerDescriptor(RegistryElementDescriptor) - Method in class ConcurrentOperationRegistry
-
- registerFactory(String, String, String, Object) - Method in class ConcurrentOperationRegistry
-
- registerJAIDescriptor(String) - Static method in class JAIExt
-
This method unregister a JAI-EXT operation and register the related JAI one
- registerJAIEXTDescriptor(String) - Static method in class JAIExt
-
This method unregister a JAI operation and register the related JAI-EXT one
- registerOperations(Set<String>, boolean) - Static method in class JAIExt
-
- registerServices(ClassLoader) - Method in class ConcurrentOperationRegistry
-
- remove(RenderedImage, int, int) - Method in class ConcurrentTileCache
-
Removes the selected tile from the cache
- remove(RenderedImage, int, int) - Method in class ConcurrentTileCacheMultiMap
-
Removes the selected tile from the cache
- remove(int, int, int, int) - Method in class ColorMap
-
Removes the specified color from the map
- removeEventListener(JiffleEventListener) - Method in class JiffleExecutor
-
Removes an event listener.
- removeImage(String) - Method in class JiffleBuilder
-
Removes an image associated with a script variable name.
- removeProperty(String) - Method in class NullOpImage
-
Removes a property from the source image by name.
- removePropertyGenerator(String, String, PropertyGenerator) - Method in class ConcurrentOperationRegistry
-
- removeRegistryMode(String) - Method in class ConcurrentOperationRegistry
-
- removeTiles(RenderedImage) - Method in class ConcurrentTileCache
-
Removes all tiles in the cache which are owned by the image.
- removeTiles(RenderedImage) - Method in class ConcurrentTileCacheMultiMap
-
Removes all tiles in the cache which are owned by the image.
- render(Object) - Static method in class HTMLBuilder
-
- render(Object) - Method in interface 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 RenderedImageBrowser
-
- RenderedImageBrowser(boolean, boolean) - Constructor for class RenderedImageBrowser
-
- RenderedImageInfoPanel - Class in it.geosolutions.rendered.viewer
-
- RenderedImageInfoPanel() - Constructor for class RenderedImageInfoPanel
-
- RenderedImageInfoPanel(boolean) - Constructor for class RenderedImageInfoPanel
-
- RenderedImageInfoPanel(boolean, boolean) - Constructor for class 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 RescaleCRIF
-
- RescaleDescriptor - Class in it.geosolutions.jaiext.rescale
-
An OperationDescriptor
describing the "Rescale" operation.
- RescaleDescriptor() - Constructor for class 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 RescaleOpImage
-
- reset(ColorMap) - Method in class ColorMap
-
Reset its own status to the one of the other color map.
- resetCounts() - Method in class ConcurrentTileCache
-
Not Supported
- resetCounts() - Method in class ConcurrentTileCacheMultiMap
-
Not Supported
- resetTransform() - Method in class SimpleImagePane
-
Forces recalculation of the AffineTransform
used to
scale the image display.
- result - Variable in class JiffleEvent
-
- RGB2XYZ(float[], float[]) - Static method in class ColorSpaceJAIExt
-
Method for converting an RGB array into an XYZ one
- RGBToCIEXYZ(Raster, int[], WritableRaster, int[], ROI, Range, float[]) - Static method in class ColorSpaceJAIExt
-
- rightPad - Variable in class WarpOpImage
-
Right padding
- Ripples - Class in it.geosolutions.jaiext.jiffle.docs
-
- Ripples() - Constructor for class Ripples
-
- roi - Variable in class ConvolveOpImage
-
ROI element
- roi - Variable in class WarpOpImage
-
Current ROI object
- ROI_EXTENDER - Static variable in class RescaleOpImage
-
ROI extender
- ROI_EXTENDER - Static variable in class StatisticsOpImage
-
ROI extender
- ROI_EXTENDER - Static variable in class ZonalStatsOpImage
-
ROI extender
- ROI_INDEX - Static variable in class AlgebraDescriptor
-
- ROI_INDEX - Static variable in class OperationConstDescriptor
-
- roiBounds - Variable in class ConvolveOpImage
-
ROI bounds as a Shape
- roiBounds - Variable in class LookupTable
-
Rectangle containing roi bounds
- roiBounds - Variable in class Scale2OpImage
-
Rectangle containing ROI bounds
- roiBounds - Variable in class ScaleOpImage
-
Rectangle containing ROI bounds
- roiBounds - Variable in class StatisticsOpImage
-
Rectangle containing ROI bounds
- roiBounds - Variable in class WarpOpImage
-
Rectangle associated to the ROI bounds
- ROIGeometry - Class in it.geosolutions.jaiext.vectorbin
-
An ROI class backed by a vector object providing precision and the ability
to handle massive regions.
- ROIGeometry(Geometry) - Constructor for class ROIGeometry
-
Constructor which takes a Geometry
object to be used
as the reference against which to test inclusion of image coordinates.
- ROIGeometry(Geometry, boolean) - Constructor for class ROIGeometry
-
Constructor which takes a Geometry
object and a boolean
value for whether to use fixed coordinate precision (equivalent to
working with integer pixel coordinates).
- ROIGeometry(Geometry, boolean, boolean) - Constructor for class ROIGeometry
-
Constructors a new ROIGeometry.
- ROIGeometry(Geometry, RenderingHints) - Constructor for class ROIGeometry
-
Builds a new ROIGeometry.
- ROIGeometry(Geometry, boolean, boolean, RenderingHints) - Constructor for class ROIGeometry
-
Fully-specified constructor.
- roiImage - Variable in class ConvolveOpImage
-
ROI related image
- roiImage - Variable in class WarpOpImage
-
Image associated to the ROI
- roiRect - Variable in class Scale2OpImage
-
The extended bounds used by the roi iterator
- roiRect - Variable in class ScaleOpImage
-
The extended bounds used by the roi iterator
- role() - Method in class JiffleParser.ImageVarDeclarationContext
-
- role() - Method in class JiffleParser
-
- RoleContext(ParserRuleContext, int) - Constructor for class JiffleParser.RoleContext
-
- rool(Class, double, int) - Static method in class ImageUtilities
-
Returns the next or previous representable number.
- round - Variable in class Scale2OpImage
-
The value of 0.5 scaled by 2^precisionBits
- round - Variable in class ScaleOpImage
-
The value of 0.5 scaled by 2^precisionBits
- round(float) - Static method in class WarpOpImage
-
Returns the "round" value of a float.
- round2 - Variable in class Scale2OpImage
-
The value of 0.5 scaled by 2^subsampleBits
- round2 - Variable in class ScaleOpImage
-
The value of 0.5 scaled by 2^subsampleBits
- round2Arg(double, double) - Method in class JiffleFunctions
-
Rounds the input value to the given precision.
- roundByte(double) - Static method in class ColorMapUtilities
-
Rounds a float value and clamp the result between 0 and 255 inclusive.
- RPAR - Static variable in class JiffleLexer
-
- RPAR() - Method in class JiffleParser.ArgumentListContext
-
- RPAR() - Method in class JiffleParser.BreakifStmtContext
-
- RPAR() - Method in class JiffleParser.ForeachStmtContext
-
- RPAR() - Method in class JiffleParser.ParenExpressionContext
-
- RPAR - Static variable in class JiffleParser
-
- RSQUARE - Static variable in class JiffleLexer
-
- RSQUARE() - Method in class JiffleParser.BandSpecifierContext
-
- RSQUARE() - Method in class JiffleParser.ListLiteralContext
-
- RSQUARE() - Method in class JiffleParser.PixelSpecifierContext
-
- RSQUARE - Static variable in class JiffleParser
-
- RULE_argumentList - Static variable in class JiffleParser
-
- RULE_assignment - Static variable in class JiffleParser
-
- RULE_atom - Static variable in class JiffleParser
-
- RULE_bandSpecifier - Static variable in class JiffleParser
-
- RULE_block - Static variable in class JiffleParser
-
- RULE_body - Static variable in class JiffleParser
-
- RULE_conCall - Static variable in class JiffleParser
-
- RULE_expression - Static variable in class JiffleParser
-
- RULE_expressionList - Static variable in class JiffleParser
-
- RULE_identifiedAtom - Static variable in class JiffleParser
-
- RULE_imagePos - Static variable in class JiffleParser
-
- RULE_imagesBlock - Static variable in class JiffleParser
-
- RULE_imageVarDeclaration - Static variable in class JiffleParser
-
- RULE_initBlock - Static variable in class JiffleParser
-
- RULE_listLiteral - Static variable in class JiffleParser
-
- RULE_literal - Static variable in class JiffleParser
-
- RULE_loopSet - Static variable in class JiffleParser
-
- RULE_option - Static variable in class JiffleParser
-
- RULE_optionsBlock - Static variable in class JiffleParser
-
- RULE_optionValue - Static variable in class JiffleParser
-
- RULE_parenExpression - Static variable in class JiffleParser
-
- RULE_pixelPos - Static variable in class JiffleParser
-
- RULE_pixelSpecifier - Static variable in class JiffleParser
-
- RULE_range - Static variable in class JiffleParser
-
- RULE_role - Static variable in class JiffleParser
-
- RULE_script - Static variable in class JiffleParser
-
- RULE_specialBlock - Static variable in class JiffleParser
-
- RULE_statement - Static variable in class JiffleParser
-
- RULE_varDeclaration - Static variable in class JiffleParser
-
- ruleNames - Static variable in class JiffleLexer
-
- ruleNames - Static variable in class JiffleParser
-
- run() - Method in class JiffleBuilder
-
Runs the script.
- RunProportionalRipples - Class in it.geosolutions.jaiext.jiffle.docs
-
- RunProportionalRipples() - Constructor for class RunProportionalRipples
-
- runScriptWithBuilder(File) - Method in class Ripples
-
- runScriptWithBuilder(String, String, WritableRenderedImage) - Method in class RunProportionalRipples
-
- runScriptWithJiffle(String, String, WritableRenderedImage) - Method in class RunProportionalRipples
-
- RUNTIME_IMPORTS_DELIM - Static variable in class JiffleProperties
-
Delimiter used to separate multiple import entries
- RUNTIME_PACKAGE_KEY - Static variable in class JiffleProperties
-
Key: runtime class package
- runtimeExample() - Method in class TreeChange
-
- RuntimeModelWorker - Class in it.geosolutions.jaiext.jiffle.parser
-
Generates a Java model representing the script, from which sources can be generated
- RuntimeModelWorker(ParseTree, Map<String, String>, TreeNodeProperties<JiffleType>, TreeNodeProperties<SymbolScope>) - Constructor for class RuntimeModelWorker
-
Labels the parse tree with Node objects representing elements
of the runtime code.
- sampleModel - Variable in class RandomIterFallbackByte
-
- sampleModel - Variable in class RandomIterFallbackByteNoCache
-
- sampleModel - Variable in class RandomIterFallbackInt
-
- sampleModel - Variable in class RandomIterFallbackIntNoCache
-
- sampleModel - Variable in class RandomIterFallbackLarge
-
- sampleModel - Variable in class RandomIterFallbackShort
-
- sampleModel - Variable in class RandomIterFallbackShortNoCache
-
- sampleModelTranslateX - Variable in class RandomIterFallbackByte
-
- sampleModelTranslateX - Variable in class RandomIterFallbackInt
-
- sampleModelTranslateX - Variable in class RandomIterFallbackLarge
-
- sampleModelTranslateX - Variable in class RandomIterFallbackShort
-
- sampleModelTranslateY - Variable in class RandomIterFallbackByte
-
- sampleModelTranslateY - Variable in class RandomIterFallbackInt
-
- sampleModelTranslateY - Variable in class RandomIterFallbackLarge
-
- sampleModelTranslateY - Variable in class RandomIterFallbackShort
-
- samples - Variable in class Statistics
-
Internal variable storing the number of all samples
- SampleStats - Class in it.geosolutions.jaiext.numeric
-
A collection of static methods to calculate summary statistics for
a sample of double-valued data.
- SampleStats() - Constructor for class SampleStats
-
- ScalarLiteral - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- ScalarLiteral(String) - Constructor for class ScalarLiteral
-
- scale(double, double) - Static method in class CoordinateTransforms
-
Creates a scaling transform.
- scale - Variable in class SingleDimensionTransformation
-
Scale transformation parameter
- Scale2BicubicOpImage - Class in it.geosolutions.jaiext.scale
-
- Scale2BicubicOpImage(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, double, double, double, double, boolean, Range, double[]) - Constructor for class Scale2BicubicOpImage
-
- Scale2BilinearOpImage - Class in it.geosolutions.jaiext.scale
-
- Scale2BilinearOpImage(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, double, double, double, double, boolean, Range, double[]) - Constructor for class Scale2BilinearOpImage
-
- Scale2CRIF - Class in it.geosolutions.jaiext.scale
-
- Scale2CRIF() - Constructor for class Scale2CRIF
-
Constructor.
- Scale2Descriptor - Class in it.geosolutions.jaiext.scale
-
An OperationDescriptor
describing the "Scale" operation.
- Scale2Descriptor() - Constructor for class Scale2Descriptor
-
Constructor.
- Scale2GeneralOpImage - 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.
- Scale2GeneralOpImage(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, double, double, double, double, boolean, Range, double[]) - Constructor for class Scale2GeneralOpImage
-
- Scale2NearestOpImage - Class in it.geosolutions.jaiext.scale
-
- Scale2NearestOpImage(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, double, double, double, double, boolean, Range, double[]) - Constructor for class Scale2NearestOpImage
-
- Scale2OpImage - Class in it.geosolutions.jaiext.scale
-
A class extending WarpOpImage
for use by further extension classes that perform image scaling.
- Scale2OpImage(RenderedImage, ImageLayout, Map, boolean, BorderExtender, Interpolation, double, double, double, double, boolean, double[]) - Constructor for class Scale2OpImage
-
Constructs a ScaleOpImage
from a RenderedImage
source, an optional BorderExtender
, x and y scale and
translation factors, and an Interpolation
object.
- ScaleBicubicOpImage - Class in it.geosolutions.jaiext.scale
-
- ScaleBicubicOpImage(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, float, float, float, float, boolean, Range, double[]) - Constructor for class ScaleBicubicOpImage
-
- ScaleBilinearOpImage - Class in it.geosolutions.jaiext.scale
-
- ScaleBilinearOpImage(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, float, float, float, float, boolean, Range, double[]) - Constructor for class ScaleBilinearOpImage
-
- ScaleCRIF - Class in it.geosolutions.jaiext.scale
-
- ScaleCRIF() - Constructor for class ScaleCRIF
-
Constructor.
- ScaleDescriptor - Class in it.geosolutions.jaiext.scale
-
An OperationDescriptor
describing the "Scale" operation.
- ScaleDescriptor() - Constructor for class 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, Range, double[]) - Constructor for class ScaleGeneralOpImage
-
- ScaleNearestOpImage - Class in it.geosolutions.jaiext.scale
-
- ScaleNearestOpImage(RenderedImage, ImageLayout, Map, BorderExtender, Interpolation, float, float, float, float, boolean, Range, double[]) - Constructor for class ScaleNearestOpImage
-
- 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, double[]) - Constructor for class 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 Scale2OpImage
-
The horizontal scale factor.
- scaleX - Variable in class ScaleOpImage
-
The horizontal scale factor.
- scaleXRational - Variable in class Scale2OpImage
-
Rational representations
- scaleXRational - Variable in class ScaleOpImage
-
Rational representations
- scaleXRationalDenom - Variable in class Scale2OpImage
-
- scaleXRationalDenom - Variable in class ScaleOpImage
-
- scaleXRationalNum - Variable in class Scale2OpImage
-
- scaleXRationalNum - Variable in class ScaleOpImage
-
- scaleY - Variable in class Scale2OpImage
-
The vertical scale factor.
- scaleY - Variable in class ScaleOpImage
-
The vertical scale factor.
- scaleYRational - Variable in class Scale2OpImage
-
Rational representations
- scaleYRational - Variable in class ScaleOpImage
-
Rational representations
- scaleYRationalDenom - Variable in class Scale2OpImage
-
- scaleYRationalDenom - Variable in class ScaleOpImage
-
- scaleYRationalNum - Variable in class Scale2OpImage
-
- scaleYRationalNum - Variable in class ScaleOpImage
-
- script(String) - Method in class JiffleBuilder
-
Sets the script to be compiled.
- script(File) - Method in class JiffleBuilder
-
Reads the script from scriptFile
.
- script() - Method in class JiffleParser
-
- Script - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- Script(Map<String, String>, Set<String>, Set<String>, GlobalVars, StatementList) - Constructor for class Script
-
- SCRIPT - Static variable in class JiffleDescriptor
-
- ScriptContext(ParserRuleContext, int) - Constructor for class JiffleParser.ScriptContext
-
- scriptToImage(double, double, int) - Method in interface BandTransform
-
Converts from script band indices to image band indices
- sdev(List) - Method in class JiffleFunctions
-
Gets the sample standard deviation of the input values.
- sdev(Double[], boolean) - Static method in class SampleStats
-
Calculates sample standard deviation.
- selectedBands - Variable in class StatisticsOpImage
-
Selected bands number
- SEMI - Static variable in class JiffleLexer
-
- SEMI() - Method in class JiffleParser.BreakifStmtContext
-
- SEMI() - Method in class JiffleParser.BreakStmtContext
-
- SEMI() - Method in class JiffleParser.EmptyStmtContext
-
- SEMI() - Method in class JiffleParser.ExprStmtContext
-
- SEMI() - Method in class JiffleParser.ImageVarDeclarationContext
-
- SEMI() - Method in class JiffleParser.ListAppendStmtContext
-
- SEMI() - Method in class JiffleParser.OptionContext
-
- SEMI - Static variable in class JiffleParser
-
- SEMI() - Method in class JiffleParser.VarDeclarationContext
-
- sempred(RuleContext, int, int) - Method in class JiffleParser
-
- SentinelNDVI - Class in it.geosolutions.jaiext.jiffle.demo
-
- SentinelNDVI() - Constructor for class SentinelNDVI
-
- SeparableConvolveOpImage - Class in it.geosolutions.jaiext.convolve
-
- SeparableConvolveOpImage(RenderedImage, BorderExtender, RenderingHints, ImageLayout, KernelJAI, ROI, Range, double, boolean) - Constructor for class SeparableConvolveOpImage
-
- set(ParseTree, T) - Method in class PropertyWorker
-
- setAction(ConcurrentTileCache.Actions) - Method in class CachedTileImpl
-
Sets the status of the tile
- setAlphaChannel(PlanarImage) - Method in class ImageMosaicBean
-
- setBaseClassName(String) - Method in class SourceWriter
-
- setBinWidth(int) - Method in class DisplayHistogram
-
Override the default bin width (for plotting)
- setConcurrencyLevel(int) - Method in class ConcurrentTileCache
-
Sets the cache ConcurrencyLevel and then flush and rebuild the cache
- setConcurrencyLevel(int) - Method in class ConcurrentTileCacheMultiMap
-
Sets the cache ConcurrencyLevel and then flush and rebuild the cache
- setDefaultBounds() - Method in class AbstractDirectRuntime
-
Sets default bounds for the processing area.
- setDefaultBounds() - Method in class AbstractIndirectRuntime
- setDefaultBounds() - Method in class AbstractJiffleRuntime
-
- setDefaultBounds() - Method in interface JiffleDirectRuntime
-
Sets default bounds for the processing area.
- setDefaultTransform(CoordinateTransform) - Method in class AbstractDirectRuntime
-
- setDefaultTransform(CoordinateTransform) - Method in class AbstractJiffleRuntime
-
Sets a coordinate transform to be used by any source and destination images
submitted to the runtime object without their own transforms.
- setDefaultTransform(CoordinateTransform) - Method in interface JiffleRuntime
-
Sets a coordinate transform to be used by any source and destination images
submitted to the runtime object without their own transforms.
- setDestinationImage(String, WritableRenderedImage) - Method in class AbstractDirectRuntime
-
Associates a variable name with a destination image.
- setDestinationImage(String, WritableRenderedImage, CoordinateTransform) - Method in class AbstractDirectRuntime
-
Associates a variable name with a destination image and coordinate transform.
- setDestinationImage(String) - Method in class AbstractIndirectRuntime
-
- setDestinationImage(String, CoordinateTransform) - Method in class AbstractIndirectRuntime
-
- setDestinationImage(String, WritableRenderedImage, CoordinateTransform) - Method in interface JiffleDirectRuntime
-
Associates a variable name with a destination image and coordinate transform.
- setDestinationImage(String, WritableRenderedImage) - Method in interface JiffleDirectRuntime
-
Associates a variable name with a destination image.
- setDestinationImage(String, CoordinateTransform) - Method in interface JiffleIndirectRuntime
-
Specifies the name of the script variable which represents the destination
image and defines the coordinate transform.
- setDestinationImage(String) - Method in interface JiffleIndirectRuntime
-
Specifies the name of the script variable which represents the destination
image.
- setDestinationNoData(double) - Method in class InterpolationBicubic
-
- setDestinationNoData(double) - Method in class InterpolationBilinear
-
- setDestinationNoData(double) - Method in class InterpolationNearest
-
- setDestinationNoData(double) - Method in interface InterpolationNoData
-
Sets the destinationNoData value associated to the Interpolation Object
- setDestinationNoData(double) - Method in class LookupTable
-
This method sets destination no data used for No Data or ROI calculation
- setDestValue(Jiffle.RuntimeModel, String, String) - Static method in class DirectSources
-
- SetDestValue - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- SetDestValue(String, Expression) - Constructor for class SetDestValue
-
- setFactory(Object) - Method in class ConcurrentOperationRegistry.OperationItem
-
- setFactoryPreference(String, String, String, Object, Object) - Method in class ConcurrentOperationRegistry
-
- setGeometry(Geometry) - Method in class LiteShape
-
Sets the geometry contained in this lite shape.
- setHeight(int) - Method in class DisplayHistogram
-
Override the default height for the plot.
- setImage(RenderedImage) - Method in class ImageMosaicBean
-
- setImage(RenderedImage) - Method in class SimpleImagePane
-
Sets the image to display and repaints.
- setImage(PlanarImage) - Method in class DisplayHistogram
-
- setImage(RenderedImage) - Method in class ImageViewer
-
- setImage(RenderedImage) - Method in class RenderedImageBrowser
-
- setImage(RenderedImage) - Method in class RenderedImageInfoPanel
-
- setImageParams(Map<String, Jiffle.ImageRole>) - Method in class Jiffle
-
Sets the image parameters.
- setImageParams(Map) - Method in class AbstractJiffleRuntime
-
Supplies the runtime object with the names and roles if image variables
used in the script.
- setImageParams(Map<String, Jiffle.ImageRole>) - Method in interface JiffleRuntime
-
Supplies the runtime object with the names and roles if image variables
used in the script.
- setIndexMultiplier(int) - Method in class DisplayHistogram
-
Override the index multiplying factor (for bins with width !
- setInverse(MathTransformation) - Method in class DefaultPiecewiseTransform1DElement
-
- setJAIAcceleration(String, boolean) - Static method in class JAIExt
-
This method sets/unsets the netive acceleration for a JAI operation
- setLabel(String) - Method in class ProgressMeter
-
Updates the progress label.
- setMaxCount(int) - Method in class DisplayHistogram
-
Set the maximum value (used to scale the histogram y-axis).
- setMaxIncluded(boolean) - Method in class Range
-
Sets the isMaxIncluded parameter
- setMemoryCapacity(long) - Method in class ConcurrentTileCache
-
Sets the cache memory capacity and then flush and rebuild the cache
- setMemoryCapacity(long) - Method in class ConcurrentTileCacheMultiMap
-
Sets the cache memory capacity and then flush and rebuild the cache
- setMemoryThreshold(float) - Method in class ConcurrentTileCache
-
Sets the cache memory threshold and then flush and rebuild the cache
- setMemoryThreshold(float) - Method in class ConcurrentTileCacheMultiMap
-
Sets the cache memory threshold and then flush and rebuild the cache
- setMinIncluded(boolean) - Method in class Range
-
Sets the isMinIncluded parameter
- setMlibFactory(Object) - Method in class ConcurrentOperationRegistry.OperationItem
-
- setMlibPreference(boolean) - Method in class ConcurrentOperationRegistry.OperationItem
-
- setName(String) - Method in class Jiffle
-
Replaces the default name set for this object with a user-supplied name.
- setNoDataRange(Range) - Method in class InterpolationBicubic
-
- setNoDataRange(Range) - Method in class InterpolationBilinear
-
- setNoDataRange(Range) - Method in class InterpolationNearest
-
- setNoDataRange(Range) - Method in interface InterpolationNoData
-
Set NoData Range associated to the Interpolation object.
- setNoDataRange(Range) - Method in class LookupTable
-
No Data flag is set to true and no data range is taken
- setOffset(double) - Method in class SingleDimensionTransformation
-
- setOperationCollection(ConcurrentOperationRegistry.OperationCollection) - Method in class ConcurrentOperationRegistry
-
Sets the OperationCollection
containing the list of all the operations contained by the registry.
- setOrdinate(int, int, double) - Method in class CoordinateSequence2D
-
Sets the ordinate of a coordinate in this sequence.
- setOrdinatePosition(double) - Method in class Position
-
Sets the current ordinate position parameter
- setPollingInterval(long) - Method in class JiffleExecutor
-
Sets the polling interval for task completion.
- setProductPreference(String, String, String, String) - Method in class ConcurrentOperationRegistry
-
- setProgress(float) - Method in class ProgressMeter
-
Updates the progress bar.
- setProperties(Hashtable) - Method in class NullOpImage
-
Set the properties Hashtable
of the source image
to the supplied Hashtable
.
- setProperty(String, Object) - Method in class NullOpImage
-
Sets a property on the source image by name.
- setRasterFormatTag(RasterFormatTag) - Method in class ImageMosaicBean
-
- setRelatedViewer(ImageViewer) - Method in class ImageViewer
-
- setRoi(ROI) - Method in class ImageMosaicBean
-
- setROIBounds(Rectangle) - Method in class InterpolationBicubic
-
- setROIBounds(Rectangle) - Method in class InterpolationBilinear
-
- setROIBounds(Rectangle) - Method in class InterpolationNearest
-
- setRoiImage(RenderedImage) - Method in class ImageMosaicBean
-
- setROIparams(Rectangle, PlanarImage, boolean) - Method in class LookupTable
-
ROI flag is set to true and the ROI fields are all filled
- setScale(double) - Method in class SingleDimensionTransformation
-
- setScript(String) - Method in class Jiffle
-
Sets the script.
- setScript(File) - Method in class Jiffle
-
Sets the script.
- setScript(String) - Method in class SourceWriter
-
- setSkipIndexes(int) - Method in class DisplayHistogram
-
Override the index skipping factor (determines how many labels will be
printed on the index axis).
- setSourceImage(String, RenderedImage) - Method in class AbstractJiffleRuntime
-
Associates a variable name with a source image.
- setSourceImage(String, RenderedImage, CoordinateTransform) - Method in class AbstractJiffleRuntime
-
Associates a variable name with a source image and coordinate transform.
- setSourceImage(String, RenderedImage, CoordinateTransform) - Method in interface JiffleRuntime
-
Associates a variable name with a source image and coordinate transform.
- setSourceImage(String, RenderedImage) - Method in interface JiffleRuntime
-
Associates a variable name with a source image.
- setSourceImageBandTransform(String, BandTransform) - Method in class AbstractJiffleRuntime
-
- setSourceImageBandTransform(String, BandTransform) - Method in interface JiffleRuntime
-
Associates a given source image with a BandTransform
- setSourceImageCoordinateTransform(String, CoordinateTransform) - Method in class AbstractJiffleRuntime
-
- setSourceImageCoordinateTransform(String, CoordinateTransform) - Method in interface JiffleRuntime
-
Associates a given source image with a CoordinateTransform
- setSourcelessImage(RenderedImage) - Static method in class 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 ImageMosaicBean
-
- setStatusMessage(String) - Method in class ImageViewer
-
- setStatusText(String) - Method in class ImageFrame
-
Set the status bar contents.
- setTaskSize(long) - Method in class AbstractProgressListener
-
Called by the runtime object at the start of processing to set this
listener's task size field.
- setTaskSize(long) - Method in interface JiffleProgressListener
-
Called by the runtime object to inform the listener of the total
number of pixels in the largest destination image that will be
processed.
- setThreshold(int) - Method in class ROIGeometry
-
- setTileCapacity(int) - Method in class ConcurrentTileCache
-
Not Supported
- setTileCapacity(int) - Method in class ConcurrentTileCacheMultiMap
-
Not Supported
- setTileComparator(Comparator) - Method in class ConcurrentTileCache
-
Not Supported
- setTileComparator(Comparator) - Method in class ConcurrentTileCacheMultiMap
-
Not Supported
- setTransform(CoordinateTransform, boolean) - Method in class AbstractDirectRuntime.DestinationImage
-
- setTransform(CoordinateTransform, boolean) - Method in class AbstractJiffleRuntime.SourceImage
-
- setTransform(MathTransformation) - Method in class DefaultPiecewiseTransform1DElement
-
- setUpdateInterval(long) - Method in class AbstractProgressListener
-
Sets the update interval.
- setUpdateInterval(double) - Method in class AbstractProgressListener
-
Sets the update interval expressed a proportion of the total number of
pixels.
- setUpdateInterval(long) - Method in interface JiffleProgressListener
-
Called by the client to request that the listener be notified
of task progress after each numPixels
number of destination
pixels have been processed by the runtime object.
- setUpdateInterval(double) - Method in interface JiffleProgressListener
-
Called by the client to request that the listener be notified
of task progress after each propPixels
proportion of the
destination pixels has been processed by the runtime object.
- setUseROIAccessor(boolean) - Method in class InterpolationBicubic
-
- setUseROIAccessor(boolean) - Method in class InterpolationBilinear
-
- setUseROIAccessor(boolean) - Method in class InterpolationNearest
-
- setUseROIAccessor(boolean) - Method in interface InterpolationNoData
-
Sets the useROIAccessor value associated to the Interpolation Object
- setVar(String, Double) - Method in class AbstractJiffleRuntime
-
Sets the value of a variable that was declared in the script's
init block, overriding the default value in the script
if present.
- setVar(String, Double) - Method in interface JiffleRuntime
-
Sets the value of a variable that was declared in the script's
init block, overriding the default value in the script
if present.
- setVisible(boolean) - Method in class JiffleDemo
-
- setVisible(boolean) - Method in class ProgressMeter
-
- setWorldByNumPixels(Rectangle2D, int, int) - Method in class AbstractJiffleRuntime
-
Sets the world (processing area) bounds and the number of pixels in the
X and Y directions.
- setWorldByNumPixels(Rectangle2D, int, int) - Method in interface JiffleRuntime
-
Sets the world (processing area) bounds and the number of pixels in the
X and Y directions.
- setWorldByResolution(Rectangle2D, double, double) - Method in class AbstractJiffleRuntime
-
Sets the world (processing area) bounds and resolution (pixel dimensions).
- setWorldByResolution(Rectangle2D, double, double) - Method in interface JiffleRuntime
-
Sets the world (processing area) bounds and resolution (pixel dimensions).
- setX(int, double) - Method in class CoordinateSequence2D
-
Sets the X ordinate of the point at the given index.
- setXY(int, double, double) - Method in class CoordinateSequence2D
-
Sets the coordinate at the given index.
- setY(int, double) - Method in class CoordinateSequence2D
-
Sets the Y ordinate of the point at the given index.
- ShadedReliefAlgorithm - Enum in it.geosolutions.jaiext.shadedrelief
-
- ShadedReliefAlgorithm.ShadedReliefParameters - Class in it.geosolutions.jaiext.shadedrelief
-
- ShadedReliefDescriptor - Class in it.geosolutions.jaiext.shadedrelief
-
An OperationDescriptor
describing the "ShadedRelief" operation.
- ShadedReliefDescriptor() - Constructor for class ShadedReliefDescriptor
-
Constructor.
- ShadedReliefParameters(double, double, double, double, double, double, ShadedReliefAlgorithm) - Constructor for class ShadedReliefAlgorithm.ShadedReliefParameters
-
- ShadedReliefRIF - Class in it.geosolutions.jaiext.shadedrelief
-
ShadedRelief processing RenderedImageFactory.
- ShadedReliefRIF() - Constructor for class ShadedReliefRIF
-
- shift(int, int) - Static method in class ColorUtils
-
Bit shifts a color component, loosing the less significant bits
- shift - Variable in class Scale2OpImage
-
Value used for calculating the bilinear interpolation for integer dataTypes
- shift - Variable in class ScaleOpImage
-
Value used for calculating the bilinear interpolation for integer dataTypes
- shift2 - Variable in class Scale2OpImage
-
Value used for calculating the bilinear interpolation
- shift2 - Variable in class ScaleOpImage
-
Value used for calculating the bilinear interpolation
- SHORT_UPPER_BOUND - Static variable in enum AlgebraDescriptor.Operator
-
The largest short to get a non-overflowed exponential result. i.e. closest to 32767. exp(10) = 22026.46579, exp(11) = 59874.14171
- shortLoop(RasterAccessor, RasterAccessor, RandomIter, boolean) - Method in class Convolve3x3OpImage
-
- shortLoop(RasterAccessor, RasterAccessor, RandomIter, boolean) - Method in class ConvolveGeneralOpImage
-
- shortLoop(RasterAccessor, RasterAccessor, RandomIter, boolean) - Method in class ConvolveOpImage
-
- shortLoop(RasterAccessor, RasterAccessor, RandomIter, boolean) - Method in class SeparableConvolveOpImage
-
- shortLoop(RasterAccessor, Rectangle, RasterAccessor, Statistics[][], RandomIter) - Method in class StatisticsOpImage
-
- showChain(RenderedImage, String) - Static method in class RenderedImageBrowser
-
- showChain(RenderedImage) - Static method in class RenderedImageBrowser
-
- showChain(RenderedImage, boolean) - Static method in class RenderedImageBrowser
-
- showChain(RenderedImage, boolean, boolean) - Static method in class RenderedImageBrowser
-
- showChain(RenderedImage, boolean, boolean, String) - Static method in class RenderedImageBrowser
-
- showImage(RenderedImage, String) - Static method in class ImageFrame
-
Displays the given image in a new ImageFrame.
- showImage(RenderedImage, String, boolean) - Static method in class ImageFrame
-
Displays the given image in a new ImageFrame.
- shutdown() - Method in class JiffleExecutor
-
Requests that the executor shutdown after completing any tasks
already submitted.
- shutdownAndWait(long, TimeUnit) - Method in class JiffleExecutor
-
Requests that the executor shutdown after completing any tasks
already submitted.
- shutdownNow() - Method in class JiffleExecutor
-
Attempts to shutdown the executor immediately.
- sign(double) - Method in class JiffleFunctions
-
Return the sign of x
as an integer.
- SimpleColorIndexer - Class in it.geosolutions.jaiext.colorindexer
-
Maps every given color to the closest color in the palette, by exaustive search
- SimpleColorIndexer(byte[][]) - Constructor for class SimpleColorIndexer
-
- SimpleColorIndexer(IndexColorModel) - Constructor for class SimpleColorIndexer
-
- SimpleImagePane - Class in it.geosolutions.jaiext.swing
-
A basic Swing widget to display a RenderedImage
.
- SimpleImagePane() - Constructor for class SimpleImagePane
-
Creatss a new instance.
- SimpleStatement - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- SimpleStatement(Expression) - Constructor for class SimpleStatement
-
- SimpleStatsOpImage - Class in it.geosolutions.jaiext.stats
-
The SimpleStatsOpImage class performs various simple statistics operations on an image.
- SimpleStatsOpImage(RenderedImage, int, int, ROI, Range, boolean, int[], Statistics.StatsType[]) - Constructor for class SimpleStatsOpImage
-
- SingleDimensionTransformation - Class in it.geosolutions.jaiext.piecewise
-
- SingleDimensionTransformation(double, double) - Constructor for class SingleDimensionTransformation
-
- SingleDimensionTransformation.ConstantTransform - Class in it.geosolutions.jaiext.piecewise
-
- size() - Method in class LinearColorMap
-
- size() - Method in class PackedHistogram
-
- size() - Method in class IntegerStack
-
Gets the number of items on the stack.
- size() - Method in class CoordinateSequence2D
- size() - Method in class DefaultDomain1D
-
Returns the number of elements in this list.
- skipNoData - Variable in class ConvolveOpImage
-
- sort(int, int, PackedHistogram.SortComponent) - Method in class PackedHistogram
-
- source(String, RenderedImage) - Method in class JiffleBuilder
-
Associates a variable name with a source image.
- source(String, RenderedImage, CoordinateTransform) - Method in class JiffleBuilder
-
Associates a variable name with a source image and coordinate transform.
- SOURCE_NAMES - Static variable in class JiffleDescriptor
-
- SourceImage(String, RenderedImage) - Constructor for class AbstractJiffleRuntime.SourceImage
-
- SourcePositionsWorker - Class in it.geosolutions.jaiext.jiffle.parser
-
Support class helping to list all the unique positions read in the various sources
- SourcePositionsWorker(ParseTree, List<String>) - Constructor for class SourcePositionsWorker
-
- SourceWriter - Class in it.geosolutions.jaiext.jiffle.parser.node
-
Helper class for writing source code, handles proper indentation
- SourceWriter(Jiffle.RuntimeModel) - Constructor for class SourceWriter
-
- spaces(Object...) - Static method in class Strings
-
Calls toString on each object of args and concatenates the
results with space delimiters.
- specialBlock() - Method in class JiffleParser.ScriptContext
-
- specialBlock(int) - Method in class JiffleParser.ScriptContext
-
- specialBlock() - Method in class JiffleParser
-
- SpecialBlockContext(ParserRuleContext, int) - Constructor for class JiffleParser.SpecialBlockContext
-
- split(String, String) - Static method in class Strings
-
Replacement for String.split that doesn't return
empty tokens.
- SquareRootStretchCRIF - Class in it.geosolutions.jaiext.contrastenhancement
-
- SquareRootStretchCRIF() - Constructor for class SquareRootStretchCRIF
-
Constructor.
- SquareRootStretchDescriptor - Class in it.geosolutions.jaiext.contrastenhancement
-
- SquareRootStretchDescriptor() - Constructor for class SquareRootStretchDescriptor
-
Constructor.
- SRC_BAND_TRANSFORMS - Static variable in class JiffleDescriptor
-
- SRC_COORDINATE_TRANSFORMS - Static variable in class JiffleDescriptor
-
- srcROI - Variable in class Scale2OpImage
-
Source ROI
- srcROI - Variable in class ScaleOpImage
-
Source ROI
- srcROIImage - Variable in class LookupTable
-
ROI image
- srcROIImage - Variable in class Scale2OpImage
-
ROI image
- srcROIImage - Variable in class ScaleOpImage
-
ROI image
- srcROIImage - Variable in class StatisticsOpImage
-
ROI image
- srcROIImgExt - Variable in class Scale2OpImage
-
Extended ROI image
- srcROIImgExt - Variable in class ScaleOpImage
-
Extended ROI image
- srcROIImgExt - Variable in class StatisticsOpImage
-
Extended ROI image
- start() - Method in interface JiffleProgressListener
-
Called by the runtime object when the task starts.
- start() - Method in class NullProgressListener
-
- statement() - Method in class JiffleParser.BlockContext
-
- statement(int) - Method in class JiffleParser.BlockContext
-
- statement() - Method in class JiffleParser.BodyContext
-
- statement(int) - Method in class JiffleParser.BodyContext
-
- statement() - Method in class JiffleParser.ForeachStmtContext
-
- statement() - Method in class JiffleParser.IfStmtContext
-
- statement(int) - Method in class JiffleParser.IfStmtContext
-
- statement() - Method in class JiffleParser
-
- statement() - Method in class JiffleParser.UntilStmtContext
-
- statement() - Method in class JiffleParser.WhileStmtContext
-
- Statement - Interface in it.geosolutions.jaiext.jiffle.parser.node
-
- StatementContext(ParserRuleContext, int) - Constructor for class JiffleParser.StatementContext
-
- StatementContext() - Constructor for class JiffleParser.StatementContext
-
- StatementList - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- StatementList(List<Statement>) - Constructor for class StatementList
-
- 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 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 StatisticsDescriptor
-
- StatisticsOpImage - Class in it.geosolutions.jaiext.stats
-
This abstract class is used for defining the common methods for calculating image statistics.
- StatisticsOpImage(RenderedImage, int, int, ROI, Range, boolean, int[], Statistics.StatsType[], double[], double[], int[]) - Constructor for class 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 StatisticsRIF
-
- statNum - Variable in class StatisticsOpImage
-
Length of the statsTypes array
- stats - Variable in class StatisticsOpImage
-
Object containing the current statistics for the selected bands and for the selected statistic types
- STATS_NAME - Static variable in class JAIExt
-
- STATS_PROPERTY - Static variable in class 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 StatisticsOpImage
-
Array containing the type of statistics to calculate
- Strings - Class in it.geosolutions.jaiext.jiffle.util
-
A few assorted string operations.
- Strings() - Constructor for class Strings
-
- submit(JiffleDirectRuntime, JiffleProgressListener) - Method in class JiffleExecutor
-
Submits an JiffleDirectRuntime
object for execution.
- subsample() - Method in class Quantizer
-
Enables logarithmic subsampling
- subsampleBits - Variable in class AffineBicubicOpImage
-
Subsample bits used for bicubic interpolation
- subsampleBits - Variable in class Scale2OpImage
-
Subsample bits used for binary and bicubic interpolation
- subsampleBits - Variable in class ScaleOpImage
-
Subsample bits used for binary and bicubic interpolation
- subtract(Range, Range) - Static method in class RangeFactory
-
- subtract(ROI) - Method in class ROIGeometry
-
Returns a new instance which is the difference of this ROI and roi
.
- sum(List) - Method in class JiffleFunctions
-
Gets the sum of the input values.
- sum(Double[], boolean) - Static method in class SampleStats
-
Calculates the sum of the values.
- supportsMultipleValues() - Method in enum AlgebraDescriptor.Operator
-
- suppressAllProperties(String, String) - Method in class ConcurrentOperationRegistry
-
- suppressProperty(String, String, String) - Method in class ConcurrentOperationRegistry
-
- Symbol - Class in it.geosolutions.jaiext.jiffle.parser
-
Represents a symbol in a Jiffle script.
- Symbol(String, Symbol.Type) - Constructor for class Symbol
-
Creates a new symbol.
- Symbol.Type - Enum in it.geosolutions.jaiext.jiffle.parser
-
- symbols - Variable in class SymbolScope
-
Symbols defined within this scope, keyed by name.
- SymbolScope - Class in it.geosolutions.jaiext.jiffle.parser
-
A symbol scope level.
- SymbolScope(String, SymbolScope) - Constructor for class SymbolScope
-
Creates a new instance.
- syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class JiffleParserErrorListener
-
- validateArguments(String, ParameterBlock, StringBuffer) - Method in class ArtifactsFilterDescriptor
-
Checks parameters for the following:
Number of sources is 1
Data image bands are valid
- validateArguments(String, ParameterBlock, StringBuffer) - Method in class BandCombineDescriptor
-
Validates the input source and parameters.
- validateArguments(String, ParameterBlock, StringBuffer) - Method in class BandSelectDescriptor
-
Validates the input source and parameters.
- validateArguments(String, ParameterBlock, StringBuffer) - Method in class OrderedDitherDescriptor
-
Validates the input source and parameters.
- validateColorMapTye(int) - Static method in class LinearColorMap.LinearColorMapType
-
Validates the provided color map type.
- validateParameters(ParameterBlock, StringBuffer) - Method in class AffineDescriptor
-
Validates the input parameters.
- validateParameters(String, ParameterBlock, StringBuffer) - Method in class OperationConstDescriptor
-
- validateParameters(ParameterBlock, StringBuffer) - Method in class ClampDescriptor
-
- validateParameters(String, ParameterBlock, StringBuffer) - Method in class RasterClassifierDescriptor
-
Returns true
if the parameters are valids.
- validateParameters(String, ParameterBlock, StringBuffer) - Method in class ColorIndexerDescriptor
-
Returns true
if the parameters are valids.
- validateParameters(ParameterBlock, StringBuffer) - Method in class SquareRootStretchDescriptor
-
Validates the input parameter.
- validateParameters(String, ParameterBlock, StringBuffer) - Method in class GenericPiecewiseDescriptor
-
Returns true
if the parameters are valids.
- validateParameters(ParameterBlock, StringBuffer) - Method in class Scale2Descriptor
-
Validates the input parameters.
- validateParameters(ParameterBlock, StringBuffer) - Method in class ScaleDescriptor
-
Validates the input parameters.
- validateParameters(ParameterBlock, StringBuffer) - Method in class ThresholdDescriptor
-
- validateParameters(String, ParameterBlock, StringBuffer) - Method in class VectorBinarizeDescriptor
-
Validates supplied parameters.
- validateSources(String, ParameterBlock, StringBuffer) - Method in class BinarizeDescriptor
-
Validates the input source.
- validateSources(String, ParameterBlock, StringBuffer) - Method in class ColorIndexerDescriptor
-
Returns true
if this operation supports the specified mode, and is capable of handling the given input source(s) for the specified
mode.
- validateSources(String, ParameterBlock, StringBuffer) - Method in class NullDescriptor
-
Returns true
if there is at least one source and the first source is a RenderedImage
or RenderableImage
.
- value - Variable in class ScalarLiteral
-
- valueAction() - Method in enum ConcurrentTileCache.Actions
-
- valueOf(String) - Static method in enum ConcurrentTileCache.Actions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum AlgebraDescriptor.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ArtifactsFilterOpImage.DataTypeCalculator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ExtendedBandMergeOpImage.Transform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum PackedHistogram.SortComponent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ImageChoice
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum Jiffle.ImageRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum Jiffle.RuntimeModel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum Errors
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum FunctionInfo.Provider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum JiffleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum Message.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum BinaryExpression.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum Symbol.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum MosaicOpImage.WeightType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum Range.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ShadedReliefAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum Statistics.StatsType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ConcurrentTileCache.Actions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum AlgebraDescriptor.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ArtifactsFilterOpImage.DataTypeCalculator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ExtendedBandMergeOpImage.Transform
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum PackedHistogram.SortComponent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ImageChoice
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum Jiffle.ImageRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum Jiffle.RuntimeModel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum Errors
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum FunctionInfo.Provider
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum JiffleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum Message.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum BinaryExpression.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum Symbol.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum MosaicOpImage.WeightType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum Range.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ShadedReliefAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum Statistics.StatsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- varDeclaration() - Method in class JiffleParser.InitBlockContext
-
- varDeclaration(int) - Method in class JiffleParser.InitBlockContext
-
- varDeclaration() - Method in class JiffleParser
-
- VarDeclarationContext(ParserRuleContext, int) - Constructor for class JiffleParser.VarDeclarationContext
-
- Variable - Class in it.geosolutions.jaiext.jiffle.parser.node
-
- Variable(String, JiffleType) - Constructor for class Variable
-
- variables - Variable in class InitBlockWorker
-
- variance(List) - Method in class JiffleFunctions
-
Gets the sample variance of the input values.
- variance(Double[], boolean) - Static method in class SampleStats
-
Calculates sample variance using the running sample algorithm
of Welford (1962) described by Knuth in The Art of Computer
Programming (3rd ed) Vol.2 p.232
- VarianceStd - Class in it.geosolutions.jaiext.stats
-
This subclass of
Statistics
is used for calculating the variance or the standard deviation of an image.
- VarIDContext(JiffleParser.IdentifiedAtomContext) - Constructor for class JiffleParser.VarIDContext
-
- VarWorker - Class in it.geosolutions.jaiext.jiffle.parser
-
Inspects variables in the parse tree, labels their type and checks
usage.
- VarWorker(ParseTree, Map<String, Jiffle.ImageRole>) - Constructor for class VarWorker
-
- VectorBinarizeDescriptor - Class in it.geosolutions.jaiext.vectorbin
-
Describes the "VectorBinarize" operation which creates a binary image based on pixel inclusion in a polygonal Geometry
object.
- VectorBinarizeDescriptor() - Constructor for class VectorBinarizeDescriptor
-
Creates a new instance.
- VectorBinarizeOpImage - Class in it.geosolutions.jaiext.vectorbin
-
Creates a binary image based on tests of pixel inclusion in a polygonal Geometry
.
- VectorBinarizeOpImage(SampleModel, Map, int, int, int, int, PreparedGeometry, boolean) - Constructor for class VectorBinarizeOpImage
-
Constructor.
- VectorBinarizeRIF - Class in it.geosolutions.jaiext.vectorbin
-
The image factory for the VectorBinarize operator.
- VectorBinarizeRIF() - Constructor for class VectorBinarizeRIF
-
- visitErrorNode(ErrorNode) - Method in class JiffleBaseListener
-
The default implementation does nothing.
- visitTerminal(TerminalNode) - Method in class JiffleBaseListener
-
The default implementation does nothing.
- VOCABULARY - Static variable in class JiffleLexer
-
- VOCABULARY - Static variable in class JiffleParser
-