|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.coverage.raster.interpolation.RasterInterpolater
public class RasterInterpolater
Interpolates a given raster to a given width .
Constructor Summary | |
---|---|
RasterInterpolater(InterpolationType interpolationType)
|
Method Summary | |
---|---|
AbstractRaster |
interPolate(AbstractRaster sourceRaster,
int dstWidth,
int dstHeight)
Interpolates the given raster to retrieve a raster with the given width and height. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RasterInterpolater(InterpolationType interpolationType)
interpolationType
- Method Detail |
---|
public AbstractRaster interPolate(AbstractRaster sourceRaster, int dstWidth, int dstHeight)
sourceRaster
- the raster to get an interpolation version fromdstWidth
- the width (columns) of the resulting rasterdstHeight
- the height (rows) of the resulting raster
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |