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.
ee.Algorithms.GeometryConstructors.MultiPoint
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Costruisce un MultiPoint dalle coordinate specificate.
Utilizzo | Resi |
---|
ee.Algorithms.GeometryConstructors.MultiPoint(coordinates, crs) | Geometria |
Argomento | Tipo | Dettagli |
---|
coordinates | Elenco | L'elenco di punti o coppie di numeri in ordine x,y. |
crs | Proiezione, valore predefinito: null | Il sistema di riferimento delle coordinate. Il valore predefinito è la proiezione degli input, in cui si presume che i numeri siano EPSG:4326. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[[["\u003cp\u003eCreates a MultiPoint Geometry from a list of coordinates.\u003c/p\u003e\n"],["\u003cp\u003eInput coordinates can be either Points or coordinate pairs (x, y).\u003c/p\u003e\n"],["\u003cp\u003eThe coordinate reference system (CRS) can be specified, defaulting to EPSG:4326 if not provided.\u003c/p\u003e\n"]]],["This document describes how to create a `MultiPoint` geometry object. The `ee.Algorithms.GeometryConstructors.MultiPoint` function takes a list of `coordinates` as input, which can be either individual points or x,y number pairs. It also accepts an optional `crs` argument to define the coordinate reference system; if unspecified it will default to the projection of the inputs. The function will then return a Geometry object.\n"],null,["# ee.Algorithms.GeometryConstructors.MultiPoint\n\nConstructs a MultiPoint from the given coordinates.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------------------------------------|----------|\n| `ee.Algorithms.GeometryConstructors.MultiPoint(coordinates, `*crs*`)` | Geometry |\n\n| Argument | Type | Details |\n|---------------|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `coordinates` | List | The list of Points or pairs of Numbers in x,y order. |\n| `crs` | Projection, default: null | The coordinate reference system of the coordinates. The default is the projection of the inputs, where Numbers are assumed to be EPSG:4326. |"]]