| 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  | 
EntityPoint<TEntity extends IEntityPosition>
A  
Point that obtains its value from a tracking entity implementing
 IEntityPosition. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EntityVisualizer<TEntity extends IEntityIdentifier & IEntityPosition>
Abstract base class for visualizers, which display entities in Insight3D. 
 | 
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  | 
LabelVisualizer<TEntity extends IEntityIdentifier & IEntityPosition>
An  
EntityVisualizer which creates a label for each entity. | 
class  | 
MarkerVisualizer<TEntity extends IEntityIdentifier & IEntityPosition>
An  
EntityVisualizer which creates a marker for each entity. | 
class  | 
ModelVisualizer<TEntity extends IEntityIdentifier & IEntityPosition & IEntityOrientation>
An  
EntityVisualizer which creates a model for each entity. | 
class  | 
PointVisualizer<TEntity extends IEntityIdentifier & IEntityPosition>
An  
EntityVisualizer which creates a point for each entity. | 
class  | 
ViewEntityFromOffset<TEntity extends IEntityPosition>
 | 
class  | 
ViewFromTo<TEntity extends IEntityPosition>
 | 
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 | Interface and Description | 
|---|---|
interface  | 
IEntityAcceleration
An interface to a tracking entity that has acceleration. 
 | 
interface  | 
IEntitySensorFieldOfView
An interface to a tracking entity that has a volume describing the region of space that
 is detectable with its sensor. 
 | 
interface  | 
IEntityVelocity
An interface to a tracking entity that has a velocity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <TEntity extends IEntityPosition> | 
CommonEntityInterfaces.IEntityPosition.addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema. 
 |