Duyuru: 15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için ticari olmayan uygunluğu doğrulaması gerekir.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Listeyi artan düzende sıralar. "Anahtarlar" bağımsız değişkeni sağlanırsa önce bu bağımsız değişken sıralanır ve "liste"nin öğeleri aynı sıraya yerleştirilir.
Kullanım
İadeler
List.sort(keys)
Liste
Bağımsız Değişken
Tür
Ayrıntılar
bu: list
Liste
Sıralanacak liste.
keys
Liste, varsayılan: null
Sıralama için isteğe bağlı anahtarlar. "keys" sağlanıyorsa "list" ile aynı uzunlukta olmalıdır.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-26 UTC."],[[["`List.sort()` arranges the elements of a list in ascending order, modifying the original list directly."],["An optional `keys` argument can be provided to specify the order in which elements should be sorted, requiring `keys` to be the same length as the list being sorted."]]],["The function `List.sort()` sorts a list in ascending order. It optionally accepts a `keys` argument, a list of the same length, to dictate the sort order. If `keys` is provided, the original `list` is reordered to match the sorted `keys`. The function returns the sorted `list`. If `keys` are not provided it sorts the list itself, by its values, in ascending order.\n"]]