it.geosolutions.imageio.imageioimpl.imagereadmt
Class ImageReadMTCRIF
Object
CRIFImpl
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
Fields inherited from class CRIFImpl |
operationName |
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 |
ImageReadMTCRIF
public ImageReadMTCRIF()
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.