it.geosolutions.jaiext.algebra
Class AlgebraCRIF

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

public class AlgebraCRIF
extends javax.media.jai.CRIFImpl


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

AlgebraCRIF

public AlgebraCRIF()
Constructor.

Method Detail

create

public RenderedImage create(ParameterBlock pb,
                            RenderingHints renderHints)
Creates a new instance of AddOpImage in the rendered layer. This method satisfies the implementation of RIF.

Specified by:
create in interface RenderedImageFactory
Specified by:
create in class javax.media.jai.CRIFImpl
Parameters:
paramBlock - The two source images to be added.
renderHints - Optionally contains destination image layout.


Copyright © 2006–2015 GeoSolutions. All rights reserved.