Class ResampleUtils
- java.lang.Object
-
- org.esa.snap.core.gpf.common.resample.ResampleUtils
-
public class ResampleUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ResampleUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
allGridsAlignAtUpperLeftPixel(Product product)
static Downsampling
getDownsamplingFromAggregatorType(AggregationType type)
static Upsampling
getUpsamplingFromInterpolationType(InterpolationType type)
-
-
-
Method Detail
-
allGridsAlignAtUpperLeftPixel
public static boolean allGridsAlignAtUpperLeftPixel(Product product)
-
getDownsamplingFromAggregatorType
public static Downsampling getDownsamplingFromAggregatorType(AggregationType type)
-
getUpsamplingFromInterpolationType
public static Upsampling getUpsamplingFromInterpolationType(InterpolationType type)
-
-