public class DeleteCesiumSource extends CesiumSource
CesiumSource that generates a CZML delete packet
 for objects that provide ICesiumDeleteService.| Modifier and Type | Method and Description | 
|---|---|
void | 
createGenerators(CesiumGeneratorContext context,
                Object item)
Creates zero or more  
CesiumGenerator instances for the specified item and adds them
    to the specified CesiumGeneratorContext. | 
static DeleteCesiumSource | 
getInstance()
Gets the instance. 
 | 
createGenerators@Nonnull public static DeleteCesiumSource getInstance()
public void createGenerators(CesiumGeneratorContext context, Object item)
CesiumGenerator instances for the specified item and adds them
    to the specified CesiumGeneratorContext.createGenerators in class CesiumSourcecontext - The context to which to add the generators.item - The item for which to produce generators.