ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Geometry.coveringGrid
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এই জ্যামিতি কভার করে এমন বৈশিষ্ট্যগুলির একটি সংগ্রহ দেখায়, যেখানে প্রতিটি বৈশিষ্ট্য প্রদত্ত অভিক্ষেপ দ্বারা সংজ্ঞায়িত গ্রিডে একটি আয়তক্ষেত্র।
ব্যবহার | রিটার্নস | Geometry. 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 representing a grid that covers 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 is a rectangle within the grid that intersects with the input Geometry.\u003c/p\u003e\n"],["\u003cp\u003eIf the Projection is scaled in meters, grid cells are aligned to integer positions at the true scale point.\u003c/p\u003e\n"],["\u003cp\u003eA scale parameter can override the Projection's inherent scale if necessary.\u003c/p\u003e\n"]]],["The `coveringGrid` function generates a `FeatureCollection` of rectangular grid cells that intersect a given `Geometry`. It uses a specified `Projection` to define the grid, with each cell represented as a feature. The grid's scale is determined by the projection, or overridden by an optional `scale` argument. The function returns cells where their corners are located at integer-valued positions within the specified `Projection`.\n"],null,["# ee.Geometry.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| Geometry.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. |"]]