Syntax FACTORY_DEF AttributeFilterFactory [FACTORY_NAME ] [INPUT FEATURE_TYPE [ ]* []*] [FILTER_ATTRIBUTE ] [FILTER_VALUES []+] [OUTPUT FEATURE_TYPE [ ]* []*]* Overview Routes features to different output ports depending on the value of an attribute. Parameters FILTER_ATTRIBUTE The attribute whose value will be used to filter features. FILTER_VALUES A space-delimited list of possible attribute values. Each value specified in this list will have a corresponding output port. There are a few special values that may be used in this list: - Filters features whose attribute value is the empty string. - Filters features that do not have the specified attribute. - Filters features whose attribute value is null. - Filters features that did not match any of the other specified values.