सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अगर किसी एक सुविधा की ज्यामिति, दूसरी सुविधा की ज्यामिति में शामिल है, तो यह फ़ंक्शन 'सही' दिखाता है.
इस्तेमाल
रिटर्न
Feature.containedIn(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) को अपडेट किया गया."],[[["`Feature.containedIn()` determines if one feature's geometry is entirely within another's."],["The function returns true only if the 'left' feature's geometry is fully encompassed by the 'right' feature's geometry."],["Users can specify an error margin (`maxError`) and projection (`proj`) for the operation, with the default being a spherical coordinate system using meters for linear distances."]]],["The `containedIn` method checks if one feature's geometry is within another's. It takes a `right` feature as input, along with optional `maxError` for reprojection tolerance and `proj` for the desired projection. The method operates on a `left` feature and returns a Boolean value, indicating whether the `left` feature's geometry is contained within the `right` feature's geometry. If no projection is specified, the function defaults to operating on spherical coordinates.\n"]]