org.deegree.coverage.raster.interpolation
Class InterpolationFactory

java.lang.Object
  extended by org.deegree.coverage.raster.interpolation.InterpolationFactory

public class InterpolationFactory
extends Object

Factory for Interpolations.

Version:
$Revision: 31644 $, $Date: 2011-08-24 22:27:43 +0200 (Wed, 24 Aug 2011) $
Author:
Oliver Tonnhofer, last edited by: $Author: mschneider $

Constructor Summary
InterpolationFactory()
           
 
Method Summary
static Interpolation getInterpolation(InterpolationType type, RasterData rasterData)
          Creates a new interpolation of the given type and for the given raster.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpolationFactory

public InterpolationFactory()
Method Detail

getInterpolation

public static Interpolation getInterpolation(InterpolationType type,
                                             RasterData rasterData)
Creates a new interpolation of the given type and for the given raster.

Parameters:
type - the interpolation type
rasterData -
Returns:
interpolation for given type and raster
Throws:
UnsupportedOperationException - if no interpolation is found for the given type and raster


Copyright © 2011. All Rights Reserved.