Package | Description |
---|---|
org.cesiumjs.cs | |
org.cesiumjs.cs.widgets | |
org.cesiumjs.cs.widgets.options |
Modifier and Type | Method and Description |
---|---|
static Command |
Cesium.createCommand(Cesium.Function func)
Create a Command from a given function, for use with ViewModels.
|
static Command |
Cesium.createCommand(Cesium.Function func,
boolean canExecute)
Create a Command from a given function, for use with ViewModels.
|
Modifier and Type | Field and Description |
---|---|
Command |
HomeButtonViewModel.command
Gets the
Command that is executed when the button is clicked. |
Command |
FullscreenButtonViewModel.command
Gets the Command to toggle fullscreen mode.
|
Command |
NavigationHelpButtonViewModel.command
Gets the Command that is executed when the button is clicked.
|
Command |
VRButtonViewModel.command
Gets the Command to toggle VR mode.
|
Command |
ToggleButtonViewModel.command
Gets the command which will be executed when the button is toggled.
|
Command |
AnimationViewModel.faster
Gets a command that increases the speed of animation.
|
Command |
ProjectionPickerViewModel.isOrthographicProjection
Gets whether the scene is currently using an orthographic projection.
|
Command |
SceneModePickerViewModel.morphTo2D
Gets the command to morph to 2D.
|
Command |
SceneModePickerViewModel.morphTo3D
Gets the command to morph to 3D.
|
Command |
SceneModePickerViewModel.morphToColumbusView
Gets the command to morph to Columbus View.
|
Command |
GeocoderViewModel.search
Gets the Command that is executed when the button is clicked.
|
Command |
NavigationHelpButtonViewModel.showClick
Gets the Command that is executed when the mouse instructions should be shown.
|
Command |
NavigationHelpButtonViewModel.showTouch
Gets the Command that is executed when the touch instructions should be shown.
|
Command |
AnimationViewModel.slower
Gets a command that decreases the speed of animation.
|
Command |
ProjectionPickerViewModel.switchToOrthographic
Gets the command to switch to orthographic projection.
|
Command |
ProjectionPickerViewModel.switchToPerspective
Gets the command to switch to a perspective projection.
|
Command |
SceneModePickerViewModel.toggleDropDown
Gets the command to toggle the drop down box.
|
Command |
ProjectionPickerViewModel.toggleDropDown
Gets the command to toggle the drop down box.
|
Command |
BaseLayerPickerViewModel.toggleDropDown
Gets the command to toggle the visibility of the drop down.
|
Modifier and Type | Method and Description |
---|---|
Command |
ProviderViewModel.creationCommand()
Gets the Command that creates one or more providers which will be added to the globe when this item is selected.
|
Constructor and Description |
---|
ToggleButtonViewModel(Command command)
A view model which exposes the properties of a toggle button.
|
ToggleButtonViewModel(Command command,
ToggleButtonViewModelOptions options)
A view model which exposes the properties of a toggle button.
|
Modifier and Type | Field and Description |
---|---|
Command |
ProviderViewModelOptions.createFunctionCommand
A function or Command that creates one or more providers which will be added to the globe when this item is selected.
|
Copyright © 2019. All rights reserved.