org.geotools.image.jai
Class NodataFilterCRIF

Object
  extended by CRIFImpl
      extended by NodataFilterCRIF
All Implemented Interfaces:
ContextualRenderedImageFactory, RenderedImageFactory

public class NodataFilterCRIF
extends CRIFImpl

The factory for the NodataFilter operation.

Since:
2.1
Author:
Lionel Flahaut (2ie Technologie, IRD)
Module:
modules/library/coverage (gt-coverage.jar)

Field Summary
 
Fields inherited from class CRIFImpl
operationName
 
Constructor Summary
NodataFilterCRIF()
          Constructs a default factory.
 
Method Summary
 RenderedImage create(ParameterBlock param, RenderingHints hints)
          Creates a RenderedImage representing the results of an imaging operation for a given ParameterBlock and RenderingHints.
 
Methods inherited from class CRIFImpl
create, getBounds2D, getProperty, getPropertyNames, isDynamic, mapRenderContext
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodataFilterCRIF

public NodataFilterCRIF()
Constructs a default factory.

Method Detail

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-2009 Geotools. All Rights Reserved.