| Package | Description | 
|---|---|
| org.geotools.coverage.processing | Coverage processing
    implementations. | 
| org.geotools.coverage.processing.operation | List of coverage operations. | 
| org.geotools.image | Helper classes for building images. | 
| Modifier and Type | Method and Description | 
|---|---|
| Coverage | CoverageProcessor. doOperation(ParameterValueGroup parameters)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. | 
| Operation | CoverageProcessor. getOperation(String name)Returns the operation for the specified name. | 
| protected static OperationDescriptor | OperationJAI. getOperationDescriptor(String name)Returns the operation descriptor for the specified JAI operation name. | 
| void | CoverageProcessor. printOperations(Writer out,
               String[] names)Prints a description of operations to the specified stream. | 
| Constructor and Description | 
|---|
| BaseScaleOperationJAI(String operation)Constructor for  BaseScaleOperationJAI. | 
| BilevelOperation(String name)Constructs a bilevel operation with an OGC's name identical to the JAI name. | 
| FilterOperation(String name)Constructs a new filter operation. | 
| OperationJAI(String operation)Constructs a grid coverage operation from a JAI operation name. | 
| Constructor and Description | 
|---|
| Extrema()Constructs a default  "Extrema"operation. | 
| Histogram()Default constructor for the  Histogramoperation. | 
| ShadedRelief() | 
| ZonalStatistics()Constructs a default  "ZonalStatistics"operation. | 
| ZonalStats()Constructs a default  "ZonalStats"operation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static OperationDescriptor | ImageWorker. getOperationDescriptor(String name) | 
Copyright © 1996–2019 Geotools. All rights reserved.