@JsType(isNative=true, namespace="Cesium", name="PolygonGeometryUpdater") public class PolygonGeometryUpdater extends GeometryUpdater
GeometryUpdater
for polygons. Clients do not normally create this class directly,
but instead rely on DataSourceDisplay
.Constructor and Description |
---|
PolygonGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for polygons. |
Modifier and Type | Method and Description |
---|---|
boolean |
onTerrain()
Gets a value indicating if the geometry should be drawn on terrain.
|
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 PolygonGeometryUpdater(Entity entity, Scene scene)
GeometryUpdater
for polygons. 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="onTerrain") public boolean onTerrain()
@JsProperty(name="shadowsProperty") public Property shadowsProperty()
Copyright © 2019. All rights reserved.