Package com.bc.ceres.jai.opimage
Class ReinterpretRIF
java.lang.Object
com.bc.ceres.jai.opimage.ReinterpretRIF
- All Implemented Interfaces:
RenderedImageFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ParameterBlock paramBlock, RenderingHints hints) Create a new instance of ReinterpretOpImage in the rendered layer.
-
Constructor Details
-
ReinterpretRIF
public ReinterpretRIF()
-
-
Method Details
-
create
Create a new instance of ReinterpretOpImage in the rendered layer. This method satisfies the implementation of RIF.- Specified by:
create
in interfaceRenderedImageFactory
- Parameters:
paramBlock
- The source image and the convolution kernel.hints
- The rendering hints.- Returns:
- the rendered image created.
-