공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
ee.Join.saveAll
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
첫 번째 컬렉션의 각 요소를 두 번째 컬렉션의 일치하는 요소 그룹과 페어링하는 조인을 반환합니다. 일치 목록은 각 결과에 추가 속성으로 추가됩니다. measureKey가 지정된 경우 각 일치 항목에는 조인 측정값의 값이 연결됩니다. withinDistance 또는 maxDifference 필터가 조인 조건으로 사용되면 조인 측정값이 생성됩니다.
사용 | 반환 값 |
---|
ee.Join.saveAll(matchesKey, ordering, ascending, measureKey, outer) | 참여 |
인수 | 유형 | 세부정보 |
---|
matchesKey | 문자열 | 일치 목록을 저장하는 데 사용되는 속성 이름입니다. |
ordering | 문자열, 기본값: null | 일치 항목 목록을 정렬할 속성입니다. |
ascending | 불리언, 기본값: true | 순서가 오름차순인지 여부입니다. |
measureKey | 문자열, 기본값: null | 각 일치 항목에 조인 조건의 측정값을 저장하는 데 사용되는 선택적 속성 이름입니다. |
outer | 불리언, 기본값: false | true인 경우 일치 항목이 없는 기본 행이 결과에 포함됩니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[null,null,["최종 업데이트: 2025-07-27(UTC)"],[],["The `ee.Join.saveAll` function creates a join between two collections, pairing each element from the first with matching elements from the second. Matched elements are stored as a list under a specified `matchesKey`. Optionally, this list can be sorted by a given property (`ordering`) in ascending or descending order. If a join condition with distance or difference measures is used, the measurement values are attached using the `measureKey`. If `outer` is set to true elements from first collection without matches will be included in the result.\n"],null,[]]