تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]]