it.geosolutions.jaiext.lookup
Class LookupCRIF

java.lang.Object
  extended by javax.media.jai.CRIFImpl
      extended by 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.


Field Summary
 
Fields inherited from class javax.media.jai.CRIFImpl
operationName
 
Constructor Summary
LookupCRIF()
           
 
Method Summary
 RenderedImage create(ParameterBlock pb, RenderingHints renderHints)
          Creates a new instance of LookupOpImage.
 
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
 

Constructor Detail

LookupCRIF

public LookupCRIF()
Method Detail

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–2014 GeoSolutions. All rights reserved.