ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্রদত্ত জ্যামিতিতে অভিন্নভাবে এলোমেলো বিন্দু তৈরি করে। যদি জ্যামিতি দ্বি-মাত্রিক (বহুভুজ বা বহু-বহুভুজ) হয় তবে প্রত্যাবর্তিত বিন্দুগুলি গোলকের প্রদত্ত অঞ্চলে সমানভাবে বিতরণ করা হয়। যদি জ্যামিতি এক-মাত্রিক হয় (লাইনস্ট্রিং), প্রত্যাবর্তিত বিন্দুগুলি জ্যামিতির প্রান্ত বরাবর সমানভাবে প্রসারিত হয়। জ্যামিতির মাত্রা শূন্য (পয়েন্ট) থাকলে, প্রত্যাবর্তিত পয়েন্টগুলি ইনপুট পয়েন্ট থেকে অভিন্নভাবে নমুনা করা হয়। যদি মিশ্র মাত্রার একটি বহু-জ্যামিতি দেওয়া হয়, তাহলে সর্বোচ্চ মাত্রা সহ উপাদান জ্যামিতি থেকে পয়েন্ট নমুনা করা হয়।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-06-19 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`ee.FeatureCollection.randomPoints` generates uniformly random points within a specified geometry, such as polygons, linestrings, or points."],["The distribution of points varies based on the geometry's dimension: uniform on the surface for polygons, along edges for linestrings, and from input points for point geometries."],["The function takes parameters like `region` (geometry), `points` (number of points), `seed` (for reproducibility), and `maxError` (for reprojection tolerance)."],["Users can specify the desired number of random points to generate and provide a seed value for consistent results."],["If a mixed-dimension geometry is provided, the function samples points from the highest-dimension component."]]],["The `ee.FeatureCollection.randomPoints` function generates a specified number of random points within a given geometry. The points are uniformly distributed within the geometry's area if it's two-dimensional, along its edges if one-dimensional, or sampled from the input points if zero-dimensional. For mixed-dimension multi-geometries, points are drawn from the highest-dimension components. The user defines the `region`, the number of `points`, a random `seed`, and an optional `maxError`.\n"]]