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.2.419.0 (24.2.419.0)
Syntax public CzmlDocumentPacketizer CreateStreamingDocument(
TextWriter writer
)
Public Function CreateStreamingDocument (
writer As TextWriter
) As CzmlDocumentPacketizer
public:
CzmlDocumentPacketizer^ CreateStreamingDocument(
TextWriter^ writer
)
member CreateStreamingDocument :
writer : TextWriter -> CzmlDocumentPacketizer
Parameters
- writer
- Type: System.IOTextWriter
The writer to use.
Return Value
Type:
CzmlDocumentPacketizerA new
CzmlDocumentPacketizer for this document.
See Also