@JsType(isNative=true,
namespace="Cesium",
name="DynamicGeometryUpdater")
public interface DynamicGeometryUpdater
DynamicGeometryUpdater
is responsible for handling
visualization of a specific type of geometry that needs to be recomputed based on simulation time.
This object is never used directly by client code, but is instead created by GeometryUpdater
implementations
which contain dynamic geometry. This type defines an interface and cannot be instantiated directly.Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys and resources used by the object.
|
boolean |
isDestroyed()
Returns true if this object was destroyed; otherwise, false.
|
void |
update(JulianDate time)
Updates the geometry to the specified time.
|
@JsMethod void destroy()
@JsMethod boolean isDestroyed()
@JsMethod void update(JulianDate time)
time
- The current time.Copyright © 2019. All rights reserved.