Class BandMergeCRIF
- All Implemented Interfaces:
ContextualRenderedImageFactory,RenderedImageFactory
A
CRIF supporting the "BandMerge" operation on rendered and renderable images.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ParameterBlock paramBlock, RenderingHints renderHints) Creates a new instance ofBandMergeOpImagein the rendered layer.Methods inherited from class CRIFImpl
create, getBounds2D, getProperty, getPropertyNames, isDynamic, mapRenderContext
-
Constructor Details
-
BandMergeCRIF
public BandMergeCRIF()Constructor.
-
-
Method Details
-
create
Creates a new instance ofBandMergeOpImagein the rendered layer.- Specified by:
createin interfaceRenderedImageFactory- Specified by:
createin classCRIFImpl- 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.
-