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.Point
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Costruisce un nuovo punto dalle coordinate x,y specificate.
Utilizzo | Resi |
---|
ee.Algorithms.GeometryConstructors.Point(coordinates, crs) | Geometria |
Argomento | Tipo | Dettagli |
---|
coordinates | Elenco | Le coordinate di questo punto 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 new Point geometry object using provided x and y coordinates.\u003c/p\u003e\n"],["\u003cp\u003eAccepts a list of coordinates and an optional coordinate reference system (CRS) as input.\u003c/p\u003e\n"],["\u003cp\u003eDefaults to EPSG:4326 CRS if no CRS is specified for the input coordinates.\u003c/p\u003e\n"]]],["The core function is creating a `Point` geometry object using `ee.Algorithms.GeometryConstructors.Point`. It requires a list of `coordinates` in x,y order. An optional `crs` (coordinate reference system) argument can be specified; otherwise, it defaults to the projection of the inputs, with numbers assumed to be EPSG:4326. The function returns a `Geometry` object representing the created point.\n"],null,["# ee.Algorithms.GeometryConstructors.Point\n\nConstructs a new Point from the given x,y coordinates.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------------------------------------------|----------|\n| `ee.Algorithms.GeometryConstructors.Point(coordinates, `*crs*`)` | Geometry |\n\n| Argument | Type | Details |\n|---------------|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `coordinates` | List | The coordinates of this Point 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. |"]]