Class: GreaterThan

ol.format.filter.GreaterThan


Represents a <PropertyIsGreaterThan> comparison operator.

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

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

Name of the context property to compare.

expression number

The value to compare.

Extends