Click or drag to resize

CzmlDocumentCreateStreamingDocument Method

Creates a CzmlDocumentPacketizer that can be used to stream CZML incrementally to a client. The returned instance is immutable and any further changes to this class will not affect the resulting CZML.

The resulting CzmlDocumentPacketizer 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 CzmlDocumentPacketizer CreateStreamingDocument()

Return Value

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