הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-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)."],[[["The `contains` method determines if one geometry completely encloses another, returning true if it does and false otherwise."],["It takes a 'right' geometry as input, along with optional 'maxError' for reprojection tolerance and 'proj' for specifying the projection."],["The operation is performed in spherical coordinates with distances in meters on the sphere if no projection is specified."],["Examples are provided in JavaScript, Python, and Colab to illustrate the usage and visualization of the `contains` method."]]],["The `Geometry.contains()` method checks if one geometry fully contains another. It takes a `right` geometry as input, along with optional `maxError` and `proj` parameters for reprojection tolerance and projection specification. It returns `true` if the `left` geometry contains the `right` geometry, otherwise `false`. The provided code demonstrates how to apply this method in both JavaScript and Python, using example geometries and displaying the results on a map.\n"]]