org.esa.beam.framework.dataop.resamp
Class ResamplingFactory

java.lang.Object
  extended by org.esa.beam.framework.dataop.resamp.ResamplingFactory

public final class ResamplingFactory
extends Object

A factory class for creating instances of Resampling

Author:
Marco Peters

Field Summary
static String BILINEAR_INTERPOLATION_NAME
           
static String CUBIC_CONVOLUTION_NAME
           
static String NEAREST_NEIGHBOUR_NAME
           
 
Constructor Summary
ResamplingFactory()
           
 
Method Summary
static Resampling createResampling(String resamplingName)
          Creates an instance of Resampling by using the given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ResamplingFactory

public ResamplingFactory()
Method Detail

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.