it.geosolutions.jaiext.crop
Class CropCRIF
java.lang.Object
it.geosolutions.jaiext.crop.CropCRIF
- All Implemented Interfaces:
- RenderedImageFactory
public class CropCRIF
- extends Object
- implements RenderedImageFactory
The image factory for the Crop operator.
- Since:
- 2.7.2
- Author:
- Andrea Aime
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CropCRIF
public CropCRIF()
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 heightrenderHints
- optional rendering hints which may be used to pass down a tile scheduler and tile
cache
Copyright © 2006–2014 GeoSolutions. All rights reserved.