[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-04。"],[[["This function, `disjoint`, determines if two geometries do not intersect spatially and returns `true` if they are disjoint, otherwise `false`."],["It takes a Geometry object as input for the `right` parameter, an optional `maxError` for reprojection tolerance, and an optional `proj` to define the projection for the operation."],["The operation defaults to a spherical coordinate system with distances in meters on the sphere if no projection is specified."]]],["The `disjoint` method checks if two geometries are disjoint, returning `true` if they do not intersect and `false` otherwise. It operates on a `BBox` object (`left` geometry) and another `right` geometry. Optional parameters include `maxError` for reprojection tolerance and `proj` for specifying the projection. The examples demonstrate how to use `disjoint` with two bounding boxes, and the output is a boolean.\n"]]