-
Name Type Description propertyNamestring Name of the context property to compare.
expressionnumber The value to compare.
Extends
- ComparisonBinary
import LessThan from 'ol/format/filter/LessThan.js';
Represents a <PropertyIsLessThan> comparison operator.
| Name | Type | Description |
|---|---|---|
propertyName |
string |
Name of the context property to compare. |
expression |
number |
The value to compare. |