Rule.Filter

Rule.Filter property

Determines if “filter-rule” should apply symbolizer to the feature. If returns true symbolizer is used; otherwise, feature is skipped.

public Func<Feature, bool> Filter { get; }

See Also