it.geosolutions.jaiext.border
Class BorderRIF

java.lang.Object
  extended by it.geosolutions.jaiext.border.BorderRIF
All Implemented Interfaces:
RenderedImageFactory

public class BorderRIF
extends Object
implements RenderedImageFactory

A RIF supporting the "border" operation.


Constructor Summary
BorderRIF()
          Constructor.
 
Method Summary
 RenderedImage create(ParameterBlock pb, RenderingHints renderHints)
          Creates a new instance of BorderOpImage in the rendered layer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorderRIF

public BorderRIF()
Constructor.

Method Detail

create

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

Specified by:
create in interface RenderedImageFactory
Parameters:
args - The source image and the border information
hints - Optionally contains destination image layout.


Copyright © 2006–2014 GeoSolutions. All rights reserved.