it.geosolutions.imageio.imageioimpl.imagereadmt
Class ImageReadMTCRIF

java.lang.Object
  extended by javax.media.jai.CRIFImpl
      extended by it.geosolutions.imageio.imageioimpl.imagereadmt.ImageReadMTCRIF
All Implemented Interfaces:
ContextualRenderedImageFactory, RenderedImageFactory

public final class ImageReadMTCRIF
extends javax.media.jai.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 javax.media.jai.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 javax.media.jai.CRIFImpl
getProperty, getPropertyNames, isDynamic, mapRenderContext
 
Methods inherited from class java.lang.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 javax.media.jai.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 javax.media.jai.CRIFImpl

getBounds2D

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


Copyright © 2006–2013 GeoSolutions. All rights reserved.