Class: IsNull

.filter.IsNull

Represents a <PropertyIsNull> comparison operator.

new ol.format.ogc.filter.IsNull(propertyName) experimental

src/ol/format/ogc/filter/isnull.js, line 16
Name Type Description
propertyName string

Name of the context property to compare.

Extends