jaitools.media.jai.zonalstats
Class ZonalStatsRIF
java.lang.Object
jaitools.media.jai.zonalstats.ZonalStatsRIF
- All Implemented Interfaces:
- RenderedImageFactory
public class ZonalStatsRIF
- extends Object
- implements RenderedImageFactory
The image factory for the ZonalStatsOpImage operation.
- Since:
- 1.0
- Version:
- $Id: ZonalStatsRIF.java 1383 2011-02-10 11:22:29Z michael.bedward $
- Author:
- Michael Bedward, Andrea Antonello, Daniele Romagnoli, GeoSolutions S.A.S.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZonalStatsRIF
public ZonalStatsRIF()
- Constructor
create
public RenderedImage create(ParameterBlock paramBlock,
RenderingHints renderHints)
- Create a new instance of ZonalStatsOpImage in the rendered layer.
- Specified by:
create in interface RenderedImageFactory
- Parameters:
paramBlock - specifies the source image, the optional zone image,
and the following parameters: "stats", "band", "roi", "zoneTransform", "ranges",
"rangesType", "rangeLocalStats"renderHints - optional RenderingHints object
Copyright © 2009-2011. All Rights Reserved.