ee.Filter.notNull
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Returns a filter that passes if all the named properties are not null.
שימוש | החזרות |
---|
ee.Filter.notNull(properties) | סינון |
ארגומנט | סוג | פרטים |
---|
properties | רשימה | |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eReturns a filter that passes if all specified properties are not null.\u003c/p\u003e\n"],["\u003cp\u003eThe filter is created using the \u003ccode\u003eee.Filter.notNull()\u003c/code\u003e function and requires a list of property names as input.\u003c/p\u003e\n"],["\u003cp\u003eUseful for filtering out features with missing or null values in specific properties.\u003c/p\u003e\n"]]],[],null,["# ee.Filter.notNull\n\nReturns a filter that passes if all the named properties are not null.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------|---------|\n| `ee.Filter.notNull(properties)` | Filter |\n\n| Argument | Type | Details |\n|--------------|------|---------|\n| `properties` | List | |"]]