Constructor
new Filter(config)
Parameters:
Name | Type | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
config |
Object | Configuration object Properties
|
Methods
(static) ogcLogicalOperator() → {String}
OGC string version of the logical operator
Returns:
- Type
- String
(static) ogcOperator() → {String}
OGC string version of the filter operator
Returns:
- Type
- String
execute(value) → {Boolean}
Execute the filter against a given value
Parameters:
Name | Type | Description |
---|---|---|
value |
* | Value to process |
Returns:
- Returns true if value matches the filter
- Type
- Boolean
toString() → {String}
Returns:
- Type
- String