[[["易于理解","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-07-26。"],[[["This function checks if one feature's geometry completely encloses another feature's geometry."],["It returns true only if the 'left' feature's geometry fully contains the 'right' feature's geometry, otherwise it returns false."],["The comparison can be customized by specifying a maximum error tolerance (`maxError`) and a projection (`proj`) for the operation."]]],["The `Feature.contains()` method checks if one feature's geometry encompasses another's. It takes a `right` feature as input, and optionally `maxError` for reprojection tolerance, and `proj` for the desired projection. The method returns a Boolean value: `true` if the `left` feature's geometry contains the `right` feature's geometry, `false` otherwise. If no projection is specified, calculations are performed spherically, with linear distances measured in meters.\n"]]