it.geosolutions.jaiext.zonal
Class ZonalStatsRIF

java.lang.Object
  extended by 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.


Constructor Summary
ZonalStatsRIF()
           
 
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

ZonalStatsRIF

public ZonalStatsRIF()
Method Detail

create

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


Copyright © 2006–2014 GeoSolutions. All rights reserved.