Class: ComparisonBinary

ol.format.filter.ComparisonBinary


Abstract class; normally only used for creating subclasses and not instantiated in apps. Base class for WFS GetFeature property binary comparison filters.

deprecated: This class will no longer be exported starting from the next major version.

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

Extends