ee.ImageCollection.distinct
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מסיר כפילויות מאוסף. שימו לב: הכפילויות נקבעות באמצעות גיבוב חזק של הטופס הסדרתי של המאפיינים שנבחרו.
שימוש | החזרות |
---|
ImageCollection.distinct(properties) | FeatureCollection |
ארגומנט | סוג | פרטים |
---|
זה: collection | FeatureCollection | אוסף הקלט שממנו ייבחרו אובייקטים. |
properties | אובייקט | שם של מאפיין או רשימה של שמות מאפיינים שישמשו להשוואה. אפשר לכלול את המאפיין '.geo' כדי להשוות בין גיאומטריות של אובייקטים. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון 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 new \u003ccode\u003eFeatureCollection\u003c/code\u003e with duplicate features removed from the original collection.\u003c/p\u003e\n"],["\u003cp\u003eDuplicates are identified using a strong hash function applied to the serialized form of specified properties including geometry.\u003c/p\u003e\n"],["\u003cp\u003eUsers can define the specific properties (including geometry) to be used for identifying duplicates.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.distinct\n\nRemoves duplicates from a collection. Note that duplicates are determined using a strong hash over the serialized form of the selected properties.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------|-------------------|\n| ImageCollection.distinct`(properties)` | FeatureCollection |\n\n| Argument | Type | Details |\n|--------------------|-------------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| this: `collection` | FeatureCollection | The input collection from which objects will be selected. |\n| `properties` | Object | A property name or a list of property names to use for comparison. The '.geo' property can be included to compare object geometries. |"]]