it.geosolutions.jaiext.stats
Class StatisticsRIF
java.lang.Object
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
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticsRIF
public StatisticsRIF()
create
public RenderedImage create(ParameterBlock pb,
RenderingHints hints)
- Specified by:
create
in interface RenderedImageFactory
Copyright © 2006–2014 GeoSolutions. All rights reserved.