הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-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)."],[[["This function inverts the effect of a given filter, returning a new filter that matches only when the original filter doesn't."],["The `Filter.not()` method can be used on a Filter instance, resulting in a new Filter with the opposite matching behavior."],["This method accepts one argument: the original filter instance (`this`) to be negated."]]],["The `Filter.not()` method inverts a filter's behavior. It takes a `Filter` instance as input and returns a new `Filter`. This new `Filter` will match only when the original filter does not. In essence, it reverses the matching logic of the input filter. The `this: filter` argument specifies the `Filter` instance to be inverted.\n"]]