Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del
15 aprile 2025 devono
verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
ee.Join.inverted
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Restituisce un'unione che produce gli elementi della raccolta primaria che non corrispondono a nessun elemento della raccolta secondaria. Nessuna proprietà viene aggiunta ai risultati.
Utilizzo | Resi |
---|
ee.Join.inverted() | Partecipa |
Nessun argomento.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[[["\u003cp\u003eReturns a join that selects elements from the primary collection that have no matching elements in the secondary collection.\u003c/p\u003e\n"],["\u003cp\u003eThis join type doesn't introduce any new properties to the resulting features.\u003c/p\u003e\n"],["\u003cp\u003eIt's created using the \u003ccode\u003eee.Join.inverted()\u003c/code\u003e method without any arguments.\u003c/p\u003e\n"]]],["The `ee.Join.inverted()` method creates a join operation that identifies elements in the primary collection that lack matches in the secondary collection. The method returns a Join object. No additional properties are included in the output. It functions without requiring any input arguments. The result set comprises only the unmatched elements from the primary collection.\n"],null,["# ee.Join.inverted\n\nReturns 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.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------|---------|\n| `ee.Join.inverted()` | Join |\n\n**No arguments.**"]]