UNPKG

ol

Version:

OpenLayers mapping library

18 lines 677 B
export default Disjoint; /** * @classdesc * Represents a `<Disjoint>` operator to test whether a geometry-valued property * is disjoint to a given geometry. * @api */ declare class Disjoint extends Spatial { /** * @param {!string} geometryName Geometry name to use. * @param {!import("../../geom/Geometry.js").default} geometry Geometry. * @param {string} [srsName] SRS name. No srsName attribute will be * set on geometries when this is not provided. */ constructor(geometryName: string, geometry: import("../../geom/Geometry.js").default, srsName?: string); } import Spatial from './Spatial.js'; //# sourceMappingURL=Disjoint.d.ts.map