Package org.esa.snap.rcp.util
Class MultiSizeIssue
- java.lang.Object
-
- org.esa.snap.rcp.util.MultiSizeIssue
-
public class MultiSizeIssue extends Object
This class is not part of the public API.Its purpose is to suggest to use the resampling operator when users invoke a SNAP function that is not capable to work with multi-size products such as Sentinel-2 MSI L1C or Sentinel-3 SLSTR L1b products.
-
-
Constructor Summary
Constructors Constructor Description MultiSizeIssue()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
chooseBandsWithSameSize()
static boolean
isMultiSize(Product selectedProduct)
static Product
maybeResample(Product product)
static void
warningMaskForBandsWithDifferentSize()
-
-
-
Method Detail
-
chooseBandsWithSameSize
public static void chooseBandsWithSameSize()
-
warningMaskForBandsWithDifferentSize
public static void warningMaskForBandsWithDifferentSize()
-
isMultiSize
public static boolean isMultiSize(Product selectedProduct)
-
-