Class SubsampleAverage
Object
AbstractOperation
Operation2D
OperationJAI
BaseScaleOperationJAI
SubsampleAverage
- All Implemented Interfaces:
Serializable
,Operation
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
-
Nested Class Summary
Nested classes/interfaces inherited from class OperationJAI
OperationJAI.Parameters
-
Field Summary
Fields inherited from class OperationJAI
operation, RENDERED_MODE
Fields inherited from class Operation2D
PRIMARY_SOURCE_INDEX, SOURCE_0
Fields inherited from class AbstractOperation
descriptor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseScaleOperationJAI
deriveGridCoverage
Methods inherited from class OperationJAI
createRenderedImage, deriveCategory, deriveName, deriveRange, deriveSampleDimension, deriveUnit, doOperation, equals, extractSources, getJAI, getOperationDescriptor, getProperties, getQuantitative, handleJAIEXTParams, handleROINoDataInternal, handleROINoDataProperties, hashCode, prepareParameters, resampleToCommonGeometry
Methods inherited from class Operation2D
extractSources, getFactory
Methods inherited from class AbstractOperation
getDescription, getDocURL, getName, getNumSources, getParameters, getVendor, getVersion, toString
-
Constructor Details
-
SubsampleAverage
public SubsampleAverage()Constructs a default"SubsampleAverage"
operation.
-