Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до
15 апреля 2025 года, должны
подтвердить некоммерческое право на сохранение доступа к Earth Engine.
ee.List.rotate
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Поворачивает элементы списка на указанное расстояние.
Использование | Возврат | List. rotate (distance) | Список |
Аргумент | Тип | Подробности | это: list | Список | |
distance | Целое число | |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 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 | |"]]