org.geotools.image.jai
Class NodataFilterCRIF

java.lang.Object
  extended by javax.media.jai.CRIFImpl
      extended by org.geotools.image.jai.NodataFilterCRIF
All Implemented Interfaces:
java.awt.image.renderable.ContextualRenderedImageFactory, java.awt.image.renderable.RenderedImageFactory

public class NodataFilterCRIF
extends javax.media.jai.CRIFImpl

The factory for the NodataFilter operation.

Since:
2.1
Version:
$Id: NodataFilterCRIF.java 30643 2008-06-12 18:27:03Z acuster $
Author:
Lionel Flahaut (2ie Technologie, IRD)

Field Summary
 
Fields inherited from class javax.media.jai.CRIFImpl
operationName
 
Constructor Summary
NodataFilterCRIF()
          Constructs a default factory.
 
Method Summary
 java.awt.image.RenderedImage create(java.awt.image.renderable.ParameterBlock param, java.awt.RenderingHints hints)
          Creates a RenderedImage representing the results of an imaging operation for a given ParameterBlock and RenderingHints.
 
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

NodataFilterCRIF

public NodataFilterCRIF()
Constructs a default factory.

Method Detail

create

public java.awt.image.RenderedImage create(java.awt.image.renderable.ParameterBlock param,
                                           java.awt.RenderingHints hints)
Creates a RenderedImage representing the results of an imaging operation for a given ParameterBlock and RenderingHints.

Specified by:
create in interface java.awt.image.renderable.RenderedImageFactory
Specified by:
create in class javax.media.jai.CRIFImpl


Copyright © 1996-2010 Geotools. All Rights Reserved.