SampledPositionProperty
A SampledProperty which is also a PositionProperty.
See also
Constructors
Types
Properties
Gets or sets the amount of time to extrapolate backward before the property becomes undefined. A value of 0 will extrapolate forever.
Gets or sets the type of extrapolation to perform when a value is requested at a time before any available samples.
Gets the event that is raised whenever the definition of this property changes. The definition is considered to have changed if a call to getValue would return a different result for the same time.
Gets or sets the amount of time to extrapolate forward before the property becomes undefined. A value of 0 will extrapolate forever.
Gets or sets the type of extrapolation to perform when a value is requested at a time after any available samples.
Gets the interpolation algorithm to use when retrieving a value. Call setInterpolationOptions
to set this.
Gets the degree of interpolation to perform when retrieving a value. Call setInterpolationOptions
to set this.
Gets a value indicating if this property is constant. A property is considered constant if getValue always returns the same result for the current definition.
The number of derivatives that accompany each position; i.e. velocity, acceleration, etc... Default value - 0
The reference frame in which the position is defined. Default value - ReferenceFrame.FIXED
Functions
Adds a new sample.
Adds multiple samples via parallel arrays.
Adds samples as a single packed array where each new sample is represented as a date, followed by the packed representation of the corresponding value and derivatives.
Gets the position at the provided time.
Gets the position at the provided time and in the provided reference frame.
Removes a sample at the given time, if present.
Removes all samples for the given time interval.
Sets the algorithm and degree to use when interpolating a position.