Class: Intersects

ol/format/filter/Intersects~Intersects


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

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

new Intersects(geometryName, geometry, srsName)

Name Type Description
geometryName string

Geometry name to use.

geometry Geometry

Geometry.

srsName string | undefined

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

Extends

  • Spatial