Click or drag to resize

CzmlDocumentPacketizer.GenerateNextPacket Method (TextWriter)

Writes a single CZML packet to the provided writer.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public CesiumGenerationStatus GenerateNextPacket(
	TextWriter writer
)

Parameters

writer
Type: System.IO.TextWriter
The writer to write to.

Return Value

Type: CesiumGenerationStatus
Done if all packets have been generated; otherwise MoreToGenerate.

Implements

ICzmlDocumentPacketizer.GenerateNextPacket(TextWriter)
Exceptions
ExceptionCondition
ArgumentNullException Thrown when writer is null.
DataUnavailableException Thrown when all CZML has been generated.
See Also