ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Algorithms.GeometryConstructors.MultiGeometry
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
জ্যামিতি উপাদানগুলির প্রদত্ত তালিকা থেকে একটি বহুজ্যামিতি তৈরি করে।
ব্যবহার | রিটার্নস | ee.Algorithms.GeometryConstructors.MultiGeometry(geometries, crs , geodesic , maxError ) | জ্যামিতি |
যুক্তি | টাইপ | বিস্তারিত | geometries | তালিকা | বহুজ্যামিতির জন্য জ্যামিতির তালিকা। |
crs | অভিক্ষেপ, ডিফল্ট: নাল | স্থানাঙ্কের স্থানাঙ্ক রেফারেন্স সিস্টেম। ডিফল্ট হল ইনপুটগুলির অভিক্ষেপ, যেখানে সংখ্যাগুলিকে EPSG:4326 বলে ধরে নেওয়া হয়৷ |
geodesic | বুলিয়ান, ডিফল্ট: নাল | মিথ্যা হলে, প্রজেকশনে প্রান্তগুলি সোজা হয়। সত্য হলে, পৃথিবীর পৃষ্ঠে সবচেয়ে ছোট পথ অনুসরণ করতে প্রান্তগুলি বাঁকা হয়। ডিফল্ট হল ইনপুটগুলির জিওডেসিক অবস্থা, বা ইনপুটগুলি সংখ্যা হলে সত্য। |
maxError | ErrorMargin, ডিফল্ট: null | সর্বাধিক ত্রুটি যখন ইনপুট জ্যামিতি একটি স্পষ্টভাবে অনুরোধ করা ফলাফল অভিক্ষেপ বা জিওডেসিক অবস্থায় পুনরায় প্রজেক্ট করা আবশ্যক৷ |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eCreates a MultiGeometry object from a given list of individual geometries.\u003c/p\u003e\n"],["\u003cp\u003eAllows specifying the coordinate reference system (\u003ccode\u003ecrs\u003c/code\u003e), whether edges are straight or curved (\u003ccode\u003egeodesic\u003c/code\u003e), and the maximum allowed error during reprojection (\u003ccode\u003emaxError\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eDefaults to the projection and geodesic state of the input geometries if \u003ccode\u003ecrs\u003c/code\u003e and \u003ccode\u003egeodesic\u003c/code\u003e are not provided.\u003c/p\u003e\n"],["\u003cp\u003eAssumes EPSG:4326 projection and true geodesic state for numerical inputs if not explicitly defined.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.GeometryConstructors.MultiGeometry\n\nConstructs a MultiGeometry from the given list of geometry elements.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------------------------------------------------------------------|----------|\n| `ee.Algorithms.GeometryConstructors.MultiGeometry(geometries, `*crs* `, `*geodesic* `, `*maxError*`)` | Geometry |\n\n| Argument | Type | Details |\n|--------------|----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `geometries` | List | The list of geometries for the MultiGeometry. |\n| `crs` | Projection, default: null | The coordinate reference system of the coordinates. The default is the projection of the inputs, where Numbers are assumed to be EPSG:4326. |\n| `geodesic` | Boolean, default: null | If false, edges are straight in the projection. If true, edges are curved to follow the shortest path on the surface of the Earth. The default is the geodesic state of the inputs, or true if the inputs are numbers. |\n| `maxError` | ErrorMargin, default: null | Max error when input geometry must be reprojected to an explicitly requested result projection or geodesic state. |"]]