Class: NotEqualTo

ol.format.filter.NotEqualTo


Represents a <PropertyIsNotEqualTo> comparison operator.

new ol.format.filter.NotEqualTo(propertyName, expression, opt_matchCase)

src/ol/format/filter/notequalto.js, line 18
Name Type Description
propertyName string

Name of the context property to compare.

expression string | number

The value to compare.

matchCase boolean

Case-sensitive?

Extends