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
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Crea un nuovo filtro. Questo costruttore accetta i seguenti argomenti:
- Un altro filtro.
- Un elenco di filtri (che vengono uniti implicitamente con l'operatore AND).
- Un ComputedObject che restituisce un filtro. Gli utenti non devono crearli, in quanto vengono generati dalle funzioni del generatore riportate di seguito.
Utilizzo | Resi |
---|
ee.Filter(filter) | Filtro |
Argomento | Tipo | Dettagli |
---|
filter | Filter|List<Object>|Object, facoltativo | Filtro facoltativo da aggiungere. |
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-25 UTC.
[null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[[["\u003cp\u003eCreates a new filter object, potentially based on an existing filter, a list of filters (combined with AND logic), or a ComputedObject.\u003c/p\u003e\n"],["\u003cp\u003eUsers typically won't create ComputedObjects directly; they're generated by specific functions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eee.Filter()\u003c/code\u003e constructor can optionally take an existing filter or a list of filters as an argument.\u003c/p\u003e\n"]]],["The `ee.Filter` constructor creates a new filter, accepting either another filter, a list of filters (treated as an AND operation), or a ComputedObject that returns a filter. Users can provide an optional filter, which can be either a single filter or a list. The function returns a new `Filter` object. The `ee.Filter` function is used as `ee.Filter(*filter*)`.\n"],null,["# ee.Filter\n\n\u003cbr /\u003e\n\nConstructs a new filter. This constructor accepts the following args:\n\n\u003cbr /\u003e\n\n- Another filter.\n\n- A list of filters (which are implicitly ANDed together).\n\n- A ComputedObject returning a filter. Users shouldn't be making these; they're produced by the generator functions below.\n\n| Usage | Returns |\n|-------------------------|---------|\n| `ee.Filter(`*filter*`)` | Filter |\n\n| Argument | Type | Details |\n|----------|------------------------------------------|-------------------------|\n| `filter` | Filter\\|List\\\u003cObject\\\u003e\\|Object, optional | Optional filter to add. |"]]