|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.coverage.raster.interpolation.InterpolationFactory
public class InterpolationFactory
Factory for Interpolations.
| 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 |
|---|
public InterpolationFactory()
| Method Detail |
|---|
public static Interpolation getInterpolation(InterpolationType type,
RasterData rasterData)
type - the interpolation typerasterData -
java.lang.UnsupportedOperationException - if no interpolation is found for the given type and raster
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||