public class VectorCesiumSource extends CesiumSource
CesiumSource that generates a CZML vector for objects that provide
IVectorService and IVectorGraphicsService.| 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 VectorCesiumSource |
getInstance()
Gets the instance.
|
createGenerators@Nonnull public static VectorCesiumSource 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.