ee.Filter.expression
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, स्ट्रिंग से फ़िल्टर ट्री बनाता है.
इस्तेमाल | रिटर्न |
---|
ee.Filter.expression(expression) | फ़िल्टर |
आर्ग्यूमेंट | टाइप | विवरण |
---|
expression | स्ट्रिंग | एक स्ट्रिंग, जिसे फ़िल्टर ऑब्जेक्ट में पार्स किया जाना है. उदाहरण के लिए, "property > value"). इन ऑपरेटर का इस्तेमाल किया जा सकता है: >, >=, <, <=, ==, !=, (), !, &&, और ||. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eCreates a filter tree for Earth Engine based on a string expression.\u003c/p\u003e\n"],["\u003cp\u003eUses familiar comparison and logical operators to construct complex filters (e.g., "property > value", "band1 == 10 && band2 < 20").\u003c/p\u003e\n"],["\u003cp\u003eReturns an \u003ccode\u003eee.Filter\u003c/code\u003e object that can be applied to Earth Engine collections for filtering data.\u003c/p\u003e\n"]]],[],null,["# ee.Filter.expression\n\nConstructs a filter tree from a string.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------------|---------|\n| `ee.Filter.expression(expression)` | Filter |\n\n| Argument | Type | Details |\n|--------------|--------|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `expression` | String | A string to be parsed into a Filter object (e.g., \"property \\\u003e value\"). Supported operators include: \\\u003e, \\\u003e=, \\\u003c, \\\u003c=, ==, !=, (), !, \\&\\&, and \\|\\|. |"]]