Annonce : Tous les projets non commerciaux enregistrés pour utiliser Earth Engine avant le 15 avril 2025 doivent vérifier leur éligibilité non commerciale pour conserver leur accès à Earth Engine.
Renvoie le même objet pour l'association en chaîne.
Utilisation
Renvoie
ImageCollection.aside(func, var_args)
ComputedObject
Argument
Type
Détails
ceci : computedobject
ComputedObject
Instance ComputedObject.
func
Fonction
Fonction à appeler.
var_args
VarArgs<Object>
Arguments supplémentaires à transmettre à la fonction.
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/25 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/25 (UTC)."],[[["The `aside()` method allows you to call a function (e.g., `print`, `Map.addLayer`) with the current ComputedObject (like an ImageCollection) as the first argument, without altering the object itself."],["This is useful for debugging or visualizing intermediate steps in a processing chain, as it lets you inspect or display the object at various stages."],["`aside()` facilitates method chaining because it returns the original object, allowing you to seamlessly continue applying other operations."]]],[]]