CzmlDocument Properties |
The CzmlDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | CesiumSources |
Gets the collection of CesiumSource instances used to generate CZML.
|
![]() | Clock |
Gets or sets the initial clock settings to be used when loading the document.
|
![]() | Description |
Gets or sets the document description.
|
![]() | EnableAutomaticReferencing |
Gets or sets a value indicating whether to enable automatic CZML reference creation for objects with the same definition.
By default, this is set to true.
|
![]() | EvaluatorGroup |
Gets or sets the EvaluatorGroup to use when evaluating.
By default, a new group is created for each document.
|
![]() | MaximumDataPointsPerPacket |
Gets or sets the maximum number of data points to store in each CZML packet.
By default, this value is null, meaning that there is no
limit on how many data points will be written in each packet.
|
![]() | Name |
Gets or sets the name of the document.
|
![]() | ObjectsToWrite |
Gets the collection of instances to be written to CZML.
|
![]() | PrettyFormatting |
Gets or sets a value indicating whether the resulting CZML file is formatted using whitespace for
easy readability, which will produce a significantly larger file.
By default, this is set to false.
|
![]() | RequestedInterval |
Gets or sets the interval for which to write data.
This value must be set before writing the document.
|
![]() | Step |
Gets or sets the step size to be used for sampling properties. Note that individual objects may override
this value using ICesiumFixedStepService.
By default, this is set to 60 seconds.
|
![]() | TerminateOnSamplingError |
Gets or sets a value indicating whether CZML generation halts when a sampling error occurs;
for example if a TLE fails to propagate at the desired time. When true,
exceptions are thrown immediately and no further CZML will be written. When false,
CZML generation will continue until finished and any exceptions are
raised via the SamplingError event.
By default, this is set to true.
|