DynamicMaterialProperty

DynamicMaterialProperty

new

A dynamic property which stores data for multiple types of materials associated with the same property over time. Rather than creating instances of this object directly, it's typically created and managed via loading CZML data into a DynamicObjectCollection.

See:
Source:

Methods

Returns the value of the property at the specified time.

Parameters:
Name Type Argument Description
time JulianDate The time for which to retrieve the value.
context Context <optional>
The context in which the material exists.
result Object <optional>
The object to store the value into, if omitted, a new instance is created and returned.
Returns:
The modified result parameter or a new instance if the result parameter was not supplied.

Processes the provided CZML interval or intervals into this property.

Parameters:
Name Type Argument Description
czmlIntervals Object The CZML data to process.
constrainedInterval TimeInterval <optional>
Constrains the processing so that any times outside of this interval are ignored.
sourceUri String <optional>
The originating url of the CZML being processed.