Click or drag to resize

CzmlDocument Properties

The CzmlDocument type exposes the following members.

Properties
  NameDescription
Public propertyCesiumSources
Gets the collection of CesiumSource instances used to generate CZML.
Public propertyClock
Gets or sets the initial clock settings to be used when loading the document.
Public propertyDescription
Gets or sets the document description.
Public propertyEnableAutomaticReferencing
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 .
Public propertyEvaluatorGroup
Gets or sets the EvaluatorGroup to use when evaluating. By default, a new group is created for each document.
Public propertyMaximumDataPointsPerPacket
Gets or sets the maximum number of data points to store in each CZML packet. By default, this value is , meaning that there is no limit on how many data points will be written in each packet.
Public propertyName
Gets or sets the name of the document.
Public propertyObjectsToWrite
Gets the collection of instances to be written to CZML.
Public propertyPrettyFormatting
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 .
Public propertyRequestedInterval
Gets or sets the interval for which to write data. This value must be set before writing the document.
Public propertyStep
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.
Public propertyTerminateOnSamplingError
Gets or sets a value indicating whether or not CZML generation halts when a sampling error occurs; for example if a TLE fails to propagate at the desired time. When , exceptions are thrown immediately and no further CZML will be written. When , CZML generation will continue until finished and any exceptions are raised via the SamplingError event. By default, this is set to .
Top
See Also