Uses of Interface
org.esa.snap.core.gpf.common.resample.Interpolator
-
Packages that use Interpolator Package Description org.esa.snap.core.gpf.common.resample -
-
Uses of Interpolator in org.esa.snap.core.gpf.common.resample
Classes in org.esa.snap.core.gpf.common.resample that implement Interpolator Modifier and Type Class Description classDoubleDataInterpolatorclassLongDataInterpolatorMethods in org.esa.snap.core.gpf.common.resample that return Interpolator Modifier and Type Method Description static InterpolatorInterpolatorFactory. createInterpolator(InterpolationType type, int dataType)InterpolatorBilinearUpsampler. createUpsampler(RasterDataNode rasterDataNode, int dataBufferType)InterpolatorCubicConvolutionUpsampler. createUpsampler(RasterDataNode rasterDataNode, int dataBufferType)InterpolatorNearestUpsampler. createUpsampler(RasterDataNode rasterDataNode, int dataBufferType)InterpolatorUpsampling. createUpsampler(RasterDataNode rasterDataNode, int dataBufferType)
-