ee.Geometry.Polygon.coveringGrid
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, इस ज्यामिति को कवर करने वाली सुविधाओं का कलेक्शन दिखाता है. इसमें हर सुविधा, दिए गए प्रोजेक्शन से तय की गई ग्रिड में मौजूद एक आयत होती है.
इस्तेमाल | रिटर्न |
---|
Polygon.coveringGrid(proj, scale) | FeatureCollection |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: geometry | ज्यामिति | नतीजे के तौर पर, आपको ग्रिड की वे सेल दिखेंगी जो इस क्षेत्र से जुड़ी हैं. |
proj | अनुमान | वह प्रोजेक्शन जिसमें ग्रिड बनाना है. 'ज्यामिति' से इंटरसेक्ट करने वाली हर ग्रिड सेल के लिए एक सुविधा जनरेट की जाती है. इसमें सेल के कोने, प्रोजेक्शन में पूर्णांक वाली पोज़िशन पर होते हैं. अगर प्रोजेक्शन को मीटर में स्केल किया जाता है, तो पॉइंट, सही स्केल के हिसाब से उस साइज़ की ग्रिड पर होंगे. |
scale | फ़्लोट, डिफ़ॉल्ट: null | अगर यह विकल्प दिया गया है, तो यह प्रोजेक्शन के स्केल को बदल देता है. अगर प्रोजेक्शन को पहले से स्केल नहीं किया गया है, तो इसकी ज़रूरत पड़ सकती है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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. |"]]