Class: Spatial

ol.format.filter.Spatial

Represents a spatial operator to test whether a geometry-valued property relates to a given geometry.

new ol.format.filter.Spatial(tagName, geometryName, geometry, opt_srsName)

src/ol/format/filter/spatial.js, line 21
Name Type Description
tagName string

The XML tag name for this filter.

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.

Subclasses

Extends