Class FilteredSubsample
Object
AbstractOperation
Operation2D
OperationJAI
BaseScaleOperationJAI
FilteredSubsample
- All Implemented Interfaces:
Serializable
,Operation
This operation is simply a wrapper for the JAI FilteredSubsample operation which allows me to arbitrarly scale a
rendered image while smoothing it out.
- Since:
- 2.3
- Author:
- Simone Giannecchini, GeoSolutions
- See Also:
-
FilteredSubsampleDescriptor
- 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
-
FilteredSubsample
public FilteredSubsample()Constructs a default"FilteredSubsample"
operation.
-