Represents a WFS filter expression consisting of one or more conditions chained with a logical operator (and or or).
Filters can be nested to form a more complex filter expression, e.g.:
condition 1 and (condition2 or condition3)
Checks if the filter is simple, meaning it has only one condition and no logical operator.
Simple filters can be displayed in the QueryBuilderComponent (layer tree filter).
Represents a WFS filter expression consisting of one or more conditions chained with a logical operator (
andoror). Filters can be nested to form a more complex filter expression, e.g.: condition 1 and (condition2 or condition3)