类:不相交

ol/format/filter/Disjoint~不相交


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

<Disjoint> 运算符用于测试几何属性是否与给定几何不相交。

new Disjoint(geometryName, geometry, srsName)

Name Type 描述
geometryName string

需使用的几何名称。

geometry Geometry

几何.

srsName string | undefined

SRS名称。若未提供,则几何图形上不设置srsName属性。

继承

  • Spatial