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.
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).
[[["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/26 (UTC)."],[[["The `coordinates()` method returns a GeoJSON-style list of coordinates for a MultiPoint geometry."],["This method is accessible through the `MultiPoint` object and returns a list of coordinate pairs."],["The examples demonstrate the usage of this method in both JavaScript and Python within the Earth Engine environment."]]],["The `coordinates()` method, applicable to `MultiPoint` geometry, extracts and returns a list of the geometry's coordinates in GeoJSON format. The method takes the geometry as its argument. Examples demonstrate its use in both JavaScript and Python, defining a `MultiPoint` object, applying `coordinates()`, and printing the resulting coordinate list. Additionally, the examples visualize the `MultiPoint` geometry on a map, using black color, for contextual understanding.\n"]]