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.
Belirli bir özelliğin değerini ayarlar. Sağlanan anahtar nesne tarafından desteklenmiyorsa hata verir. Hangi özelliklerin ayarlanabileceğini görmek için oluşturucunun parametrelerine bakın.
Bu ui.data.ActiveDictionary'yi döndürür.
Kullanım
İadeler
DrawingTools.set(keyOrDict, value)
ui.data.ActiveDictionary
Bağımsız Değişken
Tür
Ayrıntılar
bu: ui.data.activedictionary
ui.data.ActiveDictionary
ui.data.ActiveDictionary örneği.
keyOrDict
Nesne|Dize
Ayarlanacak özelliğin anahtarı veya nesnede ayarlanacak anahtar/değer çiftlerinin sözlüğü.
value
Nesne, isteğe bağlı
Mülkün yeni değeri. İlk bağımsız değişken bir anahtar dizesi olduğunda bu gereklidir.
[[["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."],[[["Sets the value of a specified property within a ui.data.ActiveDictionary object."],["Throws an error if the provided key is not a supported property, refer to the constructor parameters for valid properties."],["Accepts either a single key-value pair or a dictionary of key-value pairs to modify the object's properties."],["Returns the updated ui.data.ActiveDictionary instance, enabling method chaining."]]],["The `set` method of `ui.data.ActiveDictionary` modifies object properties. It accepts either a `keyOrDict` (string or object) and optionally a `value`. If `keyOrDict` is a string, `value` is mandatory, representing the new property value. If `keyOrDict` is an object it is a dictionary containing key/value pairs that will be applied to the object. Invalid keys trigger an error. It returns the modified `ui.data.ActiveDictionary` instance.\n"]]