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)."],[[["`toGeoJSONString()` is a method that returns a GeoJSON string representation of an Earth Engine Geometry object, such as a Point."],["This method takes a Geometry object as input and returns a string containing the GeoJSON representation."],["The provided examples demonstrate how to use `toGeoJSONString()` in both JavaScript and Python environments to convert a Point geometry to a GeoJSON string and display it."]]],["The `toGeoJSONString()` method converts a geometry object into its GeoJSON string representation. It takes a `Geometry` instance as input. The method is available for `Point` objects in both JavaScript and Python. Example usages demonstrate creating a `Point` object, applying `toGeoJSONString()`, and printing the resulting GeoJSON string. The example also shows how to add the point on the map in black color.\n"]]