Package com.bc.ceres.jai.opimage
Class XmlRIF
java.lang.Object
com.bc.ceres.jai.opimage.XmlRIF
- All Implemented Interfaces:
RenderedImageFactory
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ParameterBlock paramBlock, RenderingHints renderingHints) Create a new instance of ConvolveOpImage in the rendered layer.
-
Constructor Details
-
XmlRIF
public XmlRIF()Constructor.
-
-
Method Details
-
create
Create a new instance of ConvolveOpImage 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.
-