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'입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[],["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"]]