Class ImageFunctionRIF

Object
ImageFunctionRIF
All Implemented Interfaces:
RenderedImageFactory

public class ImageFunctionRIF extends Object implements RenderedImageFactory
RenderedImageFactory implementation generating a ImageFunctionOpImage instance.
Author:
Nicola Lagomarsini GeoSolutions
  • Constructor Details

    • ImageFunctionRIF

      public ImageFunctionRIF()
      Constructor.
  • Method Details

    • create

      public RenderedImage create(ParameterBlock paramBlock, RenderingHints renderHints)
      Creates a new instance of ImageFunctionOpImage in the rendered layer. This method satisfies the implementation of RIF.
      Specified by:
      create in interface RenderedImageFactory
      Parameters:
      paramBlock - The source image, the X and Y scale factor, and the interpolation method for resampling.