Class: GreaterThan

.filter.GreaterThan

Represents a <PropertyIsGreaterThan> comparison operator.

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

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

Name of the context property to compare.

expression number

The value to compare.

Extends