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.Geometry.BBox.coveringGrid
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Restituisce una raccolta di funzionalità che coprono questa geometria, dove ogni funzionalità è un rettangolo nella griglia definita dalla proiezione specificata.
Utilizzo | Resi |
---|
BBox.coveringGrid(proj, scale) | FeatureCollection |
Argomento | Tipo | Dettagli |
---|
questo: geometry | Geometria | Il risultato sono le celle della griglia che si intersecano con questa regione. |
proj | Projection | La proiezione in cui costruire la griglia. Viene generata una funzionalità per ogni cella della griglia che interseca "geometry", dove gli angoli della cella si trovano in posizioni con valori interi nella proiezione. Se la proiezione viene scalata in metri, i punti si troveranno su una griglia di queste dimensioni nel punto di scala reale. |
scale | Float, valore predefinito: null | Sostituisce la scala della proiezione, se fornita. Potrebbe essere necessario se la proiezione non è già scalata. |
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 FeatureCollection of rectangular grid cells covering the input geometry.\u003c/p\u003e\n"],["\u003cp\u003eThe grid is defined by the provided projection and an optional scale parameter.\u003c/p\u003e\n"],["\u003cp\u003eEach feature in the collection represents a grid cell intersecting the input geometry.\u003c/p\u003e\n"],["\u003cp\u003eThe projection's scale determines the size of the grid cells, or it can be overridden with the \u003ccode\u003escale\u003c/code\u003e parameter.\u003c/p\u003e\n"]]],["The `BBox.coveringGrid` function generates a `FeatureCollection` of rectangular grid cells that intersect a given geometry. It requires a `Geometry` and a `Projection` to define the grid. Each grid cell is represented as a feature. An optional `scale` argument overrides the projection's scale. The function returns grid cells intersecting the geometry, with cell corners at integer-valued positions in the defined projection. The projection's scale determines the grid's size if it is in meters.\n"],null,["# ee.Geometry.BBox.coveringGrid\n\nReturns a collection of features that cover this geometry, where each feature is a rectangle in the grid defined by the given projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------|-------------------|\n| BBox.coveringGrid`(proj, `*scale*`)` | FeatureCollection |\n\n| Argument | Type | Details |\n|------------------|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `geometry` | Geometry | The result is the grid cells that intersect with this region. |\n| `proj` | Projection | The projection in which to construct the grid. A feature is generated for each grid cell that intersects 'geometry', where cell corners are at integer-valued positions in the projection. If the projection is scaled in meters, the points will be on a grid of that size at the point of true scale. |\n| `scale` | Float, default: null | Overrides the scale of the projection, if provided. May be required if the projection isn't already scaled. |"]]