Class: GreaterThanOrEqualTo

ol/format/filter/GreaterThanOrEqualTo~GreaterThanOrEqualTo


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

Represents a <PropertyIsGreaterThanOrEqualTo> comparison operator.

new GreaterThanOrEqualTo(propertyName, expression)

Name Type Description
propertyName string

Name of the context property to compare.

expression number

The value to compare.

Extends

  • ComparisonBinary