إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
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 (سلسلة) طلب بحث فلتر إضافي لتطبيقه. مثال على طلب البحث: 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 (سلسلة): تحدّد هذه السمة مقدار التفاصيل التي يتم عرضها في القائمة. إما "FULL" (القيمة التلقائية) لجميع خصائص الصورة أو "BASIC". |
|
callback | الدالة، اختيارية | في حال عدم توفيرها، يتم إجراء المكالمة بشكل متزامن. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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,[]]