Class: GreaterThanOrEqualTo

.filter.GreaterThanOrEqualTo

Represents a <PropertyIsGreaterThanOrEqualTo> comparison operator.

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

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

Name of the context property to compare.

expression number

The value to compare.

Extends