Interface Upsampling
-
- All Superinterfaces:
ResamplingMethod
- All Known Implementing Classes:
BilinearUpsampler
,CubicConvolutionUpsampler
,NearestUpsampler
public interface Upsampling extends ResamplingMethod
Created by obarrile on 11/04/2019.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Interpolator
createUpsampler(RasterDataNode rasterDataNode, int dataBufferType)
-
Methods inherited from interface org.esa.snap.core.gpf.common.resample.ResamplingMethod
getName, isCompatible
-
-
-
-
Method Detail
-
createUpsampler
Interpolator createUpsampler(RasterDataNode rasterDataNode, int dataBufferType)
-
-