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.Point
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Membangun Point baru dari koordinat x,y yang diberikan.
Penggunaan | Hasil |
---|
ee.Algorithms.GeometryConstructors.Point(coordinates, crs) | Geometri |
Argumen | Jenis | Detail |
---|
coordinates | Daftar | Koordinat Point ini 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 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. |"]]