ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
অপারেশনের বাম অপারেন্ড হিসাবে ব্যবহৃত জ্যামিতি ধারণকারী বৈশিষ্ট্য। ফলাফলের বৈশিষ্ট্য এই বস্তু থেকে অনুলিপি করা হবে.
right
উপাদান
অপারেশনের সঠিক অপারেন্ড হিসাবে ব্যবহৃত জ্যামিতি ধারণকারী বৈশিষ্ট্য। এই বস্তুর বৈশিষ্ট্য উপেক্ষা করা হয়.
maxError
ErrorMargin, ডিফল্ট: null
যেকোনো প্রয়োজনীয় রিপ্রজেকশন করার সময় সর্বোচ্চ পরিমাণ ত্রুটি সহ্য করা হয়।
proj
অভিক্ষেপ, ডিফল্ট: নাল
যে অভিক্ষেপে অপারেশন করতে হবে। যদি নির্দিষ্ট করা না থাকে, অপারেশনটি একটি গোলাকার স্থানাঙ্ক ব্যবস্থায় সঞ্চালিত হবে, এবং রৈখিক দূরত্ব গোলকের মিটারে হবে৷
[[["সহজে বোঝা যায়","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-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Returns a new Feature representing the geometric areas where either of the input Features exist, but not both."],["Input requires two Features: `left` (properties are retained in output) and `right` (properties are discarded)."],["Optional parameters include `maxError` for reprojection tolerance and `proj` to define the operation's projection (defaults to spherical with meter units)."]]],["The `symmetricDifference` function calculates the symmetric difference between the geometries of two features (`left` and `right`). The function returns a new `Feature` with the resultant geometry. Properties are copied from the `left` feature, while the `right` feature's properties are ignored. The operation can be performed with a specified `maxError` tolerance and `proj` projection; defaulting to a spherical system with meter distances if a projection is not specified.\n"]]