|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.jai.CRIFImpl
it.geosolutions.jaiext.bandmerge.BandMergeCRIF
public class BandMergeCRIF
A CRIF
supporting the "BandMerge" operation on rendered and renderable images.
Field Summary |
---|
Fields inherited from class javax.media.jai.CRIFImpl |
---|
operationName |
Constructor Summary | |
---|---|
BandMergeCRIF()
Constructor. |
Method Summary | |
---|---|
RenderedImage |
create(ParameterBlock paramBlock,
RenderingHints renderHints)
Creates a new instance of BandMergeOpImage in the rendered layer. |
Methods inherited from class javax.media.jai.CRIFImpl |
---|
create, getBounds2D, getProperty, getPropertyNames, isDynamic, mapRenderContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BandMergeCRIF()
Method Detail |
---|
public RenderedImage create(ParameterBlock paramBlock, RenderingHints renderHints)
BandMergeOpImage
in the rendered layer.
create
in interface RenderedImageFactory
create
in class javax.media.jai.CRIFImpl
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |