Click or drag to resize

CzmlDocumentPacketizerGenerateNextPacket Method

Writes a single CZML packet to the writer that was provided to this packetizer when it was created.

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()

Return Value

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

Implements

ICzmlDocumentPacketizerGenerateNextPacket
Exceptions
ExceptionCondition
InvalidOperationException Thrown when this object was not created with a writer.
DataUnavailableException Thrown when all CZML has been generated.
See Also