org.jaitools.media.jai.classifiedstats
Class ClassifiedStatsRIF

java.lang.Object
  extended by org.jaitools.media.jai.classifiedstats.ClassifiedStatsRIF
All Implemented Interfaces:
RenderedImageFactory

public class ClassifiedStatsRIF
extends Object
implements RenderedImageFactory

The image factory for the ClassifiedStatsOpImage operation.

Since:
1.2
Author:
Daniele Romagnoli, GeoSolutions S.A.S.

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

Constructor Detail

ClassifiedStatsRIF

public ClassifiedStatsRIF()
Constructor

Method Detail

create

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

Specified by:
create in interface RenderedImageFactory
Parameters:
paramBlock - specifies the source image, and the following parameters: "stats", "band", "roi", "ranges", "rangesType", "rangeLocalStats"
renderHints - optional RenderingHints object


Copyright © 2009-2015. All Rights Reserved.