| Name | Description | Type | Package | Framework |
| Absolute | Computes the mathematical absolute value of each sample value. | Class | org.geotools.coverage.processing.operation | GeoTools |
| AbstractOperation | Provides descriptive information for a coverage processing operation. | Class | org.geotools.coverage.processing | GeoTools |
| AbstractProcessor | Base class for coverage processor implementations. | Class | org.geotools.coverage.processing | GeoTools |
| Add | Create 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] | Class | org.geotools.coverage.processing.operation | GeoTools |
| AddConst | Adds constants (one for each band) to every sample values of the source coverage. | Class | org.geotools.coverage.processing.operation | GeoTools |
| Affine | This operation is simply a wrapper for the JAI Affine operationSince:12. | Class | org.geotools.coverage.processing.operation | GeoTools |
| BandMerge | OperationJAI subclass used for executing the "Merge" of multiple coverages into a single coverage with multiple bands. | Class | org.geotools.coverage.processing.operation | GeoTools |
| BandMerge .TransformList | "getTransformationList" returns a List of the AffineTransformations to use for backward mapping the destination pixels into each sourceAuthor:Nicola Lagomarsini, GeoSolutions S. | Class | org.geotools.coverage.processing.operation.BandMerge | GeoTools |
| BaseMathOperationJAI | This class is the root class for the Maths operations. | Class | org.geotools.coverage.processing | GeoTools |
| BaseScaleOperationJAI | Base class for providing capabilities to scale GridCoverage2D objects using JAI scale operations. | Class | org.geotools.coverage.processing | GeoTools |
| BaseStatisticsOperationJAI | This class is the root class for the Statistics operations based on JAI's StatisticsOpImage like Extrema and Histogram. | Class | org.geotools.coverage.processing | GeoTools |
| BilevelOperation | Wraps any JAI operation producing a bilevel image. | Class | org.geotools.coverage.processing | GeoTools |
| CannotCropException | Throws when a "crop" operation has been requested but the specified grid coverage can't be scaled. | Class | org.geotools.coverage.processing | GeoTools |
| CannotReprojectException | Throws when a "resample" operation has been requested but the specified grid coverage can't be reprojected. | Class | org.geotools.coverage.processing | GeoTools |
| CannotScaleException | Throws when a "scale" operation has been requested but the specified grid coverage can't be scaled. | Class | org.geotools.coverage.processing | GeoTools |
| Convolve | Computes each output sample by multiplying elements of a kernel with the samples surrounding a particular source sample. | Class | org.geotools.coverage.processing.operation | GeoTools |
| CoverageProcessingException | Throws when a coverage operation failed. | Class | org.geotools.coverage.processing | GeoTools |
| CoverageProcessor | Base class for coverage processor implementations. | Class | org.geotools.coverage.processing | GeoTools |
| Crop | The crop operation is responsible for selecting geographic subarea of the source coverage. | Class | org.geotools.coverage.processing.operation | GeoTools |
| DivideByConst | Divides every sample values of the source coverage by constants (one for each band). | Class | org.geotools.coverage.processing.operation | GeoTools |
| EmptyIntersectionException | Special subclass of CannotCropException reporting that the raster space intersection between the crop area and the coverage one | Class | org.geotools.coverage.processing | GeoTools |
| Exp | Takes the exponential of the sample values of a coverage. | Class | org.geotools.coverage.processing.operation | GeoTools |
| ExtendedImagingParameterDescriptors | Extension of the ImagingParameterDescriptors class used for setting the right operation namefor the operation associated to the input RegistryElementDescriptor. | Class | org.geotools.coverage.processing | GeoTools |
| Extrema | This operation simply wraps JAI Extrema operations described by ExtremaDescriptor inside a GeoTools operation in order to make it | Class | org.geotools.coverage.processing.operation | GeoTools |
| FilteredSubsample | This operation is simply a wrapper for the JAI FilteredSubsample operation which allows me to arbitrarly scale a rendered image while smoothing it out. | Class | org.geotools.coverage.processing.operation | GeoTools |
| FilterOperation | Common super-class for filter operation. | Class | org.geotools.coverage.processing | GeoTools |
| GridCoverage2DRIA | A RenderedImage that provides values coming from a source GridCoverage2D, with a backing grid addressable as the target GridCoverage2D. | Class | org.geotools.coverage.processing.operation | GeoTools |
| Histogram | * This operation simply wraps JAI Histogram operations described by HistogramDescriptor inside a GeoTools operation in order to make it | Class | org.geotools.coverage.processing.operation | GeoTools |
| Interpolate | Specifies the interpolation type to be used to interpolate values for points which fall between grid cells. | Class | org.geotools.coverage.processing.operation | GeoTools |
| Invert | Inverts the sample values of a coverage. | Class | org.geotools.coverage.processing.operation | GeoTools |
| Log | Takes the natural logarithm of the sample values of a coverage. | Class | org.geotools.coverage.processing.operation | GeoTools |
| MaxFilter | For each position of the mask, replaces the center pixel by the maximum of the pixel values covered by the mask. | Class | org.geotools.coverage.processing.operation | GeoTools |
| MedianFilter | For each position of the mask, replaces the center pixel by the median of the pixel values covered by the mask. | Class | org.geotools.coverage.processing.operation | GeoTools |
| MinFilter | For each position of the mask, replaces the center pixel by the minimum of the pixel values covered by the mask. | Class | org.geotools.coverage.processing.operation | GeoTools |
| Mosaic | This operation does a mosaic of multiple GridCoverage2Ds. | Class | org.geotools.coverage.processing.operation | GeoTools |
| Mosaic .GridGeometryPolicy | Class | org.geotools.coverage.processing.operation.Mosaic | GeoTools | |
| Mosaic .Params | A block of parameters for a GridCoverage2D processed by the Mosaic operation. | Class | org.geotools.coverage.processing.operation.Mosaic | GeoTools |
| Multiply | Create a new coverage as the multiplication of two source coverages by doing pixel by pixel result[0][0] = source0[0][0] * source1[0][0] | Class | org.geotools.coverage.processing.operation | GeoTools |
| MultiplyConst | Multiplies every sample values of the source coverage by constants (one for each band). | Class | org.geotools.coverage.processing.operation | GeoTools |
| Operation2D | An operation working on GridCoverage2D sources. | Class | org.geotools.coverage.processing | GeoTools |
| OperationJAI | Wraps a JAI's OperationDescriptor for interoperability with Java Advanced Imaging. | Class | org.geotools.coverage.processing | GeoTools |
| OperationJAI .Parameters | A block of parameters for a GridCoverage2D processed by a OperationJAI. | Class | org.geotools.coverage.processing.OperationJAI | GeoTools |
| Operations | Convenience, type-safe, methods for applying some common operations on coverage objects. | Class | org.geotools.coverage.processing | GeoTools |
| RangeSpecifier | Argument type for DefaultProcessor operations for specifying the range, colors and units of a computation result. | Class | org.geotools.coverage.processing | GeoTools |
| Resample | Resample a grid coverage using a different grid geometry. | Class | org.geotools.coverage.processing.operation | GeoTools |
| Rescale | Maps the sample values of a coverage from one range to another range. | Class | org.geotools.coverage.processing.operation | GeoTools |
| Scale | This operation is simply a wrapper for the JAI scale operation which allows me to arbitrarily scale and translate a rendered image. | Class | org.geotools.coverage.processing.operation | GeoTools |
| SelectSampleDimension | Chooses N sample dimensions from a grid coverage and copies their sample data to the destination grid coverage in the order | Class | org.geotools.coverage.processing.operation | GeoTools |
| SubsampleAverage | This operation is simply a wrapper for the JAI SubsampleAverage operation which allows me to arbitrarily scale a rendered image while smoothing it out. | Class | org.geotools.coverage.processing.operation | GeoTools |
| SubtractConst | Subtracts constants (one for each band) from every sample values of the source coverage. | Class | org.geotools.coverage.processing.operation | GeoTools |
| SubtractFromConst | Subtracts every sample values of the source coverage from constants (one for each band). | Class | org.geotools.coverage.processing.operation | GeoTools |
| Warp | This operation is simply a wrapper for the JAI Warp operationSince:9. | Class | org.geotools.coverage.processing.operation | GeoTools |