Click or drag to resize

ICesiumDirectionService Properties

The ICesiumDirectionService 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.
Top
See Also