Click or drag to resize

ICzmlDocumentPacketizer Interface

Generates a CZML document one packet at a time to allow for incremental processing by client applications.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface ICzmlDocumentPacketizer
Methods
  NameDescription
Public methodGenerateNextPacket
Writes a single CZML packet to the writer that was provided to this packetizer when it was created.
Public methodGenerateNextPacket(TextWriter)
Writes a single CZML packet to the provided writer.
Top
See Also