public class FeatureFilterOperator
extends java.lang.Object
Constructor and Description |
---|
FeatureFilterOperator() |
Modifier and Type | Method and Description |
---|---|
static FeatureFilter |
and(FeatureFilter[] filters)
Performs "and" operation on an array of feature filters, and returns the combined feature filter.
|
static FeatureFilter |
not(FeatureFilter filter)
Performs "not" operation on the specified feature filter, and returns the opposite feature filter.
|
static FeatureFilter |
or(FeatureFilter[] filters)
Performs "or" operation on an array of feature filters, and returns the combined feature filter.
|
public static FeatureFilter and(FeatureFilter[] filters)
public static FeatureFilter or(FeatureFilter[] filters)
public static FeatureFilter not(FeatureFilter filter)