org.geotools.gce.imagemosaic.processing
Class ArtifactsFilterRIF

Object
  extended by ArtifactsFilterRIF
All Implemented Interfaces:
RenderedImageFactory

public class ArtifactsFilterRIF
extends Object
implements RenderedImageFactory

The image factory for the ArtifactsFilterOpImage operation.


Constructor Summary
ArtifactsFilterRIF()
          Constructor
 
Method Summary
 RenderedImage create(ParameterBlock paramBlock, RenderingHints renderingHints)
          Create a new instance of ArtifactsFilterOpImage in the rendered layer.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactsFilterRIF

public ArtifactsFilterRIF()
Constructor

Method Detail

create

public RenderedImage create(ParameterBlock paramBlock,
                            RenderingHints renderingHints)
Create a new instance of ArtifactsFilterOpImage in the rendered layer.

Specified by:
create in interface RenderedImageFactory
Parameters:
paramBlock - specifies the source image, and the following parameters: "roi", "backgroundValues", "threshold", "filterSize"
renderingHints - optional RenderingHints object


Copyright © 1996-2014 Geotools. All Rights Reserved.