org.esa.beam.framework.dataop.resamp
Class ResamplingFactory
java.lang.Object
org.esa.beam.framework.dataop.resamp.ResamplingFactory
public final class ResamplingFactory
- extends Object
A factory class for creating instances of Resampling
- Author:
- Marco Peters
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEAREST_NEIGHBOUR_NAME
public static final String NEAREST_NEIGHBOUR_NAME
- See Also:
- Constant Field Values
BILINEAR_INTERPOLATION_NAME
public static final String BILINEAR_INTERPOLATION_NAME
- See Also:
- Constant Field Values
CUBIC_CONVOLUTION_NAME
public static final String CUBIC_CONVOLUTION_NAME
- See Also:
- Constant Field Values
ResamplingFactory
public ResamplingFactory()
createResampling
public static Resampling createResampling(String resamplingName)
- Creates an instance of
Resampling by using the given name.
- Parameters:
resamplingName - the name of the resampling
- Returns:
- an instance of
Resampling, or null if the given name is unknown. - See Also:
NEAREST_NEIGHBOUR_NAME,
BILINEAR_INTERPOLATION_NAME,
CUBIC_CONVOLUTION_NAME
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.