تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تُنشئ هذه الدالة فلترًا أحاديًا أو ثنائيًا يجتاز الاختبار إذا كان الشكل الهندسي الأيمن يحتوي على الشكل الهندسي الأيسر (لا تحتوي الأشكال الهندسية الفارغة على أي شيء).
تاريخ التعديل الأخير: 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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `ee.Filter.isContained` function creates a filter that checks if one geometry fully contains another."],["It can be used to filter data based on spatial relationships between two geometries, either by specifying fields or direct values."],["The filter considers geometries to be contained even if their boundaries overlap."],["An optional `maxError` parameter can be included to account for potential reprojection inaccuracies."]]],["This filter determines if a left geometry is contained within a right geometry. It uses `ee.Filter.isContained()` and accepts either field selectors (`leftField`, `rightField`) or specific values (`leftValue`, `rightValue`) for each geometry. The filter is unary or binary based on the provided inputs. The `maxError` parameter allows setting a tolerance for reprojection errors. Empty geometries are not considered contained in any other geometry.\n"]]