Class ImageFunctionRIF
Object
ImageFunctionRIF
- All Implemented Interfaces:
RenderedImageFactory
RenderedImageFactory implementation generating a ImageFunctionOpImage instance.- Author:
- Nicola Lagomarsini GeoSolutions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ParameterBlock paramBlock, RenderingHints renderHints) Creates a new instance of ImageFunctionOpImage in the rendered layer.
-
Constructor Details
-
ImageFunctionRIF
public ImageFunctionRIF()Constructor.
-
-
Method Details
-
create
Creates a new instance of ImageFunctionOpImage in the rendered layer. This method satisfies the implementation of RIF.- Specified by:
createin interfaceRenderedImageFactory- Parameters:
paramBlock- The source image, the X and Y scale factor, and the interpolation method for resampling.
-