Class: NotEqualTo

.filter.NotEqualTo

Represents a <PropertyIsNotEqualTo> comparison operator.

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

src/ol/format/ogc/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