Class: GreaterThanOrEqualTo

ol.format.filter.GreaterThanOrEqualTo


Represents a <PropertyIsGreaterThanOrEqualTo> comparison operator.

new ol.format.filter.GreaterThanOrEqualTo(propertyName, expression)

src/ol/format/filter/greaterthanorequalto.js, line 17
Name Type Description
propertyName string

Name of the context property to compare.

expression number

The value to compare.

Extends