Uses of Class
org.geotools.coverage.processing.OperationJAI
Packages that use OperationJAI
Package
Description
Coverage processing
implementations.
List of coverage operations.
Raster processing support for the GeoTools library.
-
Uses of OperationJAI in org.geotools.coverage.processing
Subclasses of OperationJAI in org.geotools.coverage.processingModifier and TypeClassDescriptionclassThis class is the root class for the Maths operations.classBase class for providing capabilities to scaleGridCoverage2Dobjects using ImageN scale operations.classThis class is the root class for the Statistics operations based onJAI'sStatisticsOpImagelike Extrema and Histogram.classWraps any ImageN operation producing a bilevel image.classCommon super-class for filter operation. -
Uses of OperationJAI in org.geotools.coverage.processing.operation
Subclasses of OperationJAI in org.geotools.coverage.processing.operationModifier and TypeClassDescriptionclassComputes the mathematical absolute value of each sample value.classCreate a new coverage as the sum of two source coverages by doing pixel by pixel addition: result[0][0] = source0[0][0] + source1[0][0] ... ... result[i][j] = source0[i][j] + source1[i][j] ... ... result[n-1][m-1] = source0[n-1][m-1] + source1[n-1][m-1]classAdds constants (one for each band) to every sample values of the source coverage.classThis operation is simply a wrapper for the ImageN Affine operationclassOperationJAIsubclass used for executing the "Merge" of multiple coverages into a single coverage with multiple bands.classComputes each output sample by multiplying elements of a kernel with the samples surrounding a particular source sample.classDivides every sample values of the source coverage by constants (one for each band).classTakes the exponential of the sample values of a coverage.classThis operation simply wraps ImageN Stats operation (Extrema) inside a GeoTools operation in order to make it spatial-aware.classThis operation is simply a wrapper for the ImageN FilteredSubsample operation which allows me to arbitrarly scale a rendered image while smoothing it out.classThis operation simply wraps ImageN Stats operation (Histogram) inside a GeoTools operation in order to make it spatial-aware.classInverts the sample values of a coverage.classTakes the natural logarithm of the sample values of a coverage.classFor each position of the mask, replaces the center pixel by the maximum of the pixel values covered by the mask.classFor each position of the mask, replaces the center pixel by the median of the pixel values covered by the mask.classFor each position of the mask, replaces the center pixel by the minimum of the pixel values covered by the mask.classThis operation does a mosaic of multipleGridCoverage2Ds.classCreate a new coverage as the multiplication of two source coverages by doing pixel by pixel multiplication: result[0][0] = source0[0][0] * source1[0][0] ... ... result[i][j] = source0[i][j] * source1[i][j] ... ...classMultiplies every sample values of the source coverage by constants (one for each band).classMaps the sample values of a coverage from one range to another range.classThis operation is simply a wrapper for the ImageN scale operation which allows me to arbitrarily scale and translate a rendered image.classA simple wrapper for the jai-ext ShadedRelief operation.classThis operation is simply a wrapper for the ImageN SubsampleAverage operation which allows me to arbitrarily scale a rendered image while smoothing it out.classSubtracts constants (one for each band) from every sample values of the source coverage.classSubtracts every sample values of the source coverage from constants (one for each band).classThis operation is simply a wrapper for the ImageN Warp operationclassThis operation is similar to theZonalStatsoperation but implements a new version of the "ZonalStats" operation. -
Uses of OperationJAI in org.geotools.process.raster
Subclasses of OperationJAI in org.geotools.process.raster