Package org.esa.snap.rcp.util
Class MultiSizeIssue
java.lang.Object
org.esa.snap.rcp.util.MultiSizeIssue
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static boolean
isMultiSize
(Product selectedProduct) static Product
maybeResample
(Product product) static void
-
Constructor Details
-
MultiSizeIssue
public MultiSizeIssue()
-
-
Method Details
-
maybeResample
-
chooseBandsWithSameSize
public static void chooseBandsWithSameSize() -
warningMaskForBandsWithDifferentSize
public static void warningMaskForBandsWithDifferentSize() -
isMultiSize
-