Filter

Filter

Filter configuration

Constructor

new Filter(config)

Source:
Parameters:
Name Type Description
config Object

Configuration object

Properties
Name Type Attributes Default Description
property String

Property used to filter data

value String

The value to filter by

operator String <optional>
'='

The operator to use in filter. Options: '=', '<>', '<', '<=', '>', '>=', 'like'.

Members

(readonly) ogcOperator :String

Source:

OGC string version of the filter operator

Type:
  • String

Methods

toString() → {String}

Source:
Returns:
Type
String