[[["易于理解","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 transforms the input geometry's coordinates to a new projection, specified by the `proj` argument which defaults to EPSG:4326."],["When using a geographic CRS for the target projection, edges of the geometry are treated as geodesics on the Earth's surface, while other projections interpret edges as straight lines."],["Users can control the allowed projection error using the optional `maxError` argument, ensuring the transformed geometry's accuracy."],["The function ultimately returns a new Geometry object with the reprojected coordinates, leaving the original geometry unchanged."]]],["The `transform` method reprojects a geometry to a specified projection. It accepts the target projection (`proj`) and an optional maximum error (`maxError`). The method operates on a `Geometry` object and returns a new `Geometry` with the transformed coordinates. If `proj` is geographic, edges are geodesics; otherwise, they are straight lines in the projection. The default projection is EPSG:4326.\n"]]