Class: IsBetween

ol.format.filter.IsBetween


Represents a <PropertyIsBetween> comparison operator.

new ol.format.filter.IsBetween(propertyName, lowerBoundary, upperBoundary)

src/ol/format/filter/isbetween.js, line 18
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