org.jaitools.media.jai.classifiedstats
Class ClassifiedStatsRIF
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassifiedStatsRIF
public ClassifiedStatsRIF()
- Constructor
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.