הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני 15 באפריל 2025 חייבים לעבור אימות של הזכאות לשימוש לא מסחרי כדי לשמור על הגישה ל-Earth Engine.
[[["התוכן קל להבנה","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 (שעון UTC)."],[[["`intersection` returns a Geometry representing the shared area between a MultiPolygon and another Geometry."],["It takes the `right` Geometry, optional `maxError`, and optional `proj` as arguments."],["The `maxError` parameter controls the tolerance for reprojection errors."],["The `proj` parameter specifies the projection for the operation, defaulting to spherical coordinates if unspecified."]]],["The `intersection` method computes the overlapping area between two geometries, returning a new geometry representing their intersection. It takes a `right` geometry as the second operand, and optionally `maxError` and `proj` parameters for error tolerance and projection. The operation can be performed in a spherical coordinate system or using a specified projection. Examples in Javascript and python are provided showing how to define geometries, call the `intersection` method, and display the results.\n"]]