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. |