new ol.format.filter.ComparisonBinary(tagName, propertyName, expression, opt_matchCase)
src/ol/format/filter/comparisonbinary.js, line 23
Name | Type | Description |
---|---|---|
tagName |
string |
The XML tag name for this filter. |
propertyName |
string |
Name of the context property to compare. |
expression |
string | number |
The value to compare. |
matchCase |
boolean |
Case-sensitive? |
Subclasses
- ol.format.filter.EqualTo
- ol.format.filter.GreaterThan
- ol.format.filter.GreaterThanOrEqualTo
- ol.format.filter.LessThan
- ol.format.filter.LessThanOrEqualTo
- ol.format.filter.NotEqualTo