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: 25.2.423.0 (25.2.423.0)
Syntaxpublic CesiumGenerationStatus GenerateNextPacket()
Public Function GenerateNextPacket As CesiumGenerationStatus
public:
virtual CesiumGenerationStatus GenerateNextPacket() sealed
abstract GenerateNextPacket : unit -> CesiumGenerationStatus
override GenerateNextPacket : unit -> CesiumGenerationStatus
Return Value
Type:
CesiumGenerationStatusDone if all packets have been generated; otherwise
MoreToGenerate.
Implements
ICzmlDocumentPacketizerGenerateNextPacket
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when this object was not created with a writer.
|
| DataUnavailableException |
Thrown when all CZML has been generated.
|
See Also