public class PathCesiumSource extends CesiumSource
CesiumSource
that generates a CZML path for objects
that provide IPathGraphicsService
.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 PathCesiumSource |
getInstance()
Gets the instance.
|
createGenerators
@Nonnull public static PathCesiumSource getInstance()
public void createGenerators(CesiumGeneratorContext context, Object item)
CesiumGenerator
instances for the specified item and adds them
to the specified CesiumGeneratorContext
.createGenerators
in class CesiumSource
context
- The context to which to add the generators.item
- The item for which to produce generators.