ee.Projection.crs
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, अथॉरिटी कोड दिखाता है. जैसे, 'EPSG:4326') इस प्रोजेक्शन के बेस कोऑर्डिनेट सिस्टम के लिए या अगर उपलब्ध डेटाबेस में बेस कोऑर्डिनेट सिस्टम नहीं मिलता है, तो शून्य.
इस्तेमाल | रिटर्न |
---|
Projection.crs() | स्ट्रिंग |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: projection | अनुमान | |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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 authority code of the base coordinate system for the projection, such as 'EPSG:4326'.\u003c/p\u003e\n"],["\u003cp\u003eIf the base coordinate system isn't found in available databases, it returns null.\u003c/p\u003e\n"],["\u003cp\u003eThis function is used with the \u003ccode\u003eProjection.crs()\u003c/code\u003e syntax and returns a string value.\u003c/p\u003e\n"],["\u003cp\u003eIt takes a single argument, 'this', which should be a Projection object.\u003c/p\u003e\n"]]],[],null,["# ee.Projection.crs\n\nReturns the authority code (e.g., 'EPSG:4326') for the base coordinate system of this projection, or null if the base coordinate system is not found in any available database.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------|---------|\n| Projection.crs`()` | String |\n\n| Argument | Type | Details |\n|--------------------|------------|---------|\n| this: `projection` | Projection | |"]]