Class BilinearUpsampler
- java.lang.Object
-
- org.esa.snap.core.gpf.common.resample.BilinearUpsampler
-
- All Implemented Interfaces:
ResamplingMethod
,Upsampling
public class BilinearUpsampler extends Object implements Upsampling
Created by obarrile on 19/04/2019.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BilinearUpsampler.Spi
-
Constructor Summary
Constructors Constructor Description BilinearUpsampler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Interpolator
createUpsampler(RasterDataNode rasterDataNode, int dataBufferType)
String
getName()
boolean
isCompatible(RasterDataNode rasterDataNode, int dataBufferType)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceResamplingMethod
-
isCompatible
public boolean isCompatible(RasterDataNode rasterDataNode, int dataBufferType)
- Specified by:
isCompatible
in interfaceResamplingMethod
-
createUpsampler
public Interpolator createUpsampler(RasterDataNode rasterDataNode, int dataBufferType)
- Specified by:
createUpsampler
in interfaceUpsampling
-
-