Earth Engine, paylaşılan bilgi işlem kaynaklarını korumak ve herkes için güvenilir performans sağlamak amacıyla
ticari olmayan kota katmanlarını kullanıma sundu. Ticari olmayan projelerde varsayılan olarak Community Katmanı kullanılır. Ancak bir projenin katmanını istediğiniz zaman değiştirebilirsiniz.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
ui.Map.GeometryLayer.setColor
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Katmandaki şekillerin CSS rengini ayarlar.
Bu harita katmanını döndürür.
| Kullanım | İadeler |
|---|
GeometryLayer.setColor(color) | ui.Map.GeometryLayer |
| Bağımsız Değişken | Tür | Ayrıntılar |
|---|
bu: ui.map.geometrylayer | ui.Map.GeometryLayer | ui.Map.GeometryLayer örneği. |
color | Dize | Katmanın rengi. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[],["The `GeometryLayer.setColor(color)` method modifies the color of shapes within a map layer. It accepts a `color` argument, which is a string representing the desired color. The method's primary action is to update the CSS color of the layer's shapes. Upon execution, it returns the `ui.Map.GeometryLayer` instance, allowing for method chaining. The input argument is `this`, referencing the specific `ui.Map.GeometryLayer` instance that the function is called upon.\n"]]