Click or drag to resize

CzmlDocumentPacketizerGenerateNextPacket 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: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumGenerationStatus GenerateNextPacket(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
The writer to write to.

Return Value

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

Implements

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