org.geotools.image.jai
Class HysteresisCRIF
Object
CRIFImpl
HysteresisCRIF
- All Implemented Interfaces:
- ContextualRenderedImageFactory, RenderedImageFactory
public class HysteresisCRIF
- extends CRIFImpl
The factory for the Hysteresis
operation.
- Since:
- 2.1
- Author:
- Lionel Flahaut (2ie Technologie, IRD)
- Module:
modules/library/coverage (gt-coverage.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HysteresisCRIF
public HysteresisCRIF()
- Constructs a default factory.
create
public RenderedImage create(ParameterBlock param,
RenderingHints hints)
- Creates a
RenderedImage
for 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-2009 Geotools. All Rights Reserved.