Class: Intersects

ol.format.filter.Intersects


Represents a <Intersects> operator to test whether a geometry-valued property intersects a given geometry.

new ol.format.filter.Intersects(geometryName, geometry, opt_srsName)

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

Geometry name to use.

geometry ol.geom.Geometry

Geometry.

srsName string

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

Extends