Class ReinterpretRIF

java.lang.Object
com.bc.ceres.jai.opimage.ReinterpretRIF
All Implemented Interfaces:
RenderedImageFactory

public class ReinterpretRIF extends Object implements RenderedImageFactory
  • Constructor Details

    • ReinterpretRIF

      public ReinterpretRIF()
  • Method Details

    • create

      public RenderedImage create(ParameterBlock paramBlock, RenderingHints hints)
      Create a new instance of ReinterpretOpImage in the rendered layer. This method satisfies the implementation of RIF.
      Specified by:
      create in interface RenderedImageFactory
      Parameters:
      paramBlock - The source image and the convolution kernel.
      hints - The rendering hints.
      Returns:
      the rendered image created.