@JsType(isNative=true, namespace="Cesium", name="BaseLayerPicker") public class BaseLayerPicker extends Object
ImageryProvider
,
TerrainProvider
,
ImageryLayerCollection
Modifier and Type | Field and Description |
---|---|
com.google.gwt.dom.client.Element |
container
Gets the parent container.
|
BaseLayerPickerViewModel |
viewModel
Gets the view model.
|
Constructor and Description |
---|
BaseLayerPicker(com.google.gwt.dom.client.Element container,
BaseLayerPickerViewModelOptions options)
Constructor of
BaseLayerPicker |
BaseLayerPicker(String container,
BaseLayerPickerViewModelOptions options)
Constructor of
BaseLayerPicker |
@JsProperty public com.google.gwt.dom.client.Element container
@JsProperty public BaseLayerPickerViewModel viewModel
@JsConstructor public BaseLayerPicker(com.google.gwt.dom.client.Element container, BaseLayerPickerViewModelOptions options)
BaseLayerPicker
container
- The parent HTML container node or ID for this widget.options
- object of BaseLayerPickerViewModelOptions
.@JsConstructor public BaseLayerPicker(String container, BaseLayerPickerViewModelOptions options)
BaseLayerPicker
container
- The parent HTML container node or ID for this widget.options
- object of BaseLayerPickerViewModelOptions
.Copyright © 2019. All rights reserved.