| Package | Description | 
|---|---|
| org.geotools.coverage.processing.operation | List of coverage operations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AffineThis operation is simply a wrapper for the JAI Affine operation | 
| class  | FilteredSubsampleThis operation is simply a wrapper for the JAI FilteredSubsample operation which allows me to
 arbitrarly scale a rendered image while smoothing it out. | 
| class  | ScaleThis operation is simply a wrapper for the JAI scale operation which allows me to arbitrarily
 scale and translate a rendered image. | 
| class  | SubsampleAverageThis operation is simply a wrapper for the JAI SubsampleAverage operation which allows me to
 arbitrarily scale a rendered image while smoothing it out. | 
| class  | WarpThis operation is simply a wrapper for the JAI Warp operation | 
Copyright © 1996–2019 Geotools. All rights reserved.