it.geosolutions.jaiext.contrastenhancement
Class SquareRootStretchCRIF

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

public class SquareRootStretchCRIF
extends javax.media.jai.CRIFImpl


Field Summary
 
Fields inherited from class javax.media.jai.CRIFImpl
operationName
 
Constructor Summary
SquareRootStretchCRIF()
          Constructor.
 
Method Summary
 RenderedImage create(ParameterBlock args, RenderingHints renderHints)
          Creates a new instance of SquareRootStretchOpImage in the rendered layer.
 
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

SquareRootStretchCRIF

public SquareRootStretchCRIF()
Constructor.

Method Detail

create

public RenderedImage create(ParameterBlock args,
                            RenderingHints renderHints)
Creates a new instance of SquareRootStretchOpImage in the rendered layer.

Specified by:
create in interface RenderedImageFactory
Specified by:
create in class javax.media.jai.CRIFImpl
Parameters:
args - The source image and the factors.
hints - Optionally contains destination image layout.


Copyright © 2006–2014 GeoSolutions. All rights reserved.