deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.coverage.raster.interpolation
Interface Interpolation

All Known Implementing Classes:
BiLinearByteInterpolation, BiLinearFloatInterpolation, BiLinearShortInterpolation, NearestNeighborInterpolation

public interface Interpolation

Version:
$Revision: 18171 $, $Date: 2009-06-17 16:00:07 +0200 (Mi, 17 Jun 2009) $
Author:
Oliver Tonnhofer, last edited by: $Author: mschneider $

Method Summary
 byte[] getPixel(float x, float y, byte[] result)
          Returns the interpolated pixel.
 

Method Detail

getPixel

byte[] getPixel(float x,
                float y,
                byte[] result)
Returns the interpolated pixel.

Parameters:
x - the raster coordinate
y - the raster coordinate
result - a byte array to put the values into
Returns:
the result array

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>