org.deegree.coverage.raster.interpolation
Class RasterInterpolater
java.lang.Object
org.deegree.coverage.raster.interpolation.RasterInterpolater
public class RasterInterpolater
- extends Object
Interpolates a given raster to a given width .
- Version:
- $Revision: 31644 $, $Date: 2011-08-24 22:27:43 +0200 (Wed, 24 Aug 2011) $
- Author:
- Rutger Bezema, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RasterInterpolater
public RasterInterpolater(InterpolationType interpolationType)
- Parameters:
interpolationType
-
interPolate
public AbstractRaster interPolate(AbstractRaster sourceRaster,
int dstWidth,
int dstHeight)
- Interpolates the given raster to retrieve a raster with the given width and height.
- Parameters:
sourceRaster
- the raster to get an interpolation version fromdstWidth
- the width (columns) of the resulting rasterdstHeight
- the height (rows) of the resulting raster
- Returns:
- the interpolated raster
Copyright © 2011. All Rights Reserved.