| Package | Description | 
|---|---|
| agi.foundation.geometry | 
 Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames; 
 the manner in which they are related; and transformations between representations. 
 | 
| agi.foundation.tracking | 
 Contains types for acquiring, analyzing and archiving dynamic data, such as those found in real-time feeds or simulation environments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TrackingArchive<TEntity> | 
PointFromArchive.getArchive()
Gets the archive from which to obtain position data. 
 | 
TrackingArchive<TEntity> | 
AxesFromArchive.getArchive()
Gets the archive from which to obtain orientation data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PointFromArchive.setArchive(TrackingArchive<TEntity> value)
Sets the archive from which to obtain position data. 
 | 
void | 
AxesFromArchive.setArchive(TrackingArchive<TEntity> value)
Sets the archive from which to obtain orientation data. 
 | 
| Constructor and Description | 
|---|
AxesFromArchive(TypeLiteral<TEntity> typeLiteralTEntity,
               TrackingArchive<TEntity> archive,
               Object entityIdentifier)
Initializes a new instance to use a specified archive and entity. 
 | 
PointFromArchive(TypeLiteral<TEntity> typeLiteralTEntity,
                TrackingArchive<TEntity> archive,
                Object entityIdentifier)
Initializes a new instance to use a specified archive and entity. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MemoryArchive<TEntity extends IEntityIdentifier & IEntityLastUpdate>
A  
TrackingArchive that stores tracking data in memory. |