Package | Description |
---|---|
agi.foundation.cesium |
Contains types used for defining graphical properties of definitional objects to be written out as CZML.
|
agi.foundation.cesium.advanced |
Contains less-often used types for generating CZML.
|
Modifier and Type | Method and Description |
---|---|
CesiumGenerationStatus |
ICzmlDocumentPacketizer.generateNextPacket()
Writes a single CZML packet to the writer that was provided to this packetizer when it was created.
|
CesiumGenerationStatus |
CzmlUpdateDocumentPacketizer.generateNextPacket()
Writes a single CZML packet to the writer that was provided to this packetizer when it was created.
|
CesiumGenerationStatus |
CzmlDocumentPacketizer.generateNextPacket()
Writes a single CZML packet to the writer that was provided to this packetizer when it was created.
|
CesiumGenerationStatus |
ICzmlDocumentPacketizer.generateNextPacket(Writer writer)
Writes a single CZML packet to the provided writer.
|
CesiumGenerationStatus |
CzmlUpdateDocumentPacketizer.generateNextPacket(Writer writer)
Writes a single CZML packet to the provided writer.
|
CesiumGenerationStatus |
CzmlDocumentPacketizer.generateNextPacket(Writer writer)
Writes a single CZML packet to the provided writer.
|
static CesiumGenerationStatus |
CesiumGenerationStatus.getDefault()
Get the enum constant that is considered to be the default.
|
static CesiumGenerationStatus |
CesiumGenerationStatus.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static CesiumGenerationStatus |
CesiumGenerationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CesiumGenerationStatus[] |
CesiumGenerationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract CesiumGenerationStatus |
CesiumGenerator.generate(CesiumOutputStream output)
Generates CZML and writes it to the stream.
|