Returns a join that produces the elements of the primary collection that match no elements of the secondary collection. No properties are added to the results.
Usage | Returns |
---|---|
ee.Join.inverted() | Join |
No arguments.
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!