ee.Feature.intersection
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, दो सुविधाओं की ज्यामिति के इंटरसेक्शन वाली सुविधा दिखाता है. इसमें बाईं ओर मौजूद सुविधा की प्रॉपर्टी होती हैं.
इस्तेमाल | रिटर्न |
---|
Feature.intersection(right, maxError, proj) | सुविधा |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: left | एलिमेंट | वह सुविधा जिसमें ऑपरेशन के लेफ्ट ऑपरेंड के तौर पर इस्तेमाल की गई ज्यामिति शामिल है. नतीजे की प्रॉपर्टी, इस ऑब्जेक्ट से कॉपी की जाएंगी. |
right | एलिमेंट | वह सुविधा जिसमें ऑपरेशन के राइट ऑपरेंड के तौर पर इस्तेमाल की गई ज्यामिति शामिल है. इस ऑब्जेक्ट की प्रॉपर्टी को अनदेखा कर दिया जाता है. |
maxError | ErrorMargin, डिफ़ॉल्ट: null | ज़रूरी रीप्रोजेक्शन करते समय, ज़्यादा से ज़्यादा कितनी गड़बड़ी हो सकती है. |
proj | प्रोजेक्शन, डिफ़ॉल्ट: null | वह प्रोजेक्शन जिसमें ऑपरेशन करना है. अगर इसे तय नहीं किया जाता है, तो ऑपरेशन स्फ़ेरिकल कोऑर्डिनेट सिस्टम में किया जाएगा. साथ ही, गोले पर रैखिक दूरी मीटर में होगी. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eReturns a new feature that represents the geometric intersection of two input features.\u003c/p\u003e\n"],["\u003cp\u003eThe resulting feature inherits the properties of the first input feature (\u003ccode\u003eleft\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eYou can optionally specify the projection and maximum error tolerance for the intersection operation.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.intersection\n\nReturns a feature containing the intersection of the geometries of two features, with the properties of the left feature.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------------------|---------|\n| Feature.intersection`(right, `*maxError* `, `*proj*`)` | Feature |\n\n| Argument | Type | Details |\n|--------------|----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `left` | Element | The feature containing the geometry used as the left operand of the operation. The properties of the result will be copied from this object. |\n| `right` | Element | The feature containing the geometry used as the right operand of the operation. The properties of this object are ignored. |\n| `maxError` | ErrorMargin, default: null | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, default: null | The projection in which to perform the operation. If not specified, the operation will be performed in a spherical coordinate system, and linear distances will be in meters on the sphere. |"]]