Click or drag to resize

ICesiumPositionService Interface

A service that specifies how an object's position should be written to CZML.

Namespace:  AGI.Foundation.Cesium.Advanced
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface ICesiumPositionService

The ICesiumPositionService type exposes the following members.

Properties
  NameDescription
Public propertyBackwardExtrapolationDuration
Gets the amount of time to extrapolate backward before the property becomes undefined. A value of 0 will extrapolate forever. indicates that the value will not be specified in the CZML output.
Public propertyBackwardExtrapolationType
Gets the type of extrapolation to perform when a value is requested at a time before any available samples. indicates that the value will not be specified in the CZML output.
Public propertyForwardExtrapolationDuration
Gets the amount of time to extrapolate forward before the property becomes undefined. A value of 0 will extrapolate forever. indicates that the value will not be specified in the CZML output.
Public propertyForwardExtrapolationType
Gets the type of extrapolation to perform when a value is requested at a time after any available samples. indicates that the value will not be specified in the CZML output.
Public propertyInterpolationAlgorithm
Gets the algorithm to use for interpolation. indicates that the value will not be specified in the CZML output.
Public propertyInterpolationDegree
Gets the degree of the polynomial to use for interpolation. indicates that the value will not be specified in the CZML output.
Public propertyOrder
Gets the number of derivatives to write to CZML. Note that currently CZML only supports position and velocity. indicates that the value will depend on other properties.
Top
See Also