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
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 |
SubsampleAverage
public SubsampleAverage()
- Constructs a default
"SubsampleAverage"
operation.
Copyright © 1996-2014 Geotools. All Rights Reserved.