Package | Description |
---|---|
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 |
---|---|
TransactedProperty<Cartesian> |
IEntityAcceleration.getAcceleration()
Gets the transactional property that holds the acceleration of the entity.
|
TransactedProperty<SensorFieldOfView> |
IEntitySensorFieldOfView.getFieldOfView()
Gets the transactional property that holds the orientation of the entity.
|
TransactedProperty<JulianDate> |
IEntityLastUpdate.getLastUpdate()
Gets the transactional property that can be used to get or set the
time the entity was last updated.
|
TransactedProperty<UnitQuaternion> |
IEntityOrientation.getOrientation()
Gets the transactional property that holds the orientation of the entity.
|
TransactedProperty<Cartesian> |
IEntityPosition.getPosition()
Gets the transactional property that holds the position of the entity.
|
TransactedProperty<Cartesian> |
IEntityRotationalAcceleration.getRotationalAcceleration()
Gets the transactional property that holds the rotational acceleration of the entity.
|
TransactedProperty<Cartesian> |
IEntityRotationalVelocity.getRotationalVelocity()
Gets the transactional property that holds the rotational velocity of the entity.
|
TransactedProperty<Cartesian> |
IEntityVelocity.getVelocity()
Gets the transactional property that holds the velocity of the entity.
|
abstract TransactedProperty<T> |
EntityTransactedPropertyGetter.invoke(TEntity entity)
Represents a method to get a transacted property on an entity.
|
TransactedProperty<T> |
EntityTransactedPropertyGetter.Function.invoke(TEntity entity)
Represents a method to get a transacted property on an entity.
|