it.geosolutions.imageio.imageioimpl.imagereadmt
Class ImageReadMTCIF

Object
  extended by ImageReadMTCIF
All Implemented Interfaces:
CollectionImageFactory

public class ImageReadMTCIF
extends Object
implements CollectionImageFactory

------------------------------ NOTE ------------------------------ Class based on SUN's JAI-ImageIO com.sun.media.jai.imageioimpl.ImageReadCIF class. ------------------------------------------------------------------

Author:
Simone Giannecchini, GeoSolutions.

Constructor Summary
ImageReadMTCIF()
          Constructor.
 
Method Summary
 CollectionImage create(ParameterBlock args, RenderingHints hints)
           
 CollectionImage update(ParameterBlock oldParamBlock, RenderingHints oldHints, ParameterBlock newParamBlock, RenderingHints newHints, CollectionImage oldRendering, CollectionOp op)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageReadMTCIF

public ImageReadMTCIF()
Constructor.

Method Detail

create

public CollectionImage create(ParameterBlock args,
                              RenderingHints hints)
Specified by:
create in interface CollectionImageFactory

update

public CollectionImage update(ParameterBlock oldParamBlock,
                              RenderingHints oldHints,
                              ParameterBlock newParamBlock,
                              RenderingHints newHints,
                              CollectionImage oldRendering,
                              CollectionOp op)
Specified by:
update in interface CollectionImageFactory


Copyright © 2006-2010 GeoSolutions. All Rights Reserved.