Class: IsBetween

.filter.IsBetween

Represents a <PropertyIsBetween> comparison operator.

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

src/ol/format/ogc/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