ee.data.listImages
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מחזירה רשימה של התוכן באוסף תמונות, באובייקט שכולל מערך
images
ו
nextPageToken
אופציונלי.
שימוש | החזרות |
---|
ee.data.listImages(parent, params, callback) | ListImagesResponse |
ארגומנט | סוג | פרטים |
---|
parent | מחרוזת | המזהה של אוסף התמונות שרוצים להציג. |
params | אובייקט, אופציונלי | אובייקט שמכיל פרמטרים אופציונליים של בקשה עם הערכים האפשריים הבאים:
pageSize (מחרוזת) מספר התוצאות שיוחזרו. אם לא מציינים ערך, כל התוצאות מוחזרות. |
pageToken (מחרוזת) טוקן הדף של התוצאות שיוחזרו. |
startTime (מחרוזת ISO 8601) שעת ההתחלה המינימלית (כולל). |
endTime (מחרוזת ISO 8601) שעת הסיום המקסימלית (לא כולל). |
region (מחרוזת GeoJSON או WKT) אזור לסינון. |
properties (רשימה של מחרוזות) רשימה של מסנני מאפיינים להחלה, לדוגמה:
["classification=urban", "size>=2"]. |
filter (string) שאילתת סינון נוספת להחלה. שאילתה לדוגמה: properties.my_property>=1 AND properties.my_property<2 AND startTime >= "2019-01-01T00:00:00.000Z" AND endTime < "2020-01-01T00:00:00.000Z" AND intersects("{'type':'Point','coordinates':[0,0]}") מידע על אופן יצירת שאילתה זמין בכתובת https://google.aip.dev/160. |
view (string) מציין כמה פרטים יוחזרו ברשימה. האפשרות 'מלא' (ברירת מחדל) לכל מאפייני התמונה או האפשרות 'בסיסי'. |
|
callback | פונקציה, אופציונלי | אם לא מספקים את הערך הזה, השיחה מתבצעת באופן סינכרוני. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון 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 list of image contents within a specified image collection, including image details and a page token for navigation.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes the \u003ccode\u003eee.data.listImages()\u003c/code\u003e function, accepting parameters like parent collection ID, optional filters, and a callback function.\u003c/p\u003e\n"],["\u003cp\u003eOptional parameters allow filtering by date, region, properties, and view, enabling retrieval of specific image subsets.\u003c/p\u003e\n"],["\u003cp\u003eResults are provided within a \u003ccode\u003eListImagesResponse\u003c/code\u003e object, containing an array of images and a token for accessing further pages if available.\u003c/p\u003e\n"]]],["The function `ee.data.listImages` retrieves a list of image collection contents. It requires a `parent` ID and optionally accepts `params` for filtering results, including `pageSize`, `pageToken`, time ranges (`startTime`, `endTime`), `region`, `properties`, and a custom `filter`. The `view` parameter controls the detail level returned. Results are returned in a `ListImagesResponse` object, which contains an `images` array and an optional `nextPageToken`. A `callback` function can be used for asynchronous calls.\n"],null,[]]