it.geosolutions.jaiext.rescale
Class RescaleCRIF
java.lang.Object
javax.media.jai.CRIFImpl
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.
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 |
RescaleCRIF
public RescaleCRIF()
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.