| 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. 
 | 
| 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  | 
ComplexConic
A sensor volume defined by inner and outer half angles, minimum and maximum clock angles,
 and a radial range limit. 
 | 
class  | 
CustomSensorPattern
A custom  
SensorFieldOfView defined by a list of directions defining the outer
 perimeter of the field of view. | 
class  | 
RectangularPyramid
A sensor volume with a rectangular cross section and a radial range limit. 
 | 
class  | 
SyntheticApertureRadarVolume
A sensor volume defined by inner and outer half angles, fore and aft exclusion angles,
 and a radial range limit. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SensorFieldOfView | 
IFieldOfViewService.getFieldOfViewVolume()
Gets the volume defining the sensor's field of view. 
 | 
SensorFieldOfView | 
EntityDynamicSensorFieldOfView.getRepresentativeFieldOfView()
Gets a  
SensorFieldOfView that is representative of the ones that are produced by
    evaluating the DynamicSensorFieldOfViewEvaluator returned by
    DynamicSensorFieldOfView.getEvaluator(). | 
abstract SensorFieldOfView | 
DynamicSensorFieldOfView.getRepresentativeFieldOfView()
Gets a  
SensorFieldOfView that is representative of the ones that are produced by
    evaluating the DynamicSensorFieldOfViewEvaluator returned by
    DynamicSensorFieldOfView.getEvaluator(). | 
SensorFieldOfView | 
SensorProjection.getSensorFieldOfView()
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SensorProjection.setSensorFieldOfView(SensorFieldOfView value)
 | 
| Modifier and Type | Method and Description | 
|---|---|
SensorFieldOfView | 
FieldOfViewExtension.getFieldOfViewVolume()
Gets the volume of the sensor's field of view defined in the sensor's reference frame. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FieldOfViewExtension.setFieldOfViewVolume(SensorFieldOfView value)
Sets the volume of the sensor's field of view defined in the sensor's reference frame. 
 | 
| Constructor and Description | 
|---|
FieldOfViewExtension(SensorFieldOfView fieldOfView)
Initializes a new instance with a specified field of view. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactedProperty<SensorFieldOfView> | 
IEntitySensorFieldOfView.getFieldOfView()
Gets the transactional property that holds the orientation of the entity. 
 |