Package | Description |
---|---|
agi.foundation.geometry.shapes |
Contains types for representing geometric shapes such as curves, surfaces, and solids.
|
agi.foundation.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityDynamicSensorFieldOfView<TEntity extends IEntitySensorFieldOfView>
A
DynamicSensorFieldOfView that gets the current sensor shape from a tracking entity
implementing IEntitySensorFieldOfView . |
Modifier and Type | Method and Description |
---|---|
DynamicSensorFieldOfView |
IDynamicFieldOfViewService.getFieldOfViewVolume()
Gets the dynamic volume of the sensor's field of view defined in the sensor's reference frame.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
EntityDynamicSensorFieldOfView.checkForSameDefinition(DynamicSensorFieldOfView other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
DynamicSensorFieldOfView.checkForSameDefinition(DynamicSensorFieldOfView other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
DynamicSensorFieldOfView(DynamicSensorFieldOfView existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Modifier and Type | Method and Description |
---|---|
DynamicSensorFieldOfView |
DynamicFieldOfViewExtension.getFieldOfViewVolume()
Gets the dynamic volume of the sensor's field of view defined in the sensor's reference frame.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicFieldOfViewExtension.setFieldOfViewVolume(DynamicSensorFieldOfView value)
Sets the dynamic volume of the sensor's field of view defined in the sensor's reference frame.
|
Constructor and Description |
---|
DynamicFieldOfViewExtension(DynamicSensorFieldOfView fieldOfView)
Initializes a new instance with a specified field of view.
|