[[["容易理解","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 (世界標準時間)。"],[[["Returns a list of the geometries within a GeometryCollection or a single geometry in a list."],["Applies to Geometry objects, specifically demonstrated with LinearRing in the examples."],["Useful for accessing individual components of complex or single geometries in Earth Engine."],["Demonstrated using both JavaScript and Python code snippets in the provided examples."]]],["The `geometries()` method extracts geometries from a `GeometryCollection` or returns a singleton list containing the geometry itself. For example, applying `geometries()` to a `LinearRing` object, as demonstrated in both JavaScript and Python examples, results in a list. The code shows the creation of a `LinearRing`, the application of `.geometries()`, the printing of the result, and the visualization on a map using specified coordinates and color.\n"]]