Class: LessThan

ol/format/filter/LessThan~LessThan


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

表示 <PropertyIsLessThan> 比较运算符。

new LessThan(propertyName, expression)

Name Type Description
propertyName string

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

expression number

要比较的值。

Extends

  • ComparisonBinary