[[["易于理解","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-05。"],[[["`Feature.containedIn()` determines if one feature's geometry is entirely within another's."],["The function returns true only if the 'left' feature's geometry is fully encompassed by the 'right' feature's geometry."],["Users can specify an error margin (`maxError`) and projection (`proj`) for the operation, with the default being a spherical coordinate system using meters for linear distances."]]],["The `containedIn` method checks if one feature's geometry is within another's. It takes a `right` feature as input, along with optional `maxError` for reprojection tolerance and `proj` for the desired projection. The method operates on a `left` feature and returns a Boolean value, indicating whether the `left` feature's geometry is contained within the `right` feature's geometry. If no projection is specified, the function defaults to operating on spherical coordinates.\n"]]