-
Name Type Description propertyName
string Name of the context property to compare.
lowerBoundary
number The lower bound of the range.
upperBoundary
number The upper bound of the range.
Extends
- module:ol/format/filter/Comparison~Comparison
import IsBetween from 'ol/format/filter/IsBetween';
Represents a <PropertyIsBetween>
comparison operator.
Name | Type | Description |
---|---|---|
propertyName |
string |
Name of the context property to compare. |
lowerBoundary |
number |
The lower bound of the range. |
upperBoundary |
number |
The upper bound of the range. |