it.geosolutions.jaiext.lookup
Class LookupCRIF
java.lang.Object
javax.media.jai.CRIFImpl
it.geosolutions.jaiext.lookup.LookupCRIF
- All Implemented Interfaces:
- ContextualRenderedImageFactory, RenderedImageFactory
public class LookupCRIF
- extends javax.media.jai.CRIFImpl
Simple class that provides the RenderedImage create operation by calling the LookupOpImage. The input parameters are: ParameterBlock,
RenderingHints. The first one stores all the parameters, the second stores eventual hints used for changing the image settings. The create method
returns a new instance of the LookupOpImage with the selected parameters.
Fields inherited from class javax.media.jai.CRIFImpl |
operationName |
Methods inherited from class javax.media.jai.CRIFImpl |
create, getBounds2D, getProperty, getPropertyNames, isDynamic, mapRenderContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupCRIF
public LookupCRIF()
create
public RenderedImage create(ParameterBlock pb,
RenderingHints renderHints)
- Creates a new instance of
LookupOpImage
.
- Specified by:
create
in interface RenderedImageFactory
- Specified by:
create
in class javax.media.jai.CRIFImpl
- Parameters:
pb
- The operation parameters.hints
- Image RenderingHints.
Copyright © 2006–2015 GeoSolutions. All rights reserved.