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.
ui.Map.Layer.getVisParams
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Katmanın görselleştirme parametrelerini döndürür.
Kullanım | İadeler |
---|
Layer.getVisParams() | FeatureVisualizationParameters|ImageVisualizationParameters |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
bu: ui.map.layer | ui.Map.Layer | ui.Map.Layer örneği. |
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."],[[["\u003cp\u003eThis function returns the visualization parameters of a specified map layer.\u003c/p\u003e\n"],["\u003cp\u003eThe returned parameters will either be FeatureVisualizationParameters or ImageVisualizationParameters, depending on the layer type.\u003c/p\u003e\n"],["\u003cp\u003eIt is called on a ui.Map.Layer object using the \u003ccode\u003egetVisParams()\u003c/code\u003e method.\u003c/p\u003e\n"]]],["The `Layer.getVisParams()` method retrieves the visualization parameters of a layer. It returns either `FeatureVisualizationParameters` or `ImageVisualizationParameters`, depending on the layer type. The method is called on a `ui.Map.Layer` instance, which represents a layer on a map. It requires no arguments other than the layer object. The `ui.Map.Layer` object is passed using `this`.\n"],null,["# ui.Map.Layer.getVisParams\n\n\u003cbr /\u003e\n\nReturns the layer's visualization parameters.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|--------------------------------------------------------------|\n| Layer.getVisParams`()` | FeatureVisualizationParameters\\|ImageVisualizationParameters |\n\n| Argument | Type | Details |\n|----------------------|--------------|----------------------------|\n| this: `ui.map.layer` | ui.Map.Layer | The ui.Map.Layer instance. |"]]