[[["容易理解","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"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eThe \u003ccode\u003econtainedIn()\u003c/code\u003e method determines if one geometry is fully enclosed by another, returning true if it is and false otherwise.\u003c/p\u003e\n"],["\u003cp\u003eIt takes a 'right' geometry as input to compare against the calling geometry ('left').\u003c/p\u003e\n"],["\u003cp\u003eOptional parameters include 'maxError' for reprojection tolerance and 'proj' to specify the projection for the operation.\u003c/p\u003e\n"],["\u003cp\u003eThis method is useful for spatial analysis tasks, like checking if a feature is within a specific boundary.\u003c/p\u003e\n"]]],["The `containedIn` method checks if one geometry is fully within another, returning `true` if so, `false` otherwise. It takes a `right` geometry as input, along with optional `maxError` (error tolerance) and `proj` (projection) parameters. The operation defaults to a spherical coordinate system if no projection is provided. The method is used as `Geometry.containedIn(right, maxError, proj)`, where the geometry it is called on acts as the `left` operand.\n"],null,[]]