ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Geometry.Point.closestPoints
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্রতিটি ইনপুট জ্যামিতির একটি বিন্দু প্রতিনিধিত্ব করে দুটি পর্যন্ত এন্ট্রি সমন্বিত একটি অভিধান প্রদান করে যা অন্য ইনপুট জ্যামিতির সবচেয়ে কাছাকাছি। জ্যামিতি খালি থাকলে, একটি খালি অভিধান ফেরত দেওয়া হয়। উভয় জ্যামিতি সীমাহীন হলে, অভিধানে 'বাম' এবং 'ডান' উভয়ের জন্যই একটি স্বেচ্ছাচারী বিন্দু রয়েছে। যদি একটি জ্যামিতি সীমাহীন হয়, অভিধানে 'বাম' এবং 'ডান' উভয়ের জন্য আবদ্ধ জ্যামিতিতে একটি নির্বিচারে বিন্দু থাকে।
ব্যবহার | রিটার্নস | Point. closestPoints (right, maxError , proj ) | অবজেক্ট |
যুক্তি | টাইপ | বিস্তারিত | এই: left | জ্যামিতি | অপারেশনের বাম অপারেন্ড হিসাবে ব্যবহৃত জ্যামিতি। |
right | জ্যামিতি | অপারেশনের সঠিক অপারেন্ড হিসাবে ব্যবহৃত জ্যামিতি। |
maxError | ErrorMargin, ডিফল্ট: null | যেকোনো প্রয়োজনীয় রিপ্রজেকশন করার সময় সর্বোচ্চ পরিমাণ ত্রুটি সহ্য করা হয়। |
proj | অভিক্ষেপ, ডিফল্ট: নাল | যে অভিক্ষেপে অপারেশন করতে হবে। যদি নির্দিষ্ট করা না থাকে, অপারেশনটি একটি গোলাকার স্থানাঙ্ক ব্যবস্থায় সঞ্চালিত হবে, এবং রৈখিক দূরত্ব গোলকের মিটারে হবে৷ |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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 dictionary with points on each geometry closest to the other, identified as 'left' and 'right'.\u003c/p\u003e\n"],["\u003cp\u003eIf either input geometry is empty, the result is an empty dictionary.\u003c/p\u003e\n"],["\u003cp\u003eUnbounded geometries result in arbitrary points within the dictionary, either for both entries or the bounded geometry's entry.\u003c/p\u003e\n"],["\u003cp\u003eThe function accepts \u003ccode\u003eleft\u003c/code\u003e, \u003ccode\u003eright\u003c/code\u003e, optional \u003ccode\u003emaxError\u003c/code\u003e, and optional \u003ccode\u003eproj\u003c/code\u003e arguments for geometry, error margin, and projection, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe default projection is spherical with distances in meters unless a specific \u003ccode\u003eproj\u003c/code\u003e is provided.\u003c/p\u003e\n"]]],[],null,["# ee.Geometry.Point.closestPoints\n\nReturns a dictionary containing up to two entries representing a point on each input geometry that is closest to the other input geometry. If either geometry is empty, an empty dictionary is returned. If both geometries are unbounded, the dictionary has an arbitrary point for both 'left' and 'right'. If one geometry is unbounded, the dictionary has an arbitrary point contained in the bounded geometry for both 'left' and 'right'.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------------------|---------|\n| Point.closestPoints`(right, `*maxError* `, `*proj*`)` | Object |\n\n| Argument | Type | Details |\n|--------------|----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `left` | Geometry | The geometry used as the left operand of the operation. |\n| `right` | Geometry | The geometry used as the right operand of the operation. |\n| `maxError` | ErrorMargin, default: null | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, default: null | The projection in which to perform the operation. If not specified, the operation will be performed in a spherical coordinate system, and linear distances will be in meters on the sphere. |"]]