it.geosolutions.jaiext.zonal
Class ZonalStatsRIF
java.lang.Object
it.geosolutions.jaiext.zonal.ZonalStatsRIF
- All Implemented Interfaces:
- RenderedImageFactory
public class ZonalStatsRIF
- extends Object
- implements RenderedImageFactory
This class is a RenderedImageFactory called by the JAI.create() method when the "Zonal" operation is requested. When called, the create() method
takes the parameterBlock passed in input, unpacks it and then returns a new instance of the ZonalStatsOpImage
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZonalStatsRIF
public ZonalStatsRIF()
create
public RenderedImage create(ParameterBlock pb,
RenderingHints hints)
- Specified by:
create
in interface RenderedImageFactory
Copyright © 2006–2014 GeoSolutions. All rights reserved.