Class BandMergeCRIF

Object
CRIFImpl
BandMergeCRIF
All Implemented Interfaces:
ContextualRenderedImageFactory, RenderedImageFactory

public class BandMergeCRIF extends CRIFImpl
A CRIF supporting the "BandMerge" operation on rendered and renderable images.
  • Constructor Details

    • BandMergeCRIF

      public BandMergeCRIF()
      Constructor.
  • Method Details

    • create

      public RenderedImage create(ParameterBlock paramBlock, RenderingHints renderHints)
      Creates a new instance of BandMergeOpImage in the rendered layer.
      Specified by:
      create in interface RenderedImageFactory
      Specified by:
      create in class CRIFImpl
      Parameters:
      paramBlock - The two or more source images to be "Merged" together; if No Data are present, also a NoData Range and a double value for the destination no data are present.
      renderHints - Optionally contains destination image layout.