-
Name Type Description propertyNamestring Name of the context property to compare.
lowerBoundarynumber The lower bound of the range.
upperBoundarynumber The upper bound of the range.
Extends
- module:ol/format/filter/Comparison~Comparison
OpenLayers
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. |