[[["容易理解","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 (世界標準時間)。"],[[["`ProjectionTransform` changes the projection of a feature's geometry to a specified target projection, defaulting to EPSG:4326."],["If the target projection is geographic, the geometry's edges are treated as geodesics; otherwise, they are considered straight lines within the projection."],["Users can define a maximum allowable projection error using the `maxError` parameter."]]],["Transforms a feature's geometry to a specified projection. The function `ee.Algorithms.ProjectionTransform` takes a `feature`, a target `proj`ection (defaults to EPSG:4326), and an optional `maxError` margin. The `proj`ection determines if geometry edges are geodesic or straight lines. The input `feature`'s geometry is converted, and the transformed `feature` is returned. The `maxError` sets the tolerance for the projection's accuracy.\n"]]