CzmlDefaults

CzmlDefaults

Helper class which provides the default set of CZML processing methods needed to visualize the complete CZML standard. There's no reason to access this class directly, as it just holds the defaults used by DynamicObjectCollection, CompositeDynamicObjectCollection, and VisualizerCollection.

See:
Source:

Members

<static>

The standard set of cleaners for processing CZML. This array is the default set of updater methods used by CompositeDynamicObjectCollection.
See:

<static>

The standard set of mergers for processing CZML. This array is the default set of updater methods used by CompositeDynamicObjectCollection.
See:

<static>

The standard set of updaters for processing CZML. This array is the default set of updater methods used by DynamicObjectCollection.
See:

Methods

<static>

Creates an array containing the standard CZML visualizers, configured for the provided scene.

Parameters:
Name Type Description
scene The scene being used for visualization.
Returns:
Array The CZML standard visualizers.
See:
  • VisualizerCollection#createCzmlDefaultsCollection