Compound Filter

A Compound Filter can be used to speed up a Property Filter. You can use a different Property Filter filter for each item class.

For eg to find all closed LineString items (i.e. LineString items that form loops like buildings in a map) you might use a Property Filter filter with the expression _closed&<>0 but this might be applied to all Text items as well as all LineString items.

To speed up the operation you only want to apply the property expression to LineString items. To do this use a Compound Filter to exclude all item classes except LineString.

TIP: See also Filters in Selection.