ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Geometry.Polygon.coveringGrid
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এই জ্যামিতি কভার করে এমন বৈশিষ্ট্যগুলির একটি সংগ্রহ দেখায়, যেখানে প্রতিটি বৈশিষ্ট্য প্রদত্ত অভিক্ষেপ দ্বারা সংজ্ঞায়িত গ্রিডে একটি আয়তক্ষেত্র।
ব্যবহার | রিটার্নস | Polygon. coveringGrid (proj, scale ) | ফিচার কালেকশন |
যুক্তি | টাইপ | বিস্তারিত | এই: geometry | জ্যামিতি | ফলাফল হল গ্রিড কোষ যা এই অঞ্চলের সাথে ছেদ করে। |
proj | অভিক্ষেপ | যে অভিক্ষেপে গ্রিড তৈরি করতে হবে। প্রতিটি গ্রিড সেলের জন্য একটি বৈশিষ্ট্য তৈরি করা হয় যা 'জ্যামিতি' কে ছেদ করে, যেখানে কোষের কোণগুলি অভিক্ষেপে পূর্ণসংখ্যা-মূল্যবান অবস্থানে থাকে। যদি প্রজেকশনটি মিটারে স্কেল করা হয়, পয়েন্টগুলি সেই আকারের একটি গ্রিডে থাকবে সত্য স্কেলের বিন্দুতে। |
scale | ফ্লোট, ডিফল্ট: নাল | প্রজেকশনের স্কেল ওভাররাইড করে, যদি প্রদান করা হয়। প্রজেকশন ইতিমধ্যে স্কেল না হলে প্রয়োজন হতে পারে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 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. |"]]