it.geosolutions.jaiext.mosaic
Class MosaicRIF

java.lang.Object
  extended by it.geosolutions.jaiext.mosaic.MosaicRIF
All Implemented Interfaces:
RenderedImageFactory

public class MosaicRIF
extends Object
implements RenderedImageFactory

Simple class that provides the RenderedImage create operation by calling the MosaicOpImage. The input parameters are: ParameterBlock, RenderingHints. The first one stores all the mosaic parameters, the second stores eventual hints used for changing the image settings. The only one method of this class returns a new instance of the MosaicOpImage operation.


Constructor Summary
MosaicRIF()
           
 
Method Summary
 RenderedImage create(ParameterBlock paramBlock, RenderingHints hints)
          This method implements the RenderedImageFactory create method and return the MosaicOpImage using the parameters defined by the parameterBlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MosaicRIF

public MosaicRIF()
Method Detail

create

public RenderedImage create(ParameterBlock paramBlock,
                            RenderingHints hints)
This method implements the RenderedImageFactory create method and return the MosaicOpImage using the parameters defined by the parameterBlock

Specified by:
create in interface RenderedImageFactory


Copyright © 2006–2015 GeoSolutions. All rights reserved.