Package org.esa.snap.core.datamodel
Interface ProductFilter
-
public interface ProductFilterA filter for products.
-
-
Field Summary
Fields Modifier and Type Field Description static ProductFilterALLA filter that accepts all products (does not filter at all).
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(Product product)
-
-
-
Field Detail
-
ALL
static final ProductFilter ALL
A filter that accepts all products (does not filter at all).
-
-
Method Detail
-
accept
boolean accept(Product product)
- Parameters:
product- The product.- Returns:
true, if the givenproductis accepted by this filter.
-
-