Click or drag to resize

CesiumPositionExtension Properties

The CesiumPositionExtension 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 propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
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.
Public propertyOwner
Gets the owner of this extension.
(Inherited from ObjectExtension.)
Top
See Also