public interface ICesiumOrientationService
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.
|
@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.