processPacketData
fun processPacketData(type: Function<*>, 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 Property from a CZML packet.
Parameters
type
The constructor function for the property being processed.
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.