[[["易于理解","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。"],[[["`edgesAreGeodesics()` is a method that determines if the edges of a geometry are treated as geodesics (curved lines following the Earth's curvature) or straight lines in the projection."],["This method returns `true` if the edges are geodesics and `false` if they are straight lines."],["It can be applied to `Geometry` objects, such as Polygons, to understand how their edges are interpreted in Earth Engine's computations."],["The method takes no arguments other than the geometry object itself."]]],["The `edgesAreGeodesics()` method, applied to a geometry object, determines if its edges follow geodesics on a spherical Earth model. It returns a Boolean value: `true` indicates geodesic edges, while `false` means edges are straight lines in the projection. The method is used on geometry objects, including polygons, and no additional parameters are needed. The example code demonstrates applying `edgesAreGeodesics()` to a polygon and printing the Boolean result.\n"]]