public abstract class CesiumGenerator extends Object
| Modifier | Constructor and Description | 
|---|---|
protected  | 
CesiumGenerator(IServiceProvider owner)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract CesiumGenerationStatus | 
generate(CesiumOutputStream output)
Generates CZML and writes it to the stream. 
 | 
IServiceProvider | 
getOwner()
Gets the item for which data is to be generated. 
 | 
protected CesiumGenerator(@Nonnull IServiceProvider owner)
owner - The item for which data is to be generated.@Nonnull public final IServiceProvider getOwner()
@Nonnull public abstract CesiumGenerationStatus generate(@Nonnull CesiumOutputStream output)
output - The stream to which CZML will be written.