-
Name Type Description propertyName
string Name of the context property to compare.
expression
number The value to compare.
Extends
- module:ol/format/filter/ComparisonBinary~ComparisonBinary
import GreaterThanOrEqualTo from 'ol/format/filter/GreaterThanOrEqualTo';
Represents a <PropertyIsGreaterThanOrEqualTo>
comparison operator.
Name | Type | Description |
---|---|---|
propertyName |
string |
Name of the context property to compare. |
expression |
number |
The value to compare. |