ee.Feature.geometry
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, किसी दिए गए प्रोजेक्शन में किसी सुविधा की ज्यामिति दिखाता है.
इस्तेमाल | रिटर्न |
---|
Feature.geometry(maxError, proj, geodesics) | ज्यामिति |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: feature | एलिमेंट | वह सुविधा जिससे जियोमेट्री ली गई है. |
maxError | ErrorMargin, डिफ़ॉल्ट: null | ज़रूरी रीप्रोजेक्शन करते समय, ज़्यादा से ज़्यादा कितनी गड़बड़ी हो सकती है. |
proj | प्रोजेक्शन, डिफ़ॉल्ट: null | अगर बताया गया है, तो ज्यामिति इस प्रोजेक्शन में होगी. अगर यह जानकारी नहीं दी जाती है, तो ज्यामिति अपने डिफ़ॉल्ट प्रोजेक्शन में होगी. |
geodesics | बूलियन, डिफ़ॉल्ट: null | अगर सही है, तो ज्यामिति में जियोडेसिक किनारे होंगे. अगर यह वैल्यू 'गलत है' पर सेट है, तो तय किए गए प्रोजेक्शन में इसके किनारे सीधी लाइन के तौर पर दिखेंगे. अगर वैल्यू शून्य है, तो किनारे की व्याख्या, ओरिजनल ज्यामिति के जैसी ही होगी. अगर proj के बारे में नहीं बताया गया है, तो इस तर्क को नज़रअंदाज़ कर दिया जाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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 the geometry of a specified feature, optionally reprojecting it.\u003c/p\u003e\n"],["\u003cp\u003eAllows control over reprojection accuracy using the \u003ccode\u003emaxError\u003c/code\u003e parameter.\u003c/p\u003e\n"],["\u003cp\u003eAccepts an optional projection (\u003ccode\u003eproj\u003c/code\u003e) to define the geometry's output projection.\u003c/p\u003e\n"],["\u003cp\u003eEnables specifying geodesic edges or straight lines in the projected geometry using the \u003ccode\u003egeodesics\u003c/code\u003e parameter.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.geometry\n\nReturns the geometry of a given feature in a given projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------------------------|----------|\n| Feature.geometry`(`*maxError* `, `*proj* `, `*geodesics*`)` | Geometry |\n\n| Argument | Type | Details |\n|-----------------|----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `feature` | Element | The feature from which the geometry is taken. |\n| `maxError` | ErrorMargin, default: null | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, default: null | If specified, the geometry will be in this projection. If unspecified, the geometry will be in its default projection. |\n| `geodesics` | Boolean, default: null | If true, the geometry will have geodesic edges. If false, it will have edges as straight lines in the specified projection. If null, the edge interpretation will be the same as the original geometry. This argument is ignored if proj is not specified. |"]]