ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Feature.intersects
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ফিচার জ্যামিতি ছেদ করলে এবং শুধুমাত্র যদি সত্য দেখায়।
ব্যবহার | রিটার্নস | Feature. intersects (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\u003e\u003ccode\u003eintersects()\u003c/code\u003e determines if two feature geometries share any portion of space.\u003c/p\u003e\n"],["\u003cp\u003eThe function considers two features, designated as \u003ccode\u003eleft\u003c/code\u003e and \u003ccode\u003eright\u003c/code\u003e, and evaluates their spatial relationship.\u003c/p\u003e\n"],["\u003cp\u003eUsers can specify an error margin (\u003ccode\u003emaxError\u003c/code\u003e) for reprojection and a projection (\u003ccode\u003eproj\u003c/code\u003e) for the operation.\u003c/p\u003e\n"],["\u003cp\u003eBy default, calculations are done in a spherical coordinate system with distances measured in meters on the sphere.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns \u003ccode\u003etrue\u003c/code\u003e if the geometries intersect, and \u003ccode\u003efalse\u003c/code\u003e otherwise.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.intersects\n\nReturns true if and only if the feature geometries intersect.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------------------------------|---------|\n| Feature.intersects`(right, `*maxError* `, `*proj*`)` | Boolean |\n\n| Argument | Type | Details |\n|--------------|----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `left` | Element | The feature containing the geometry used as the left operand of the operation. |\n| `right` | Element | The feature containing 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. |"]]