it.geosolutions.imageio.imageioimpl.imagereadmt
Class ImageReadMTCRIF

Object
  extended by CRIFImpl
      extended by ImageReadMTCRIF
All Implemented Interfaces:
ContextualRenderedImageFactory, RenderedImageFactory

public final class ImageReadMTCRIF
extends CRIFImpl

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

Author:
Simone Giannecchini, GeoSolutions

Field Summary
 
Fields inherited from class CRIFImpl
operationName
 
Constructor Summary
ImageReadMTCRIF()
           
 
Method Summary
 RenderedImage create(ParameterBlock pb, RenderingHints rh)
           
 RenderedImage create(RenderContext rc, ParameterBlock pb)
           
 RenderableImage createRenderable(ParameterBlock pb, RenderingHints rh)
           
 Rectangle2D getBounds2D(ParameterBlock pb)
           
 
Methods inherited from class CRIFImpl
getProperty, getPropertyNames, isDynamic, mapRenderContext
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageReadMTCRIF

public ImageReadMTCRIF()
Method Detail

create

public RenderedImage create(ParameterBlock pb,
                            RenderingHints rh)
Specified by:
create in interface RenderedImageFactory
Specified by:
create in class CRIFImpl

createRenderable

public RenderableImage createRenderable(ParameterBlock pb,
                                        RenderingHints rh)

create

public RenderedImage create(RenderContext rc,
                            ParameterBlock pb)
Specified by:
create in interface ContextualRenderedImageFactory
Overrides:
create in class CRIFImpl

getBounds2D

public Rectangle2D getBounds2D(ParameterBlock pb)
Specified by:
getBounds2D in interface ContextualRenderedImageFactory
Overrides:
getBounds2D in class CRIFImpl


Copyright © 2006-2010 GeoSolutions. All Rights Reserved.