ee.ImageCollection.getMapId
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Fonction impérative qui renvoie un ID de carte via un appel AJAX synchrone.
Cette fonction assemble la collection en une seule image et renvoie un ID de carte adapté à la création d'une superposition Google Maps.
Renvoie un ID de carte et un jeton facultatif, qui peuvent être transmis à ee.data.getTileUrl ou ui.Map.addLayer. Indéfini si un rappel a été spécifié.
Utilisation | Renvoie |
---|
ImageCollection.getMapId(visParams, callback) | MapId|Object |
Argument | Type | Détails |
---|
ceci : imagecollection | ImageCollection | Instance ImageCollection. |
visParams | Objet, facultatif | Paramètres de visualisation. |
callback | Fonction, facultatif | Rappel asynchrone. Si ce paramètre n'est pas spécifié, l'appel est effectué de manière synchrone. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 2025/07/26 (UTC)."],[[["\u003cp\u003eRetrieves a map ID for visualizing an ImageCollection as a single mosaicked image.\u003c/p\u003e\n"],["\u003cp\u003eThis ID can be used to create Google Maps overlays or retrieve tile URLs for the mosaic.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetMapId\u003c/code\u003e can be called synchronously or asynchronously by omitting or providing a callback function, respectively.\u003c/p\u003e\n"],["\u003cp\u003eVisualization parameters can be customized using the optional \u003ccode\u003evisParams\u003c/code\u003e argument.\u003c/p\u003e\n"]]],["This document details the `getMapId` function for ImageCollection, which returns a map ID for creating Google Maps overlays. It mosaics an ImageCollection into a single image. The function can be called synchronously or asynchronously using an optional callback. It accepts visualization parameters (`visParams`) and returns a MapId or an object containing the map ID and token, which can be used with `ee.data.getTileUrl` or `ui.Map.addLayer`. The return will be `undefined` if a callback is specified.\n"],null,["# ee.ImageCollection.getMapId\n\n\u003cbr /\u003e\n\nAn imperative function that returns a map ID via a synchronous AJAX call.\n\n\u003cbr /\u003e\n\nThis mosaics the collection to a single image and return a map ID suitable for building a Google Maps overlay.\n\nReturns returns a map ID and optional token, which may be passed to ee.data.getTileUrl or ui.Map.addLayer. Undefined if a callback was specified.\n\n| Usage | Returns |\n|----------------------------------------------------------|---------------|\n| ImageCollection.getMapId`(`*visParams* `, `*callback*`)` | MapId\\|Object |\n\n| Argument | Type | Details |\n|-------------------------|--------------------|---------------------------------------------------------------------|\n| this: `imagecollection` | ImageCollection | The ImageCollection instance. |\n| `visParams` | Object, optional | The visualization parameters. |\n| `callback` | Function, optional | An async callback. If not supplied, the call is made synchronously. |"]]