ProviderViewModel

new Cesium.ProviderViewModel (options)

表示 BaseLayerPicker 中每个项目的视图模型。
Name Type Description
options Object 包含所有参数的对象。
姓名 类型 描述
name 细绳 图层的名称。
tooltip 细绳 将鼠标悬停在项目上时显示的工具提示。
iconUrl 细绳 代表图层的图标。
category 细绳 可选 图层的类别。
creationFunction ProviderViewModel.CreationFunction | 命令 A function or Command that creates one or more providers which will be added to the globe when this item is selected.
See:

Members

获取类别
Gets the Command that creates one or more providers which will be added to the globe when this item is selected.
获取图标。该属性是可观察的。
获取显示名称。该属性是可观察的。
获取工具提示。该属性是可观察的。

Type Definitions

创建一个或多个提供者的函数。
Returns:
要添加到地球的 ImageryProvider 或 TerrainProvider 或提供程序数组。