Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ee.Geometry.Polygon.coveringGrid
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bu geometriyi kapsayan bir özellik koleksiyonu döndürür. Her özellik, verilen projeksiyonla tanımlanan ızgaradaki bir dikdörtgendir.
Kullanım | İadeler |
---|
Polygon.coveringGrid(proj, scale) | FeatureCollection |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
bu: geometry | Geometri | Sonuç, bu bölgeyle kesişen ızgara hücreleridir. |
proj | Projeksiyon | Izgaranın oluşturulacağı projeksiyon. Izgara köşelerinin projeksiyonda tam sayı değerli konumlarda olduğu "geometri" ile kesişen her ızgara hücresi için bir özellik oluşturulur. Projeksiyon metre cinsinden ölçeklendirilirse noktalar, gerçek ölçek noktasında bu boyuttaki bir ızgarada yer alır. |
scale | Ondalık sayı, varsayılan: null | Varsa projeksiyonun ölçeğini geçersiz kılar. Projeksiyon henüz ölçeklendirilmemişse gerekebilir. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 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 grid cell in the FeatureCollection intersects with the input geometry.\u003c/p\u003e\n"],["\u003cp\u003eUseful for spatial analysis and data processing tasks that require a gridded representation of a geometry.\u003c/p\u003e\n"]]],["The `coveringGrid` method generates a `FeatureCollection` of rectangular grid cells that intersect a given `geometry`. It requires a `projection` to define the grid, with optional `scale` to override the projection's scaling. Each feature returned is a rectangle within the grid. The grid's cell corners are at integer-valued positions within the specified projection. If the projection has a scale in meters, the grid points will be positioned accordingly.\n"],null,["# ee.Geometry.Polygon.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| Polygon.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. |"]]