ee.Filter.rangeContains
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह एक ऐसा फ़िल्टर दिखाता है जो तब पास होता है, जब चुने गए फ़ील्ड की वैल्यू तय की गई रेंज में हो. इसमें रेंज की शुरुआती और आखिरी वैल्यू भी शामिल होती है.
इस्तेमाल | रिटर्न |
---|
ee.Filter.rangeContains(field, minValue, maxValue) | फ़िल्टर |
आर्ग्यूमेंट | टाइप | विवरण |
---|
field | स्ट्रिंग | जांच की जा रही प्रॉपर्टी के लिए सिलेक्टर. |
minValue | ऑब्जेक्ट | रेंज की निचली सीमा. |
maxValue | ऑब्जेक्ट | रेंज की ऊपरी सीमा. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[],["The core functionality is creating a filter that checks if a specified field's value falls within a given range. It utilizes `ee.Filter.rangeContains(field, minValue, maxValue)` to construct this filter. The function requires three arguments: `field` (a string indicating the property to check), `minValue` (the lower bound), and `maxValue` (the upper bound). It returns a filter object that only passes if the field's value is within or equal to the specified minimum and maximum values.\n"],null,[]]