Class: ComparisonBinary

.filter.ComparisonBinary

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

new ol.format.ogc.filter.ComparisonBinary(tagName, propertyName, expression, opt_matchCase) experimental

src/ol/format/ogc/filter/comparisonbinary.js, line 20
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