Class: IsNull

ol/format/filter/IsNull~IsNull


import IsNull from 'ol/format/filter/IsNull.js';

Represents a <PropertyIsNull> comparison operator.

new IsNull(propertyName)

Name Type Description
propertyName string

Name of the context property to compare.

Extends

  • Comparison