processMaterialPacketData

fun processMaterialPacketData(obj: Any, propertyName: String, packetData: Any, interval: TimeInterval, sourceUri: String, entityCollection: EntityCollection)(source)

A helper function used by custom CZML updater functions which creates or updates a MaterialProperty from a CZML packet.

Parameters

object

The object on which the property will be added or updated.

propertyName

The name of the property on the object.

packetData

The CZML packet being processed.

interval

A constraining interval for which the data is valid.

sourceUri

The originating uri of the data being processed.

entityCollection

The collection being processsed.

See also