@JsType(isNative=true, namespace="<global>", name="Object") public class CesiumWidgetOptions extends Object
Modifier and Type | Field and Description |
---|---|
Clock |
clock
The clock to use to control current time.
|
Object |
contextOptions
Context and WebGL creation properties corresponding to options passed to Scene.
|
com.google.gwt.dom.client.Element |
creditContainer
The DOM element or ID that will contain the CreditDisplay.
|
Globe |
globe
The globe to use in the scene.
|
ImageryProvider |
imageryProvider
The imagery provider to serve as the base layer.
|
int |
mapMode2D
Determines if the 2D map is rotatable or can be scrolled infinitely in the horizontal direction.
|
MapProjection |
mapProjection
The map projection to use in 2D and Columbus View modes.
|
SceneMode |
sceneMode
The initial scene mode.
|
boolean |
shadows
Determines if shadows are cast by the sun.
|
boolean |
showRenderLoopErrors
If true, this widget will automatically display an HTML panel to the user containing the error, if a render loop error occurs.
|
SkyAtmosphere |
skyAtmosphere
Blue sky, and the glow around the Earth's limb.
|
SkyBox |
skyBox
The skybox used to render the stars.
|
double |
targetFrameRate
The target frame rate when using the default render loop.
|
double |
terrainExaggeration
A scalar used to exaggerate the terrain.
|
TerrainProvider |
terrainProvider
The terrain provider.
|
int |
terrainShadows
Determines if the terrain casts or receives shadows from the sun.
|
boolean |
useDefaultRenderLoop
True if this widget should control the render loop, false otherwise.
|
Constructor and Description |
---|
CesiumWidgetOptions() |
@JsProperty public Clock clock
@JsProperty public ImageryProvider imageryProvider
@JsProperty public TerrainProvider terrainProvider
@JsProperty public SkyBox skyBox
@JsProperty public SkyAtmosphere skyAtmosphere
@JsProperty public SceneMode sceneMode
@JsProperty public MapProjection mapProjection
@JsProperty public Globe globe
@JsProperty public boolean useDefaultRenderLoop
@JsProperty public double targetFrameRate
@JsProperty public boolean showRenderLoopErrors
@JsProperty public Object contextOptions
@JsProperty public com.google.gwt.dom.client.Element creditContainer
@JsProperty public double terrainExaggeration
@JsProperty public boolean shadows
@JsProperty public int terrainShadows
@JsProperty public int mapMode2D
Copyright © 2019. All rights reserved.