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
Rectangle.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."],[[["The `transform` method reprojects a given geometry to a new projection, specified by the `proj` argument, which defaults to EPSG:4326."],["When the target projection has a geographic CRS, the geometry's edges are treated as geodesics on the Earth's surface, otherwise, they are considered straight lines within the projection's coordinate system."],["Users can specify a maximum allowable projection error using the `maxError` argument to control the accuracy of the transformation."]]],[]]