조인은 ee.Filter
로 지정된 조건에 따라 여러 컬렉션 (예: ImageCollection
또는 FeatureCollection
)의 요소를 결합하는 데 사용됩니다. 필터는 서로 관련된 각 컬렉션의 속성에 관한 인수로 구성됩니다. 특히 leftField
는 보조 컬렉션의 rightField
와 관련된 기본 컬렉션의 속성을 지정합니다. 필터 유형입니다 (예: equals
, greaterThanOrEquals
, lessThan
등).
필드 간의 관계를 나타냅니다. 조인 유형은 컬렉션의 요소 간의 일대다 또는 일대일 관계와 유지할 일치 수를 나타냅니다. 조인의 출력은 join.apply()
에서 생성되며 조인 유형에 따라 달라집니다.
참여 개요
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],["Joins combine elements from different collections using an `ee.Filter` based on a specified condition. `leftField` and `rightField` define related properties within the primary and secondary collections, respectively. The filter type determines the relationship between these fields (e.g., equals, greaterThan). Join type specifies one-to-many or one-to-one relationships and the number of matches. The `join.apply()` method produces the output, which varies based on the chosen join type.\n"]]