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.) |
![]() | GetMotion<T> |
Returns the Motion<T> of the requested elementIdentification.
|
![]() | GetValue<T> |
Returns the requested value of the requested element.
|
![]() | ModifyMotion<T> |
Modifies this instance of ITimeBasedState with the Motion<T> of the
specified elementIdentification updated.
|
![]() | ModifyValue<T> |
Modifies the elementIdentification in this instance of ITimeBasedState
with the newValue.
|