CesiumGeneratorContext Properties |
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 false (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.
|