تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تُستخدَم عمليات الربط لدمج عناصر من مجموعات مختلفة (مثل
ImageCollection أو FeatureCollection) استنادًا إلى شرط
محدّد من خلال ee.Filter. يتم إنشاء الفلتر باستخدام الوسيطات ل
الخصائص في كل مجموعة مرتبطة ببعضها. على وجه التحديد، تحديد
leftField الخاصية في المجموعة الأساسية التي ترتبط
بـ rightField في المجموعة الثانوية نوع الفلتر (مثل
equals وgreaterThanOrEquals وlessThan وما إلى ذلك)
يشير إلى العلاقة بين الحقول. يشير نوع الدمج إلى علاقات رأس بأطراف
أو علاقات فردية بين العناصر في المجموعات وعدد المطابقات
التي يجب الاحتفاظ بها. يتم إنشاء الناتج من عملية الدمج بواسطة join.apply() وسيختلف
حسب نوع عملية الدمج.
تاريخ التعديل الأخير: 2025-02-18 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-02-18 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Joins combine elements from different collections like `ImageCollection` and `FeatureCollection` based on a specified condition using an `ee.Filter`."],["The `ee.Filter` defines the relationship between properties in the collections using `leftField` and `rightField` along with a filter type like `equals` or `lessThan`."],["Different join types handle one-to-one or one-to-many relationships and control the number of matches retained, impacting the output produced by `join.apply()`."]]],["Joins combine elements from different collections using an `ee.Filter` based on a specified condition. `leftField` and `rightField` define related properties within the primary and secondary collections, respectively. The filter type determines the relationship between these fields (e.g., equals, greaterThan). Join type specifies one-to-many or one-to-one relationships and the number of matches. The `join.apply()` method produces the output, which varies based on the chosen join type.\n"]]