Uses of Interface
org.deegree.coverage.raster.interpolation.Interpolation

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.
 



Copyright © 2011. All Rights Reserved.