it.geosolutions.imageio.imageioimpl.imagereadmt
Class ImageReadMTCIF
Object
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.
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 |
ImageReadMTCIF
public ImageReadMTCIF()
- Constructor.
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.