सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
वह सुविधा जिसमें ऑपरेशन के लेफ्ट ऑपरेंड के तौर पर इस्तेमाल की गई ज्यामिति शामिल है.
right
एलिमेंट
वह सुविधा जिसमें ऑपरेशन के राइट ऑपरेंड के तौर पर इस्तेमाल की गई ज्यामिति शामिल है.
distance
फ़्लोट
दूरी का थ्रेशोल्ड. अगर कोई प्रोजेक्शन तय किया गया है, तो दूरी को उस प्रोजेक्टेड कोऑर्डिनेट सिस्टम की इकाइयों में मापा जाता है. अगर कोई प्रोजेक्शन तय नहीं किया गया है, तो दूरी को मीटर में मापा जाता है.
maxError
ErrorMargin, डिफ़ॉल्ट: null
ज़रूरी रीप्रोजेक्शन करते समय, ज़्यादा से ज़्यादा कितनी गड़बड़ी हो सकती है.
proj
प्रोजेक्शन, डिफ़ॉल्ट: null
वह प्रोजेक्शन जिसमें ऑपरेशन करना है. अगर इसे तय नहीं किया जाता है, तो ऑपरेशन स्फ़ेरिकल कोऑर्डिनेट सिस्टम में किया जाएगा. साथ ही, गोले पर रैखिक दूरी मीटर में होगी.
[[["समझने में आसान है","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-26 (UTC) को अपडेट किया गया."],[[["`withinDistance` determines if two geographic features are within a specified distance of each other, returning true if they are and false otherwise."],["The distance threshold can be defined in meters or in the units of a given projected coordinate system."],["This function considers the geometries of the features and can handle reprojection with a specified error margin if necessary."]]],["The core function determines if two feature geometries are within a specified distance. It takes two features (`left`, `right`) and a `distance` (in meters or specified projection units) as input, returning a Boolean. Optional arguments include `maxError` for reprojection tolerance and `proj` to define the projection. The operation checks if `left` is within the given `distance` of `right`, considering the provided projection or defaulting to a spherical coordinate system.\n"]]