ICesiumDirectionService Properties |
The ICesiumDirectionService type exposes the following members.
Name | Description | |
---|---|---|
![]() | BackwardExtrapolationDuration |
Gets the amount of time to extrapolate backward before the property becomes undefined. A value of 0 will extrapolate forever.
null indicates that the value will not be specified in the CZML output.
|
![]() | BackwardExtrapolationType |
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
null indicates that the value will not be specified in the CZML output.
|
![]() | ForwardExtrapolationDuration |
Gets the amount of time to extrapolate forward before the property becomes undefined. A value of 0 will extrapolate forever.
null indicates that the value will not be specified in the CZML output.
|
![]() | ForwardExtrapolationType |
Gets the type of extrapolation to perform when a value is requested at a time after any available samples.
null indicates that the value will not be specified in the CZML output.
|
![]() | InterpolationAlgorithm |
Gets the algorithm to use for interpolation.
null indicates that the value will not be specified in the CZML output.
|
![]() | InterpolationDegree |
Gets the degree of the polynomial to use for interpolation.
null indicates that the value will not be specified in the CZML output.
|