@JsType(isNative=true,
namespace="Cesium",
name="EllipsoidGeometryUpdater")
public class EllipsoidGeometryUpdater
extends GeometryUpdater
GeometryUpdater for ellipsoids. Clients do not normally create this class directly,
but instead rely on DataSourceDisplay.| Constructor and Description |
|---|
EllipsoidGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for ellipsoids. |
| Modifier and Type | Method and Description |
|---|---|
Property |
shadowsProperty()
Gets the property specifying whether the geometry casts or receives shadows from each light source.
|
createDynamicUpdater, createFillGeometryInstance, createOutlineGeometryInstance, destroy, distanceDisplayConditionProperty, entity, fillEnabled, fillMaterialProperty, geometryChanged, hasConstantFill, hasConstantOutline, isClosed, isDestroyed, isDynamic, isFilled, isOutlineVisible, outlineColorProperty, outlineEnabled, outlineWidth@JsConstructor public EllipsoidGeometryUpdater(Entity entity, Scene scene)
GeometryUpdater for ellipsoids. Clients do not normally create this class directly,
but instead rely on DataSourceDisplay.entity - The entity containing the geometry to be visualized.scene - The scene where visualization is taking place.@JsProperty(name="shadowsProperty") public Property shadowsProperty()
Copyright © 2019. All rights reserved.