[[["易于理解","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 used to determine if the edges of a MultiLineString geometry are treated as geodesics (curved along the Earth's surface) or straight lines in the projection."],["It returns `true` if the edges are geodesics and `false` if they are straight lines."],["The method is applied to a MultiLineString geometry object and takes no arguments."],["This function is useful for controlling how lines are displayed and analyzed in Earth Engine, especially when dealing with large distances or areas."]]],["The `edgesAreGeodesics()` method checks if a geometry's edges are geodesics on a spherical Earth model. It takes a geometry as input and returns a boolean value. `True` indicates geodesic edges, while `false` means straight lines in the projection. The examples show how to apply this method to a `MultiLineString` object in both JavaScript and Python, printing the boolean result and visualizing the geometry on a map.\n"]]