Class: Contains

ol/format/filter/Contains~Contains


import Contains from 'ol/format/filter/Contains';

Represents a <Contains> operator to test whether a geometry-valued property contains a given geometry.

new Contains(geometryName, geometry, opt_srsName)

Name Type Description
geometryName string

Geometry name to use.

geometry module:ol/geom/Geometry~Geometry

Geometry.

srsName string

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

Extends

  • module:ol/format/filter/Spatial~Spatial