CesiumGeneratorContext Class | 
Namespace: AGI.Foundation.Cesium.Advanced
The CesiumGeneratorContext type exposes the following members.
| Name | Description | |
|---|---|---|
| EnableAutomaticReferencing | 
            Gets a value indicating whether to enable automatic CZML reference creation for objects with the same definition.
              | |
| EvaluatorGroup | 
            Gets the EvaluatorGroup to use when evaluating.
              | |
| MaximumDataPointsPerFragment | 
            Gets the maximum number of data points to write at a time.
              | |
| PrettyFormatting | 
            Gets a value indicating whether the written data should be formatted for easy human readability.
            When this property is  (the default), more compact CZML is generated.
              | |
| RequestedInterval | 
            Gets the requested interval for data.  Generators may generate values outside this interval if it
            is equivalent in speed and compactness.
              | |
| Step | 
            Gets the smallest step that should be taken when sampling. Note that individual objects may override 
            this value using ICesiumFixedStepService.
              | 
| Name | Description | |
|---|---|---|
| AddAdditionalSource | 
            Adds an additional CesiumSource required for a given service provider.
            This method may only be called while creating generators.
              | |
| AddChildGenerator | 
            Adds a Cesium generator for a property.
              | |
| Constrain | 
            Return a new instance that has RequestedInterval intersected with the given interval.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| RaiseSamplingError | 
            Called when an exception is encountered while sampling a property.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |