CzmlDocumentCreateStreamingDocument Method |
Name | Description | |
---|---|---|
CreateStreamingDocument | 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). | |
CreateStreamingDocument(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.
|