org.geotools.image.jai
Class CombineCRIF
Object
CRIFImpl
CombineCRIF
- All Implemented Interfaces:
- ContextualRenderedImageFactory, RenderedImageFactory
public class CombineCRIF
- extends CRIFImpl
The image factory for the Combine
operation.
- Since:
- 2.1
- Author:
- Remi Eve, Martin Desruisseaux (IRD)
- Module:
modules/library/coverage (gt-coverage.jar)
Constructor Summary |
CombineCRIF()
Constructs a default factory. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombineCRIF
public CombineCRIF()
- Constructs a default factory.
create
public RenderedImage create(ParameterBlock param,
RenderingHints hints)
- Creates a
RenderedImage
representing the results of an imaging
operation for a given ParameterBlock
and RenderingHints
.
- Specified by:
create
in interface RenderedImageFactory
- Specified by:
create
in class CRIFImpl
Copyright © 1996-2010 Geotools. All Rights Reserved.