| 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.geometry.shapes | 
 Contains types for representing geometric shapes such as curves, surfaces, and solids. 
 | 
| 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 | 
|---|---|
EntityParameter<TEntity> | 
EntityPoint.getEntityParameter()
Gets the entity parameter specifying the entity from which this point should get its position. 
 | 
EntityParameter<TEntity> | 
EntityAxes.getEntityParameter()
Gets the entity parameter specifying the entity from which this axes should get its orientation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EntityPoint.setEntityParameter(EntityParameter<TEntity> value)
Sets the entity parameter specifying the entity from which this point should get its position. 
 | 
void | 
EntityAxes.setEntityParameter(EntityParameter<TEntity> value)
Sets the entity parameter specifying the entity from which this axes should get its orientation. 
 | 
| Constructor and Description | 
|---|
EntityAxes(TypeLiteral<TEntity> typeLiteralTEntity,
          EntityParameter<TEntity> entityParameter,
          TransactionParameter transactionParameter)
Initializes a new instance representing the orientation of the specified entity parameter. 
 | 
EntityPoint(TypeLiteral<TEntity> typeLiteralTEntity,
           EntityParameter<TEntity> entityParameter,
           TransactionParameter transactionParameter)
Initializes a new instance representing the position of the specified entity parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EntityParameter<TEntity> | 
EntityDynamicSensorFieldOfView.getEntityParameter()
Gets the entity parameter specifying the entity from which this object should get its field of view. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EntityDynamicSensorFieldOfView.setEntityParameter(EntityParameter<TEntity> value)
Sets the entity parameter specifying the entity from which this object should get its field of view. 
 | 
| Constructor and Description | 
|---|
EntityDynamicSensorFieldOfView(EntityParameter<TEntity> entityParameter,
                              TransactionParameter transactionParameter)
Initializes a new instance representing the field of view of the specified entity parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EntityParameter<TEntity> | 
AccessEntityFilter.getEntityParameter()
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AccessEntityFilter.setEntityParameter(EntityParameter<TEntity> value)
 | 
| Constructor and Description | 
|---|
AccessEntityFilter(TransactionContext context,
                  EntityParameter<TEntity> entityParameter,
                  TransactionParameter transactionParameter)
Initializes a new instance. 
 | 
AccessEntityFilter(TransactionContext context,
                  EntityParameter<TEntity> entityParameter,
                  TransactionParameter transactionParameter,
                  AccessQuery query,
                  EvaluatorGroup group)
 | 
AccessEntityFilter(TransactionContext context,
                  EntityParameter<TEntity> entityParameter,
                  TransactionParameter transactionParameter,
                  AccessQuery query,
                  IServiceProvider timeObserver,
                  EvaluatorGroup group)
 |