Click or drag to resize

CzmlDocumentCreateStreamingDocument Method

Overload List
  NameDescription
Public methodCreateStreamingDocument

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).

Public methodCreateStreamingDocument(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.
Top
See Also