Uses of Class
org.geotools.coverage.processing.CoverageProcessingException
Packages that use CoverageProcessingException
Package
Description
Coverage processing
implementations.
List of coverage operations.
SLD 1.0 and SE RasterSymbolizer support classes
-
Uses of CoverageProcessingException in org.geotools.coverage.processing
Subclasses of CoverageProcessingException in org.geotools.coverage.processingModifier and TypeClassDescriptionclass
Throws when a "crop" operation has been requested but the specified grid coverage can't be scaled.class
Throws when a "resample" operation has been requested but the specified grid coverage can't be reprojected.class
Throws when a "scale" operation has been requested but the specified grid coverage can't be scaled.class
Special subclass ofCannotCropException
reporting that the raster space intersection between the crop area and the coverage one was found to be emptyMethods in org.geotools.coverage.processing that throw CoverageProcessingExceptionModifier and TypeMethodDescriptionComputes the mathematical absolute value of each sample value.Adds constants (one for each band) to every sample values of the source coverage.Returns the sum between two coveragesOperations.affine
(GridCoverage source, AffineTransform transform, Interpolation interpolation, double[] noDataValues) Translates and resizes an image.Crops the image to a specified rectangular area.Crops the image to a specified clipping areaDivides every sample values of the source coverage by constants (one for each band).abstract Coverage
AbstractOperation.doOperation
(ParameterValueGroup parameters, Hints hints) Applies a process operation to a coverage.OperationJAI.doOperation
(ParameterValueGroup parameters, Hints hints) Applies a process operation to a grid coverage.protected final Coverage
Operations.doOperation
(String operationName, Coverage source) Applies a process operation with default parameters.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1) Applies a process operation with one parameter.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1, String argumentName2, Object argumentValue2) Applies process operation with two parameters.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1, String argumentName2, Object argumentValue2, String argumentName3, Object argumentValue3) Applies a process operation with three parameters.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1, String argumentName2, Object argumentValue2, String argumentName3, Object argumentValue3, String argumentName4, Object argumentValue4) Applies a process operation with four parameters.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1, String argumentName2, Object argumentValue2, String argumentName3, Object argumentValue3, String argumentName4, Object argumentValue4, String argumentName5, Object argumentValue5) Applies a process operation with five parameters.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1, String argumentName2, Object argumentValue2, String argumentName3, Object argumentValue3, String argumentName4, Object argumentValue4, String argumentName5, Object argumentValue5, String argumentName6, Object argumentValue6) Applies a process operation with six parameters.protected final Coverage
Operations.doOperation
(String operationName, Coverage source0, Coverage source1) Applies a process binary operation on two coverages with default parameters.Takes the exponential of the sample values of a coverage.Finds the maximum and minimum pixel values for each band within that region of the coverage.Operations.filteredSubsample
(GridCoverage source) Subsamples an image using the default values.Operations.filteredSubsample
(GridCoverage source, int scaleX, int scaleY, float[] qsFilter) Subsamples an image by integral factors.Operations.filteredSubsample
(GridCoverage source, int scaleX, int scaleY, float[] qsFilter, Interpolation interpolation) Subsamples an image by integral factors.Operations.interpolate
(GridCoverage source, String type) Specifies the interpolation type to be used to interpolate values for points which fall between grid cells.Operations.interpolate
(GridCoverage source, Interpolation type) Specifies the interpolation type to be used to interpolate values for points which fall between grid cells.Operations.interpolate
(GridCoverage source, Interpolation[] types) Specifies the interpolation types to be used to interpolate values for points which fall between grid cells.Inverts the sample values of a coverage.Takes the natural logarithm of the sample values of a coverage.Multiplies every sample values of the source coverage by constants (one for each band).Returns the multiplication between two coveragesOperations.nodataFilter
(GridCoverage source) ReplacesNaN
values by the weighted average of neighbors values.Operations.nodataFilter
(GridCoverage source, int padding, int validityThreshold) ReplacesNaN
values by the weighted average of neighbors values.Operations.resample
(Coverage source, CoordinateReferenceSystem crs) Resamples a coverage to the specified coordinate reference system.Operations.resample
(GridCoverage source, Bounds envelope, Interpolation interpolationType) Resamples a grid coverage to the specified envelope.Operations.resample
(GridCoverage source, CoordinateReferenceSystem crs, GridGeometry gridGeometry, Interpolation interpolationType) Resamples a grid coverage to the specified coordinate reference system and grid geometry.Operations.resample
(GridCoverage source, CoordinateReferenceSystem crs, GridGeometry gridGeometry, Interpolation interpolationType, double[] backgroundValues) Resamples a grid coverage to the specified coordinate reference system and grid geometry.Maps the sample values of a coverage from one range to another range.Operations.scale
(GridCoverage source, double xScale, double yScale, double xTrans, double yTrans) Translates and resizes an image.Operations.scale
(GridCoverage source, double xScale, double yScale, double xTrans, double yTrans, Interpolation interpolation) Translates and resizes an image.Operations.selectSampleDimension
(Coverage source, int[] sampleDimensions) Chooses N sample dimensions from a coverage and copies their sample data to the destination grid coverage in the order specified.Operations.subsampleAverage
(GridCoverage source, double scaleX, double scaleY) Subsamples an image by averaging over a moving windowSubtracts constants (one for each band) from every sample values of the source coverage.Operations.subtractFrom
(Coverage source, double[] constants) Subtracts every sample values of the source coverage from constants (one for each band).Operations.warp
(GridCoverage source, Warp warp) Warps an image.Operations.warp
(GridCoverage source, Warp warp, Interpolation interpolation) Translates and resizes an image. -
Uses of CoverageProcessingException in org.geotools.coverage.processing.operation
Methods in org.geotools.coverage.processing.operation that throw CoverageProcessingExceptionModifier and TypeMethodDescriptionBandMerge.doOperation
(ParameterValueGroup parameters, Hints hints) Mosaic.doOperation
(ParameterValueGroup parameters, Hints hints) -
Uses of CoverageProcessingException in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d that throw CoverageProcessingExceptionModifier and TypeMethodDescriptionBaseCoverageProcessingNode.getOutput()
This method is responsible for triggering the execution of thisCoverageProcessingNode
and also of all its sources.CoverageProcessingNode.getOutput()
Forces this node to create the output coverage for the operation represented by this node.