ee.Feature.getMapId
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह एक ज़रूरी फ़ंक्शन है, जो मैप आईडी और वैकल्पिक टोकन दिखाता है. यह मैप ओवरले जनरेट करने के लिए सही है.
यह एक ऐसा ऑब्जेक्ट दिखाता है जिसे ee.data.getTileUrl या ui.Map.addLayer को पास किया जा सकता है. इसमें एक अतिरिक्त 'image' फ़ील्ड भी शामिल होता है. इसमें इस सुविधा को शामिल करने वाला FeatureCollection रैप करने वाली Collection.draw इमेज होती है. अगर कॉलबैक तय किया गया था, तो इसकी वैल्यू तय नहीं की जाती.
इस्तेमाल | रिटर्न |
---|
Feature.getMapId(visParams, callback) | MapId|Object |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: feature | सुविधा | सुविधा का इंस्टेंस. |
visParams | ऑब्जेक्ट, ज़रूरी नहीं है | विज़ुअलाइज़ेशन पैरामीटर. फ़िलहाल, सिर्फ़ एक पैरामीटर, 'color' का इस्तेमाल किया जा सकता है. इसमें आरजीबी कलर स्ट्रिंग शामिल होती है. अगर visParams की जानकारी नहीं दी गई है, तो काले ("000000") रंग का इस्तेमाल किया जाता है. |
callback | फ़ंक्शन, ज़रूरी नहीं है | एसिंक्रोनस कॉलबैक. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eGenerates a Map ID and optional token for creating Map overlays using a Feature.\u003c/p\u003e\n"],["\u003cp\u003eReturns an object compatible with \u003ccode\u003eee.data.getTileUrl\u003c/code\u003e or \u003ccode\u003eui.Map.addLayer\u003c/code\u003e for visualization.\u003c/p\u003e\n"],["\u003cp\u003eAccepts optional visualization parameters for customizing the overlay's appearance, defaulting to black if unspecified.\u003c/p\u003e\n"],["\u003cp\u003eCan execute an asynchronous callback function, but in that case, the object is not returned directly.\u003c/p\u003e\n"]]],["The function `Feature.getMapId` generates a map overlay ID and optional token. It returns either a `MapId` or an `Object`, which can be used with `ee.data.getTileUrl` or `ui.Map.addLayer`. The returned object includes an 'image' field with a `Collection.draw` image. The function accepts optional `visParams`, an object with a 'color' parameter (defaulting to black), and an optional asynchronous `callback` function. The input is a `Feature` instance.\n"],null,["# ee.Feature.getMapId\n\n\u003cbr /\u003e\n\nAn imperative function that returns a map ID and optional token, suitable for generating a Map overlay.\n\n\u003cbr /\u003e\n\nReturns an object which may be passed to ee.data.getTileUrl or ui.Map.addLayer, including an additional 'image' field, containing a Collection.draw image wrapping a FeatureCollection containing this feature. Undefined if a callback was specified.\n\n| Usage | Returns |\n|--------------------------------------------------|---------------|\n| Feature.getMapId`(`*visParams* `, `*callback*`)` | MapId\\|Object |\n\n| Argument | Type | Details |\n|-----------------|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `feature` | Feature | The Feature instance. |\n| `visParams` | Object, optional | The visualization parameters. Currently only one parameter, 'color', containing an RGB color string is allowed. If visParams is not specified, black (\"000000\") is used. |\n| `callback` | Function, optional | An async callback. |"]]