new Greater(filterAttribute, filterValue)
This is a Class that implements the "greater than" filter. A feature
passes this filter if its attribute value is greater than the filtering
value specified in this filter.
Parameters:
Name | Type | Description |
---|---|---|
filterAttribute |
String | The name of the feature attribute to be filtered |
filterValue |
String | The filtering attribute value |
Returns:
An instance of OM.filter.Greater
- Type
- OM.filter.Greater