public interface ICesiumPositionService
| Modifier and Type | Method and Description | 
|---|---|
Duration | 
getBackwardExtrapolationDuration()
Gets the amount of time to extrapolate backward before the property becomes undefined. 
 | 
CesiumExtrapolationType | 
getBackwardExtrapolationType()
Gets the type of extrapolation to perform when a value is requested at a time before any available samples. 
 | 
Duration | 
getForwardExtrapolationDuration()
Gets the amount of time to extrapolate forward before the property becomes undefined. 
 | 
CesiumExtrapolationType | 
getForwardExtrapolationType()
Gets the type of extrapolation to perform when a value is requested at a time after any available samples. 
 | 
CesiumInterpolationAlgorithm | 
getInterpolationAlgorithm()
Gets the algorithm to use for interpolation. 
 | 
Integer | 
getInterpolationDegree()
Gets the degree of the polynomial to use for interpolation. 
 | 
Integer | 
getOrder()
Gets the number of derivatives to write to CZML. 
 | 
@Nullable Integer getOrder()
null indicates that the value will depend on other properties.@Nullable CesiumInterpolationAlgorithm getInterpolationAlgorithm()
null indicates that the value will not be specified in the CZML output.@Nullable Integer getInterpolationDegree()
null indicates that the value will not be specified in the CZML output.@Nullable CesiumExtrapolationType getForwardExtrapolationType()
null indicates that the value will not be specified in the CZML output.@Nullable Duration getForwardExtrapolationDuration()
null indicates that the value will not be specified in the CZML output.@Nullable CesiumExtrapolationType getBackwardExtrapolationType()
null indicates that the value will not be specified in the CZML output.