it.geosolutions.jaiext.warp
Class WarpRIF

java.lang.Object
  extended by it.geosolutions.jaiext.warp.WarpRIF
All Implemented Interfaces:
RenderedImageFactory

public class WarpRIF
extends Object
implements RenderedImageFactory

A RIF supporting the "Warp" operation in the rendered image layer.

Since:
EA2
See Also:
WarpDescriptor, GeneralWarpOpImage

Constructor Summary
WarpRIF()
          Constructor.
 
Method Summary
 RenderedImage create(ParameterBlock paramBlock, RenderingHints renderHints)
          Creates a new instance of warp operator according to the warp object and interpolation method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarpRIF

public WarpRIF()
Constructor.

Method Detail

create

public RenderedImage create(ParameterBlock paramBlock,
                            RenderingHints renderHints)
Creates a new instance of warp operator according to the warp object and interpolation method.

Specified by:
create in interface RenderedImageFactory
Parameters:
paramBlock - The warp and interpolation objects.


Copyright © 2006–2014 GeoSolutions. All rights reserved.