TrackingArchiveTEntity Methods |
The TrackingArchiveTEntity generic type exposes the following members.
Name | Description | |
---|---|---|
ArchiveEntities |
Archives a set of entities.
| |
Clear |
Clears the contents of the archive.
| |
Dispose |
Releases any resources associated with this instance.
| |
Dispose(Boolean) |
Releases any resources associated with this instance.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetArchivedData(JulianDate, JulianDate, Int32, String) |
Retrieves archived properties for all entities over the provided time period.
| |
GetArchivedData(Object, JulianDate, JulianDate, Int32, String) |
Retrieves archived properties for the provided entity over the provided time period.
| |
GetArchivedInterval |
Gets the overall interval that exists in the archive for any entity.
| |
GetArchivedInterval(Object) |
Gets the overall interval that exists in the archive for the specified entity identifier.
| |
GetArchivedPrimitivePropertyComponents(IEnumerableArchivedProperty, JulianDate, JulianDate, Int32) |
Retrieves archived primitive property components for all entities over the provided time period.
| |
GetArchivedPrimitivePropertyComponents(Object, IEnumerableArchivedProperty, JulianDate, JulianDate, Int32) |
Retrieves archived primitive property components for the provided entity over the provided time period.
| |
GetEntityPrimitivePropertyComponents |
Fills an array with the archived properties of an entity.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetMotionT(Object, JulianDate, JulianDate, String) |
Gets time-varying data, such as position and velocity, from the archive.
| |
GetMotionT(Object, JulianDate, JulianDate, Int32, String) |
Gets time-varying data, such as position and velocity, from the archive.
| |
GetMotionT, TDerivative(Object, JulianDate, JulianDate, String) |
Gets time-varying data, such as position and velocity, from the archive.
| |
GetMotionT, TDerivative(Object, JulianDate, JulianDate, Int32, String) |
Gets time-varying data, such as position and velocity, from the archive.
| |
GetOrientations(Object, JulianDate, JulianDate) |
Gets a DateMotionCollectionT, TDerivative representing
the archived orientation, rotational velocity and rotational acceleration of the
specified entity beginning at the specified time and lasting for the specified duration.
| |
GetOrientations(Object, JulianDate, Int32) |
Gets a DateMotionCollectionT, TDerivative representing
the archived orientation, rotational velocity and rotational acceleration of the
specified entity beginning at the specified time and lasting for the specified duration.
| |
GetOrientations(Object, JulianDate, JulianDate, Int32) |
Gets a DateMotionCollectionT, TDerivative representing
the archived orientation, rotational velocity and rotational acceleration of the
specified entity beginning at the specified time and lasting for the specified duration.
| |
GetPositions(Object, JulianDate, JulianDate) |
Gets a DateMotionCollectionT representing the
archived position, velocity and acceleration of the specified entity
beginning at the specified time and lasting for the specified duration.
| |
GetPositions(Object, JulianDate, Int32) |
Gets a DateMotionCollectionT representing the
archived position, velocity and acceleration of the specified entity
beginning at the specified time and lasting for the specified duration.
| |
GetPositions(Object, JulianDate, JulianDate, Int32) |
Gets a DateMotionCollectionT representing the
archived position, velocity and acceleration of the specified entity
beginning at the specified time and lasting for the specified duration.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
StartWriting |
Starts the archiver. After this method is called, all updates to entities in the
Context will be archived.
| |
StopWriting |
Stops the archiver. After this method is called, updates to entities in the
Context will no longer be archived. This method does not return until
the current queue of updates to archive has been processed.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WaitForArchiveQueue |
Waits for the currently queued transactions to be archived before returning. Additional committed
transactions may be queued while waiting and these will NOT be waited upon.
| |
WritingShutdown |
Called during StopWriting, after the last call to ArchiveEntities(Transaction, IEnumerableTEntity).
| |
WritingStartup |
Called during StartWriting, before the first call to ArchiveEntities(Transaction, IEnumerableTEntity).
|