Class: GreaterThan

ol/format/filter/GreaterThan~GreaterThan


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

表示 <PropertyIsGreaterThan> 比较运算符。

new GreaterThan(propertyName, expression)

Name Type Description
propertyName string

要比较的上下文属性名称。

expression number

要比较的值。

Extends

  • ComparisonBinary