ITimeBasedState Interface |
Namespace: AGI.Foundation.Coordinates
The ITimeBasedState type exposes the following members.
Name | Description | |
---|---|---|
AvailableElements |
Gets the names of all of the elements in this state.
| |
CurrentDate |
Gets or sets the JulianDate that this state is valid.
| |
IsThreadSafe |
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
(Inherited from IThreadAware.) |
Name | Description | |
---|---|---|
Clone |
Clones this object using the specified context.
(Inherited from ICloneWithContext.) | |
GetMotionT |
Returns the MotionT of the requested elementIdentification.
| |
GetValueT |
Returns the requested value of the requested element.
| |
ModifyMotionT |
Modifies this instance of ITimeBasedState with the MotionT of the
specified elementIdentification updated.
| |
ModifyValueT |
Modifies the elementIdentification in this instance of ITimeBasedState
with the newValue.
|