org.deegree.coverage.raster.interpolation
Class InterpolationFactory
java.lang.Object
org.deegree.coverage.raster.interpolation.InterpolationFactory
public class InterpolationFactory
- extends Object
Factory for Interpolation
s.
- Version:
- $Revision: 31644 $, $Date: 2011-08-24 22:27:43 +0200 (Wed, 24 Aug 2011) $
- Author:
- Oliver Tonnhofer, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterpolationFactory
public InterpolationFactory()
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 typerasterData
-
- 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.