W3cubDocs

/OpenLayers

ol/format/filter/Bbox~Bbox


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

Represents a <BBOX> operator to test whether a geometry-valued property intersects a fixed bounding box

new Bbox(geometryName, extent, srsName)

Name Type Description
geometryName string

Geometry name to use.

extent Extent

Extent.

srsName string | undefined

SRS name. No srsName attribute will be set on geometries when this is not provided.

Extends

  • Filter

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