-
Name Type Description geometryNamestring Geometry name to use.
extentmodule:ol/extent~Extent Extent.
srsNamestring SRS name. No srsName attribute will be set on geometries when this is not provided.
Extends
- module:ol/format/filter/Filter~Filter
OpenLayers
import Bbox from 'ol/format/filter/Bbox';
Represents a <BBOX> operator to test whether a geometry-valued property
intersects a fixed bounding box
| Name | Type | Description |
|---|---|---|
geometryName |
string |
Geometry name to use. |
extent |
module:ol/extent~Extent |
Extent. |
srsName |
string |
SRS name. No srsName attribute will be set on geometries when this is not provided. |