Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ee.List.rotate
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Memutar elemen daftar dengan jarak yang ditentukan.
Penggunaan | Hasil |
---|
List.rotate(distance) | Daftar |
Argumen | Jenis | Detail |
---|
ini: list | Daftar | |
distance | Bilangan Bulat | |
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\u003eRotates the elements of a list by a specified distance, shifting elements to the left or right based on the \u003ccode\u003edistance\u003c/code\u003e value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003erotate()\u003c/code\u003e method modifies the original list and returns the modified list, enabling chained operations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003edistance\u003c/code\u003e is an integer argument that determines the rotation direction and magnitude, with positive values rotating elements to the right and negative values to the left.\u003c/p\u003e\n"]]],[],null,["# ee.List.rotate\n\nRotates the elements of the list by the specified distance.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------|---------|\n| List.rotate`(distance)` | List |\n\n| Argument | Type | Details |\n|--------------|---------|---------|\n| this: `list` | List | |\n| `distance` | Integer | |"]]