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
Image.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/08 (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/08 (UTC)."],[[["The `aside()` method allows you to call a function with the current object as input, aiding in debugging and workflow visualization."],["It returns the original object unchanged, enabling method chaining for concise and readable code."],["`aside()` can be used with various functions like `print()`, `Map.addLayer()`, and others, making it versatile for different tasks."],["You can pass additional arguments to the function specified within `aside()` for customization."]]],[]]