Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ee.Algorithms.GeometryConstructors.MultiPoint
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Membuat MultiPoint dari koordinat yang diberikan.
Penggunaan | Hasil |
---|
ee.Algorithms.GeometryConstructors.MultiPoint(coordinates, crs) | Geometri |
Argumen | Jenis | Detail |
---|
coordinates | Daftar | Daftar Titik atau pasangan Angka dalam urutan x,y. |
crs | Proyeksi, default: null | Sistem referensi koordinat dari koordinat. Defaultnya adalah proyeksi input, dengan asumsi bahwa Angka adalah EPSG:4326. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]