Click or drag to resize

CzmlUpdateDocumentCreateStreamingDocument Method

Creates a CzmlUpdateDocumentPacketizer that can be used to stream CZML incrementally to a client.

The resulting CzmlUpdateDocumentPacketizer must be given a writer to write each packet to by calling GenerateNextPacket(TextWriter).

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CzmlUpdateDocumentPacketizer CreateStreamingDocument()

Return Value

Type: CzmlUpdateDocumentPacketizer
A new CzmlUpdateDocumentPacketizer for this document.
See Also