W3cubDocs

/OpenLayers

ol/format/filter/GreaterThanOrEqualTo~GreaterThanOrEqualTo


import GreaterThanOrEqualTo from 'ol/format/filter/GreaterThanOrEqualTo.js';

Represents a <PropertyIsGreaterThanOrEqualTo> comparison operator.

new GreaterThanOrEqualTo(propertyName, expression)

Name Type Description
propertyName string

Name of the context property to compare.

expression number

The value to compare.

Extends

  • ComparisonBinary

© 2005-present, OpenLayers Contributors All rights reserved.Licensed under the BSD 2-Clause License.
https://openlayers.org/en/latest/apidoc/module-ol_format_filter_GreaterThanOrEqualTo-GreaterThanOrEqualTo.html