공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
ee.data.listImages
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
images
배열과 선택적
nextPageToken
이 포함된 객체에서 이미지 컬렉션의 콘텐츠 목록을 반환합니다.
사용 | 반환 값 |
---|
ee.data.listImages(parent, params, callback) | ListImagesResponse |
인수 | 유형 | 세부정보 |
---|
parent | 문자열 | 목록에 표시할 이미지 컬렉션의 ID입니다. |
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 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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,[]]