Class: Disjoint

ol/format/filter/Disjoint~Disjoint


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

Represents a <Disjoint> operator to test whether a geometry-valued property is disjoint to a given geometry.

new Disjoint(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