it.geosolutions.jaiext.rescale
Class RescaleCRIF

java.lang.Object
  extended by javax.media.jai.CRIFImpl
      extended by it.geosolutions.jaiext.rescale.RescaleCRIF
All Implemented Interfaces:
ContextualRenderedImageFactory, RenderedImageFactory

public class RescaleCRIF
extends javax.media.jai.CRIFImpl

This RenderedImageFactory class is called by the JAI.create("Rescaling") method for returning a new instance of the RescaleOpImage class. The function of this class is to unpack the input parameterBlock, take every parameter and then pass them to a new RescaleOpImage instance.


Field Summary
 
Fields inherited from class javax.media.jai.CRIFImpl
operationName
 
Constructor Summary
RescaleCRIF()
           
 
Method Summary
 RenderedImage create(ParameterBlock pb, RenderingHints hints)
           
 
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

RescaleCRIF

public RescaleCRIF()
Method Detail

create

public RenderedImage create(ParameterBlock pb,
                            RenderingHints hints)
Specified by:
create in interface RenderedImageFactory
Specified by:
create in class javax.media.jai.CRIFImpl


Copyright © 2006–2015 GeoSolutions. All rights reserved.