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.Filter.intersects
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Crea un filtro unario o binario che viene superato se la geometria a sinistra interseca quella a destra.
Utilizzo | Resi |
---|
ee.Filter.intersects(leftField, rightValue, rightField, leftValue, maxError) | Filtro |
Argomento | Tipo | Dettagli |
---|
leftField | Stringa, valore predefinito: null | Un selettore per l'operando di sinistra. Non deve essere specificato se è specificato leftValue. |
rightValue | Oggetto, valore predefinito: null | Il valore dell'operando di destra. Non deve essere specificato se è specificato rightField. |
rightField | Stringa, valore predefinito: null | Un selettore per l'operando di destra. Non deve essere specificato se è specificato rightValue. |
leftValue | Oggetto, valore predefinito: null | Il valore dell'operando di sinistra. Non deve essere specificato se è specificato leftField. |
maxError | ErrorMargin, facoltativo | L'errore di riproiezione massimo consentito durante l'applicazione del filtro. |
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\u003eDefines a filter that selects geometries intersecting with another geometry, specified by either a field or a direct value.\u003c/p\u003e\n"],["\u003cp\u003eAllows for specifying both left and right operands using fields or values, but not both for the same side.\u003c/p\u003e\n"],["\u003cp\u003eAccepts an optional \u003ccode\u003emaxError\u003c/code\u003e parameter to control the allowed reprojection error during filtering.\u003c/p\u003e\n"]]],[],null,["# ee.Filter.intersects\n\nCreates a unary or binary filter that passes if the left geometry intersects the right geometry.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------------------------------------------------------------------|---------|\n| `ee.Filter.intersects(`*leftField* `, `*rightValue* `, `*rightField* `, `*leftValue* `, `*maxError*`)` | Filter |\n\n| Argument | Type | Details |\n|--------------|-----------------------|---------------------------------------------------------------------------------------|\n| `leftField` | String, default: null | A selector for the left operand. Should not be specified if leftValue is specified. |\n| `rightValue` | Object, default: null | The value of the right operand. Should not be specified if rightField is specified. |\n| `rightField` | String, default: null | A selector for the right operand. Should not be specified if rightValue is specified. |\n| `leftValue` | Object, default: null | The value of the left operand. Should not be specified if leftField is specified. |\n| `maxError` | ErrorMargin, optional | The maximum reprojection error allowed during filter application. |"]]