Name | Type | Description |
---|---|---|
scene |
Scene | The scene the primitives will be rendered in. |
entityCollection |
EntityCollection | The entityCollection to visualize. |
Methods
Removes and destroys all primitives created by this instance.
isDestroyed() → Boolean
packages/ion-sdk-sensors/Source/DataSources/CustomPatternSensorVisualizer.js 268
Returns true if this object was destroyed; otherwise, false.
Returns:
True if this object was destroyed; otherwise, false.
update(time) → Boolean
packages/ion-sdk-sensors/Source/DataSources/CustomPatternSensorVisualizer.js 81
Updates the primitives created by this visualizer to match their
Entity counterpart at the given time.
Name | Type | Description |
---|---|---|
time |
JulianDate | The time to update to. |
Returns:
This function always returns true.