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

      • MultiSizeIssue

        public MultiSizeIssue()
    • Method Detail

      • maybeResample

        public static Product maybeResample​(Product product)
      • chooseBandsWithSameSize

        public static void chooseBandsWithSameSize()
      • warningMaskForBandsWithDifferentSize

        public static void warningMaskForBandsWithDifferentSize()
      • isMultiSize

        public static boolean isMultiSize​(Product selectedProduct)