|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interpolation | |
---|---|
org.deegree.coverage.raster.interpolation | This package contains classes for interpolation of raster data. |
Uses of Interpolation in org.deegree.coverage.raster.interpolation |
---|
Classes in org.deegree.coverage.raster.interpolation that implement Interpolation | |
---|---|
class |
BiLinearByteInterpolation
This class implements a bilinear interpolation for byte raster. |
class |
BiLinearFloatInterpolation
This class implements a bilinear interpolation for float raster. |
class |
BiLinearShortInterpolation
This class implements a bilinear interpolation for short raster. |
class |
NearestNeighborInterpolation
This class implements a simple nearest neighbor interpolation. |
Methods in org.deegree.coverage.raster.interpolation that return Interpolation | |
---|---|
static Interpolation |
InterpolationFactory.getInterpolation(InterpolationType type,
RasterData rasterData)
Creates a new interpolation of the given type and for the given raster. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |