|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Coverage | |
---|---|
org.geotools.coverage | Coverage implementation. |
org.geotools.coverage.grid | GridCoverage2D implementation. |
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.coverage.processing.operation | List of coverage operations. |
org.opengis.coverage | Coverages (generate a value for any point). |
org.opengis.coverage.grid | Quadrilateral grid coverages. |
Uses of Coverage in org.geotools.coverage |
---|
Classes in org.geotools.coverage that implement Coverage | |
---|---|
class |
AbstractCoverage
Base class of all coverage type. |
Methods in org.geotools.coverage that return types with arguments of type Coverage | |
---|---|
List<? extends Coverage> |
AbstractCoverage.getSources()
Returns the source data for a coverage. |
Constructors in org.geotools.coverage with parameters of type Coverage | |
---|---|
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 Coverage | |
---|---|
class |
AbstractGridCoverage
Base class for GeoTools implementation of grid coverage. |
class |
Calculator2D
A grid coverage backed by the same image, grid geometry and sample dimension than an other coverage, but performing some additional calculation in its evaluate methods. |
class |
GridCoverage2D
Basic access to grid data values backed by a two-dimensional rendered image. |
class |
Interpolator2D
A grid coverage using an interpolation for evaluating points. |
Uses of Coverage in org.geotools.coverage.processing |
---|
Methods in org.geotools.coverage.processing that return Coverage | |
---|---|
Coverage |
Operations.absolute(Coverage source)
Computes the mathematical absolute value of each sample value. |
Coverage |
Operations.add(Coverage source0,
Coverage source1)
Returns the sum between two coverages |
Coverage |
Operations.add(Coverage source,
double[] constants)
Adds constants (one for each band) to every sample values of the source coverage. |
Coverage |
Operations.crop(Coverage Source,
Envelope envelope)
Crops the image to a specified rectangular area. |
Coverage |
Operations.divideBy(Coverage source,
double[] constants)
Divides every sample values of the source coverage by constants (one for each band). |
Coverage |
CoverageProcessor.doOperation(ParameterValueGroup parameters)
Applies a process operation to a coverage. |
abstract Coverage |
AbstractOperation.doOperation(ParameterValueGroup parameters,
Hints hints)
Applies a process operation to a coverage. |
Coverage |
OperationJAI.doOperation(ParameterValueGroup parameters,
Hints hints)
Applies a process operation to a grid coverage. |
Coverage |
CoverageProcessor.doOperation(ParameterValueGroup parameters,
Hints hints)
Applies a process operation to a coverage. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source)
Applies a process operation with default parameters. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source0,
Coverage source1)
Applies a process binary operation on two coverages with default parameters. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1)
Applies a process operation with one parameter. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2)
Applies process operation with two parameters. |
protected 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 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 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 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. |
Coverage |
Operations.exp(Coverage source)
Takes the exponential of the sample values of a coverage. |
Coverage |
Operations.extrema(Coverage source)
Finds the maximum and minimum pixel values for each band within that region of the coverage. |
Coverage |
Operations.gradientMagnitude(Coverage source)
Edge detector which computes the magnitude of the image gradient vector in two orthogonal directions. |
Coverage |
Operations.gradientMagnitude(Coverage source,
KernelJAI mask1,
KernelJAI mask2)
Edge detector which computes the magnitude of the image gradient vector in two orthogonal directions. |
Coverage |
Operations.invert(Coverage source)
Inverts the sample values of a coverage. |
Coverage |
Operations.log(Coverage source)
Takes the natural logarithm of the sample values of a coverage. |
Coverage |
Operations.multiply(Coverage source0,
Coverage source1)
Returns the multiplication between two coverages |
Coverage |
Operations.multiply(Coverage source,
double[] constants)
Multiplies every sample values of the source coverage by constants (one for each band). |
Coverage |
Operations.resample(Coverage source,
CoordinateReferenceSystem crs)
Resamples a coverage to the specified coordinate reference system. |
Coverage |
Operations.resample(GridCoverage source,
CoordinateReferenceSystem crs,
GridGeometry gridGeometry,
Interpolation interpolationType)
Resamples a grid coverage to the specified coordinate reference system and grid geometry. |
Coverage |
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. |
Coverage |
Operations.resample(GridCoverage source,
Envelope envelope,
Interpolation interpolationType)
Resamples a grid coverage to the specified envelope. |
Coverage |
Operations.rescale(Coverage source,
double[] constants,
double[] offsets)
Maps the sample values of a coverage from one range to another range. |
Coverage |
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. |
Coverage |
Operations.subtract(Coverage source,
double[] constants)
Subtracts constants (one for each band) from every sample values of the source coverage. |
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 Coverage | |
---|---|
Coverage |
Operations.absolute(Coverage source)
Computes the mathematical absolute value of each sample value. |
Coverage |
Operations.add(Coverage source0,
Coverage source1)
Returns the sum between two coverages |
Coverage |
Operations.add(Coverage source,
double[] constants)
Adds constants (one for each band) to every sample values of the source coverage. |
Coverage |
Operations.crop(Coverage Source,
Envelope envelope)
Crops the image to a specified rectangular area. |
Coverage |
Operations.divideBy(Coverage source,
double[] constants)
Divides every sample values of the source coverage by constants (one for each band). |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source)
Applies a process operation with default parameters. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source0,
Coverage source1)
Applies a process binary operation on two coverages with default parameters. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1)
Applies a process operation with one parameter. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2)
Applies process operation with two parameters. |
protected 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 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 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 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. |
Coverage |
Operations.exp(Coverage source)
Takes the exponential of the sample values of a coverage. |
Coverage |
Operations.extrema(Coverage source)
Finds the maximum and minimum pixel values for each band within that region of the coverage. |
Coverage |
Operations.gradientMagnitude(Coverage source)
Edge detector which computes the magnitude of the image gradient vector in two orthogonal directions. |
Coverage |
Operations.gradientMagnitude(Coverage source,
KernelJAI mask1,
KernelJAI mask2)
Edge detector which computes the magnitude of the image gradient vector in two orthogonal directions. |
Coverage |
Operations.invert(Coverage source)
Inverts the sample values of a coverage. |
Coverage |
Operations.log(Coverage source)
Takes the natural logarithm of the sample values of a coverage. |
Coverage |
Operations.multiply(Coverage source0,
Coverage source1)
Returns the multiplication between two coverages |
Coverage |
Operations.multiply(Coverage source,
double[] constants)
Multiplies every sample values of the source coverage by constants (one for each band). |
Coverage |
Operations.resample(Coverage source,
CoordinateReferenceSystem crs)
Resamples a coverage to the specified coordinate reference system. |
Coverage |
Operations.rescale(Coverage source,
double[] constants,
double[] offsets)
Maps the sample values of a coverage from one range to another range. |
Coverage |
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. |
Coverage |
Operations.subtract(Coverage source,
double[] constants)
Subtracts constants (one for each band) from every sample values of the source coverage. |
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 Coverage | |
---|---|
Coverage |
Resample.doOperation(ParameterValueGroup parameters,
Hints hints)
Resamples a grid coverage. |
Coverage |
Interpolate.doOperation(ParameterValueGroup parameters,
Hints hints)
Applies an interpolation to a grid coverage. |
Coverage |
SelectSampleDimension.doOperation(ParameterValueGroup parameters,
Hints hints)
Applies the band select operation to a grid coverage. |
Coverage |
Crop.doOperation(ParameterValueGroup parameters,
Hints hints)
Applies a crop operation to a coverage. |
Uses of Coverage in org.opengis.coverage |
---|
Methods in org.opengis.coverage that return Coverage | |
---|---|
Coverage |
CannotEvaluateException.getCoverage()
Returns the coverage for which this exception is thrown. |
Methods in org.opengis.coverage that return types with arguments of type Coverage | |
---|---|
List<? extends Coverage> |
Coverage.getSources()
Returns the sources data for a coverage. |
Methods in org.opengis.coverage with parameters of type Coverage | |
---|---|
void |
CannotEvaluateException.setCoverage(Coverage coverage)
Sets the coverage. |
Uses of Coverage in org.opengis.coverage.grid |
---|
Subinterfaces of Coverage in org.opengis.coverage.grid | |
---|---|
interface |
GridCoverage
Represent the basic implementation which provides access to grid coverage data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |