public final class ResamplingFactory extends Object
Resampling
Modifier and Type | Field and Description |
---|---|
static String |
BICUBIC_INTERPOLATION_NAME |
static String |
BILINEAR_INTERPOLATION_NAME |
static String |
BISINC_11_POINT_INTERPOLATION_NAME |
static String |
BISINC_21_POINT_INTERPOLATION_NAME |
static String |
BISINC_5_POINT_INTERPOLATION_NAME |
static String |
CUBIC_CONVOLUTION_NAME |
static String |
NEAREST_NEIGHBOUR_NAME |
static String[] |
resamplingNames |
Constructor and Description |
---|
ResamplingFactory() |
Modifier and Type | Method and Description |
---|---|
static Resampling |
createResampling(String resamplingName)
Creates an instance of
Resampling by using the given name. |
public static final String NEAREST_NEIGHBOUR_NAME
public static final String BILINEAR_INTERPOLATION_NAME
public static final String CUBIC_CONVOLUTION_NAME
public static final String BISINC_5_POINT_INTERPOLATION_NAME
public static final String BISINC_11_POINT_INTERPOLATION_NAME
public static final String BISINC_21_POINT_INTERPOLATION_NAME
public static final String BICUBIC_INTERPOLATION_NAME
public static final String[] resamplingNames
public static Resampling createResampling(String resamplingName)
Resampling
by using the given name.resamplingName
- the name of the resamplingResampling
, or null
if the given name is unknown.NEAREST_NEIGHBOUR_NAME
,
BILINEAR_INTERPOLATION_NAME
,
CUBIC_CONVOLUTION_NAME
,
BISINC_5_POINT_INTERPOLATION_NAME
,
BISINC_11_POINT_INTERPOLATION_NAME
,
BISINC_21_POINT_INTERPOLATION_NAME
,
BICUBIC_INTERPOLATION_NAME
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.