it.geosolutions.jaiext.stats
Class StatisticsRIF

java.lang.Object
  extended by it.geosolutions.jaiext.stats.StatisticsRIF
All Implemented Interfaces:
RenderedImageFactory

public class StatisticsRIF
extends Object
implements RenderedImageFactory

Simple class that provides the RenderedImage create operation by calling a subclass of the StatisticsOpImage. The input parameters are: ParameterBlock, RenderingHints. The first one stores all the input parameters, the second stores eventual hints used for changing the image settings. The create() method could return a new instance of the SimpleStatsOpImage operation or a new instance of the ComplexStatsOpImage.


Constructor Summary
StatisticsRIF()
           
 
Method Summary
 RenderedImage create(ParameterBlock pb, RenderingHints hints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsRIF

public StatisticsRIF()
Method Detail

create

public RenderedImage create(ParameterBlock pb,
                            RenderingHints hints)
Specified by:
create in interface RenderedImageFactory


Copyright © 2006–2014 GeoSolutions. All rights reserved.