org.deegree.coverage.raster.interpolation
Interface Interpolation

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

public interface Interpolation

Version:
$Revision: 31644 $, $Date: 2011-08-24 22:27:43 +0200 (Wed, 24 Aug 2011) $
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


Copyright © 2011. All Rights Reserved.