Class: IsBetween

ol/format/filter/IsBetween~IsBetween


import IsBetween from 'ol/format/filter/IsBetween';

Represents a <PropertyIsBetween> comparison operator.

new IsBetween(propertyName, lowerBoundary, upperBoundary)

format/filter/IsBetween.js, line 11
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