-
Name Type Description geometryNamestring Geometry name to use.
geometryGeometry Geometry.
srsNamestring | undefined SRS name. No srsName attribute will be set on geometries when this is not provided.
Extends
- Spatial
import Disjoint from 'ol/format/filter/Disjoint.js';
Represents a <Disjoint> operator to test whether a geometry-valued property
is disjoint to a given geometry.
| 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. |