सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अगर किसी एक सुविधा की ज्यामिति में दूसरी सुविधा की ज्यामिति शामिल है, तो यह फ़ंक्शन सही वैल्यू दिखाता है.
इस्तेमाल
रिटर्न
Feature.contains(right, maxError, proj)
बूलियन
आर्ग्यूमेंट
टाइप
विवरण
यह: left
एलिमेंट
वह सुविधा जिसमें ऑपरेशन के लेफ्ट ऑपरेंड के तौर पर इस्तेमाल की गई ज्यामिति शामिल है.
right
एलिमेंट
वह सुविधा जिसमें ऑपरेशन के राइट ऑपरेंड के तौर पर इस्तेमाल की गई ज्यामिति शामिल है.
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) को अपडेट किया गया."],[[["This function checks if one feature's geometry completely encloses another feature's geometry."],["It returns true only if the 'left' feature's geometry fully contains the 'right' feature's geometry, otherwise it returns false."],["The comparison can be customized by specifying a maximum error tolerance (`maxError`) and a projection (`proj`) for the operation."]]],["The `Feature.contains()` method checks if one feature's geometry encompasses another's. It takes a `right` feature as input, and optionally `maxError` for reprojection tolerance, and `proj` for the desired projection. The method returns a Boolean value: `true` if the `left` feature's geometry contains the `right` feature's geometry, `false` otherwise. If no projection is specified, calculations are performed spherically, with linear distances measured in meters.\n"]]