org.geotools.coverage.processing.operation
Class SubsampleAverage
Object
AbstractOperation
Operation2D
OperationJAI
BaseScaleOperationJAI
SubsampleAverage
- All Implemented Interfaces:
- Serializable, Operation
public class SubsampleAverage
- extends BaseScaleOperationJAI
This operation is simply a wrapper for the JAI SubsampleAverage operation which allows
me to arbitrarily scale a rendered image while smoothing it out.
- Since:
- 2.3
- Author:
- Simone Giannecchini, GeoSolutions.
- See Also:
SubsampleAverageDescriptor
,
Serialized Form
- Module:
Constructor Summary |
SubsampleAverage()
Constructs a default "SubsampleAverage" operation. |
Methods inherited from class OperationJAI |
createRenderedImage, deriveCategory, deriveName, deriveRange, deriveSampleDimension, deriveUnit, doOperation, equals, getJAI, getOperationDescriptor, getProperties, getQuantitative, prepareParameters, resampleToCommonGeometry |
Methods inherited from class AbstractOperation |
ensureNonNull, getDescription, getDocURL, getName, getNumSources, getParameters, getProcessor, getVendor, getVersion, hashCode, toString |
SubsampleAverage
public SubsampleAverage()
- Constructs a default
"SubsampleAverage"
operation.
Copyright © 1996-2009 Geotools. All Rights Reserved.