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_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_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_INTERPOLATION_NAME,
BICUBIC_INTERPOLATION_NAMECopyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.