הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-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 two geometries."],["The operation can be performed using a specified projection or a default spherical coordinate system."],["An optional `maxError` parameter controls the tolerance for reprojection errors."],["The geometries used in the operation are referred to as `left` (the calling geometry) and `right` (the input geometry)."]]],["The `intersection` method computes the overlapping area between two geometries. It takes a `right` geometry as input, and optionally `maxError` and `proj` parameters for reprojection. The `left` geometry is the one that is calling the intersection method. The output is a new geometry representing the intersection. The examples show how to use this method in Javascript and Python, defining geometries, computing their intersection, and visualizing the original and resulting geometries.\n"]]