ee.Join.apply
Joins two collections.
Usage | Returns |
---|
Join.apply(primary, secondary, condition) | FeatureCollection |
Argument | Type | Details |
---|
this: join | Join | The join to apply; determines how the results are constructed. |
primary | FeatureCollection | The primary collection. |
secondary | FeatureCollection | The secondary collection. |
condition | Filter | The join condition used to select the matches from the two collections. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["Joins two FeatureCollections based on a specified condition."],["Returns a new FeatureCollection containing features from the primary collection with joined properties from matching features in the secondary collection."],["Uses a `Filter` to define the condition for matching features across the collections."],["The `join` method enables combining data from two collections for analysis and manipulation within Earth Engine."]]],[]]