| 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 | Class and Description | 
|---|---|
class  | 
AxesFromArchive<TEntity extends IEntityIdentifier & IEntityLastUpdate>
An  
Axes whose orientation is defined by archived tracking data. | 
class  | 
PointFromArchive<TEntity extends IEntityIdentifier & IEntityLastUpdate>
A  
Point whose position is defined by archived tracking data. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AccessEntityFilter<TEntity extends IEntityIdentifier & IEntityLastUpdate>
An  
EntityFilter that filters entities based on
 the results of an AccessQuery. | 
class  | 
HistoryGenerator<TEntity extends IEntityIdentifier & IEntityPosition & IEntityLastUpdate>
Maintains position information for visualizing track history. 
 | 
class  | 
HistoryVisualizer<TEntity extends IEntityIdentifier & IEntityPosition & IEntityLastUpdate>
An  
EntityVisualizer that creates a historical
 track for each entity. | 
class  | 
MemoryArchive<TEntity extends IEntityIdentifier & IEntityLastUpdate>
A  
TrackingArchive that stores tracking data in memory. | 
class  | 
SensorFieldOfViewVisualizer<TEntity extends IEntityLastUpdate & IEntityIdentifier & IEntitySensorFieldOfView>
An  
EntityVisualizer that visualizes a set of sensors. | 
class  | 
TrackingArchive<TEntity extends IEntityIdentifier & IEntityLastUpdate>
The base for classes that archive tracking data. 
 | 
class  | 
WaypointVisualizer<TEntity extends IEntityLastUpdate & IEntityIdentifier & IEntityPosition>
An  
EntityVisualizer that creates a waypoint for
 each position in an entity's historical track. | 
| Modifier and Type | Method and Description | 
|---|---|
static <TEntity extends IEntityLastUpdate> | 
CommonEntityInterfaces.IEntityLastUpdate.addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema. 
 |