it.geosolutions.jaiext.crop
Class CropCRIF

java.lang.Object
  extended by it.geosolutions.jaiext.crop.CropCRIF
All Implemented Interfaces:
RenderedImageFactory

public class CropCRIF
extends Object
implements RenderedImageFactory

The image factory for the Crop operator.

Author:
Andrea Aime

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

Constructor Detail

CropCRIF

public CropCRIF()
Method Detail

create

public RenderedImage create(ParameterBlock paramBlock,
                            RenderingHints renderingHints)
Creates a new instance of CropOpImage in the rendered layer.

Specified by:
create in interface RenderedImageFactory
Parameters:
paramBlock - parameter block with parameters minx, miny, width height
renderHints - optional rendering hints which may be used to pass down a tile scheduler and tile cache


Copyright © 2006–2015 GeoSolutions. All rights reserved.