Uses of Interface
org.geotools.api.coverage.Coverage
Packages that use Coverage
Package
Description
Coverages (generate a value for any point).
Quadrilateral grid coverages.
Coverage implementation.
GridCoverage2D implementation.
Coverage processing
implementations.
List of coverage operations.
-
Uses of Coverage in org.geotools.api.coverage
Methods in org.geotools.api.coverage that return CoverageModifier and TypeMethodDescriptionCannotEvaluateException.getCoverage()
Returns the coverage for which this exception is thrown.Methods in org.geotools.api.coverage that return types with arguments of type CoverageMethods in org.geotools.api.coverage with parameters of type CoverageModifier and TypeMethodDescriptionvoid
CannotEvaluateException.setCoverage
(Coverage coverage) Sets the coverage. -
Uses of Coverage in org.geotools.api.coverage.grid
Subinterfaces of Coverage in org.geotools.api.coverage.gridModifier and TypeInterfaceDescriptioninterface
Represent the basic implementation which provides access to grid coverage data. -
Uses of Coverage in org.geotools.coverage
Classes in org.geotools.coverage that implement CoverageMethods in org.geotools.coverage that return types with arguments of type CoverageModifier and TypeMethodDescriptionAbstractCoverage.getSources()
Returns the source data for a coverage.Constructors in org.geotools.coverage with parameters of type CoverageModifierConstructorDescriptionprotected
AbstractCoverage
(CharSequence name, Coverage coverage) Constructs a new coverage with the same parameters than the specified coverage. -
Uses of Coverage in org.geotools.coverage.grid
Classes in org.geotools.coverage.grid that implement CoverageModifier and TypeClassDescriptionclass
Base class for GeoTools implementation of grid coverage.class
Basic access to grid data values backed by a two-dimensional rendered image.final class
A grid coverage using an interpolation for evaluating points. -
Uses of Coverage in org.geotools.coverage.io
Subinterfaces of Coverage in org.geotools.coverage.ioModifier and TypeInterfaceDescriptioninterface
An interface implementingGridCoverage
with add of temporal extent and vertical extentMethods in org.geotools.coverage.io that return types with arguments of type CoverageModifier and TypeMethodDescriptionCollection<? extends Coverage>
CoverageUpdateRequest.getData()
Collection<? extends Coverage>
CoverageResponse.getResults
(ProgressListener listener) Returns the Coverages available with this coverage response.Method parameters in org.geotools.coverage.io with type arguments of type CoverageModifier and TypeMethodDescriptionvoid
CoverageUpdateRequest.setData
(Collection<? extends Coverage> data) -
Uses of Coverage in org.geotools.coverage.io.impl
Classes in org.geotools.coverage.io.impl that implement CoverageModifier and TypeClassDescriptionclass
Default GridCoverageResponse implementation. -
Uses of Coverage in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that return CoverageModifier 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 coveragesCrops 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.CoverageProcessor.doOperation
(ParameterValueGroup parameters) Applies a process operation to a coverage.CoverageProcessor.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.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.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.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.Subtracts 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).Methods in org.geotools.coverage.processing with parameters of type CoverageModifier 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 coveragesCrops 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).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.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.resample
(Coverage source, CoordinateReferenceSystem crs) Resamples a coverage to the specified coordinate reference system.Maps the sample values of a coverage from one range to another range.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.Subtracts 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). -
Uses of Coverage in org.geotools.coverage.processing.operation
Methods in org.geotools.coverage.processing.operation that return CoverageModifier and TypeMethodDescriptionBandMerge.doOperation
(ParameterValueGroup parameters, Hints hints) Crop.doOperation
(ParameterValueGroup parameters, Hints hints) Applies a crop operation to a coverage.Interpolate.doOperation
(ParameterValueGroup parameters, Hints hints) Applies an interpolation to a grid coverage.Mosaic.doOperation
(ParameterValueGroup parameters, Hints hints) Resample.doOperation
(ParameterValueGroup parameters, Hints hints) Resamples a grid coverage.SelectSampleDimension.doOperation
(ParameterValueGroup parameters, Hints hints) Applies the band select operation to a grid coverage. -
Uses of Coverage in org.geotools.coverage.util
Methods in org.geotools.coverage.util with parameters of type CoverageModifier and TypeMethodDescriptionstatic CoordinateReferenceSystem
Returns a two-dimensional CRS for the given coverage.static ReferencedEnvelope
CoverageUtilities.getEnvelope2D
(Coverage coverage) Returns a two-dimensional envelope for the given coverage.static CoordinateReferenceSystem
CoverageUtilities.getHorizontalCRS
(Coverage coverage) Returns a two-dimensional horizontal CRS for the given coverage.