Uses of Interface
org.esa.snap.core.dataop.resamp.Resampling
-
Packages that use Resampling Package Description org.esa.snap.core.dataop.dem org.esa.snap.core.dataop.maptransf org.esa.snap.core.dataop.resamp -
-
Uses of Resampling in org.esa.snap.core.dataop.dem
Fields in org.esa.snap.core.dataop.dem declared as Resampling Modifier and Type Field Description protected Resampling
BaseElevationModel. resampling
Methods in org.esa.snap.core.dataop.dem that return Resampling Modifier and Type Method Description Resampling
BaseElevationModel. getResampling()
Resampling
ElevationModel. getResampling()
Methods in org.esa.snap.core.dataop.dem with parameters of type Resampling Modifier and Type Method Description ElevationModel
ElevationModelDescriptor. createDem(Resampling resampling)
Creates the elevation model instance.Constructors in org.esa.snap.core.dataop.dem with parameters of type Resampling Constructor Description BaseElevationModel(ElevationModelDescriptor descriptor, Resampling resamplingMethod)
-
Uses of Resampling in org.esa.snap.core.dataop.maptransf
Methods in org.esa.snap.core.dataop.maptransf that return Resampling Modifier and Type Method Description Resampling
MapInfo. getResampling()
Deprecated.Methods in org.esa.snap.core.dataop.maptransf with parameters of type Resampling Modifier and Type Method Description void
MapInfo. setResampling(Resampling resampling)
Deprecated. -
Uses of Resampling in org.esa.snap.core.dataop.resamp
Classes in org.esa.snap.core.dataop.resamp that implement Resampling Modifier and Type Class Description class
BilinearInterpolationResampling
Fields in org.esa.snap.core.dataop.resamp declared as Resampling Modifier and Type Field Description static Resampling
Resampling. BICUBIC_INTERPOLATION
The bicubic spline interpolation resampling method.static Resampling
Resampling. BILINEAR_INTERPOLATION
The bilinear interpolation resampling method.static Resampling
Resampling. BISINC_11_POINT_INTERPOLATION
static Resampling
Resampling. BISINC_21_POINT_INTERPOLATION
static Resampling
Resampling. BISINC_5_POINT_INTERPOLATION
The bisinc interpolation resampling method.static Resampling
Resampling. CUBIC_CONVOLUTION
The cubic convolution resampling method.static Resampling
Resampling. NEAREST_NEIGHBOUR
The nearest neighbour resampling method.Methods in org.esa.snap.core.dataop.resamp that return Resampling Modifier and Type Method Description static Resampling
ResamplingFactory. createResampling(String resamplingName)
Creates an instance ofResampling
by using the given name.
-