@JsType(isNative=true, namespace="Cesium", name="PolylineGeometryUpdater") public class PolylineGeometryUpdater extends GeometryUpdater
GeometryUpdater
for polylines. Clients do not normally create this class directly,
but instead rely on DataSourceDisplay
.Constructor and Description |
---|
PolylineGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for polylines. |
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 PolylineGeometryUpdater(Entity entity, Scene scene)
GeometryUpdater
for polylines. 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.