Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003egeometries()\u003c/code\u003e method returns a list of geometries contained within a GeometryCollection or a single geometry if called on a single geometry like a Point.\u003c/p\u003e\n"],["\u003cp\u003eThis method is useful for accessing individual geometries within a complex geometry object, enabling further analysis or manipulation.\u003c/p\u003e\n"],["\u003cp\u003eWhen applied to a Point object, \u003ccode\u003egeometries()\u003c/code\u003e returns a list with the Point itself as the sole element.\u003c/p\u003e\n"],["\u003cp\u003eThe examples provided demonstrate how to use \u003ccode\u003egeometries()\u003c/code\u003e in both JavaScript and Python, illustrating its application with a Point geometry.\u003c/p\u003e\n"]]],["The `geometries()` method, when applied to a geometry object, returns a list. For a `GeometryCollection`, it returns a list of the component geometries. In the case of a single geometry like a `Point`, it returns a list containing just that single geometry. The provided examples demonstrate how to use `geometries()` with a `Point` object in both JavaScript and Python, showcasing the retrieval and printing of the resultant list.\n"],null,[]]