Click or drag to resize

CzmlDocumentCreateStreamingDocument Method (TextWriter)

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.

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(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
The writer to use.

Return Value

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