Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del 15 aprile 2025 devono verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Trasforma la geometria in una proiezione specifica.
Utilizzo
Resi
Polygon.transform(proj, maxError)
Geometria
Argomento
Tipo
Dettagli
questo: geometry
Geometria
La geometria da riproiettare.
proj
Proiezione, facoltativa
La proiezione del target. Il valore predefinito è EPSG:4326. Se questo ha un CRS geografico, i bordi della geometria verranno interpretati come geodetiche. In caso contrario, verranno interpretati come linee rette nella proiezione.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-26 UTC."],[[["Transforms the provided geometry to a new projection, specified by the `proj` argument."],["By default, the geometry is projected to EPSG:4326 (WGS 84), treating edges as geodesics if the target projection is geographic."],["Users can specify a maximum projection error tolerance using the `maxError` parameter."],["The `transform` function returns a new Geometry object representing the transformed geometry."]]],["The `transform` function reprojects a geometry to a specified projection. It accepts the target projection (`proj`) and an optional maximum error (`maxError`). The function returns the transformed geometry. If no projection is provided, it defaults to EPSG:4326. The provided geometry's edges are interpreted as geodesics in geographic coordinate systems and as straight lines otherwise. The input `geometry` is reprojected.\n"]]