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
BBox.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."],[[["`transform()` modifies a geometry's projection to a target projection, defaulting to EPSG:4326."],["The geometry's edges are treated as geodesics if the target projection has a geographic CRS, otherwise as straight lines within the projection."],["An optional `maxError` parameter controls the acceptable projection error during transformation."]]],["The `transform` function reprojects a given geometry to a target projection. It accepts the geometry to be reprojected, the desired projection (defaulting to EPSG:4326), and an optional maximum projection error. If the target projection is geographic, geometry edges are treated as geodesics; otherwise, they're considered straight lines. The function returns the transformed geometry after the projection operation is complete.\n"]]