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 ResamplingBaseElevationModel. resamplingMethods in org.esa.snap.core.dataop.dem that return Resampling Modifier and Type Method Description ResamplingBaseElevationModel. getResampling()ResamplingElevationModel. getResampling()Methods in org.esa.snap.core.dataop.dem with parameters of type Resampling Modifier and Type Method Description ElevationModelElevationModelDescriptor. 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 ResamplingMapInfo. getResampling()Deprecated.Methods in org.esa.snap.core.dataop.maptransf with parameters of type Resampling Modifier and Type Method Description voidMapInfo. 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 classBilinearInterpolationResamplingFields in org.esa.snap.core.dataop.resamp declared as Resampling Modifier and Type Field Description static ResamplingResampling. BICUBIC_INTERPOLATIONThe bicubic spline interpolation resampling method.static ResamplingResampling. BILINEAR_INTERPOLATIONThe bilinear interpolation resampling method.static ResamplingResampling. BISINC_11_POINT_INTERPOLATIONstatic ResamplingResampling. BISINC_21_POINT_INTERPOLATIONstatic ResamplingResampling. BISINC_5_POINT_INTERPOLATIONThe bisinc interpolation resampling method.static ResamplingResampling. CUBIC_CONVOLUTIONThe cubic convolution resampling method.static ResamplingResampling. NEAREST_NEIGHBOURThe nearest neighbour resampling method.Methods in org.esa.snap.core.dataop.resamp that return Resampling Modifier and Type Method Description static ResamplingResamplingFactory. createResampling(String resamplingName)Creates an instance ofResamplingby using the given name.
-