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 `type()` method returns the GeoJSON type of a geometry object as a string, specifically \"Rectangle\" in this case."],["It can be applied to any Geometry object, such as a Rectangle, to determine its type."],["Examples are provided in JavaScript, Python using `geemap`, and Colab using `geemap`, showcasing how to retrieve and print the geometry type."]]],["The `type()` method returns the GeoJSON type of a geometry object as a string. It is applied to a geometry object, such as a `Rectangle`. The method takes a geometry object as an argument. When executed on a defined rectangle, `rectangle.type()` returns the string representing its type. Example code demonstrates defining a rectangle, calling the `type()` method, and printing or displaying the type, which represents the geometric figure.\n"]]