Class: Bbox

ol.format.filter.Bbox


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

new ol.format.filter.Bbox(geometryName, extent, opt_srsName)

src/ol/format/filter/bbox.js, line 20
Name Type Description
geometryName string

Geometry name to use.

extent ol.Extent

Extent.

srsName string

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

Extends