|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.coverage.raster.interpolation.BiLinearByteInterpolation
public class BiLinearByteInterpolation
This class implements a bilinear interpolation for byte raster.
| Constructor Summary | |
|---|---|
BiLinearByteInterpolation(RasterData rasterData)
Create a new bilinear interpolation for given byte RasterData. |
|
| Method Summary | |
|---|---|
byte[] |
getPixel(float x,
float y,
byte[] result)
Returns the interpolated pixel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BiLinearByteInterpolation(RasterData rasterData)
RasterData.
rasterData - | Method Detail |
|---|
public final byte[] getPixel(float x,
float y,
byte[] result)
Interpolation
getPixel in interface Interpolationx - the raster coordinatey - the raster coordinateresult - a byte array to put the values into
result array
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||