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.platforms.advanced |
Defines less commonly used types 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 | Method and Description |
---|---|
SensorProjectionOptions |
SensorProjection.getProjectionOptions()
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SensorProjectionOptions.checkForSameDefinition(SensorProjectionOptions other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
SensorProjection |
SyntheticApertureRadarVolume.getProjection(Ellipsoid ellipsoid,
KinematicTransformation ellipsoidToSensorTransformation,
SensorProjectionOptions projectionOptions)
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a
specified distance in space.
|
abstract SensorProjection |
SensorFieldOfView.getProjection(Ellipsoid ellipsoid,
KinematicTransformation ellipsoidToSensorTransformation,
SensorProjectionOptions projectionOptions)
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a
specified distance in space.
|
SensorProjection |
RectangularPyramid.getProjection(Ellipsoid ellipsoid,
KinematicTransformation ellipsoidToSensorTransformation,
SensorProjectionOptions projectionOptions)
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a
specified distance in space.
|
SensorProjection |
CustomSensorPattern.getProjection(Ellipsoid ellipsoid,
KinematicTransformation ellipsoidToSensorTransformation,
SensorProjectionOptions projectionOptions)
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a
specified distance in space.
|
SensorProjection |
ComplexConic.getProjection(Ellipsoid ellipsoid,
KinematicTransformation ellipsoidToSensorTransformation,
SensorProjectionOptions projectionOptions)
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a
specified distance in space.
|
void |
SensorProjection.setProjectionOptions(SensorProjectionOptions value)
|
Constructor and Description |
---|
SensorProjectionOptions(SensorProjectionOptions existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Modifier and Type | Method and Description |
---|---|
SensorProjectionOptions |
FieldOfViewCentralBodyProjectionGraphicsExtension.getProjectionOptions()
|
Modifier and Type | Method and Description |
---|---|
SensorProjectionEvaluator |
IFieldOfViewProjectionService.getSensorProjectionEvaluator(CentralBody centralBody,
SensorProjectionOptions projectionOptions)
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
|
SensorProjectionEvaluator |
FieldOfViewExtension.getSensorProjectionEvaluator(CentralBody centralBody,
SensorProjectionOptions projectionOptions)
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
|
SensorProjectionEvaluator |
DynamicFieldOfViewExtension.getSensorProjectionEvaluator(CentralBody centralBody,
SensorProjectionOptions projectionOptions)
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
|
SensorProjectionEvaluator |
IFieldOfViewProjectionService.getSensorProjectionEvaluator(CentralBody centralBody,
SensorProjectionOptions projectionOptions,
EvaluatorGroup group)
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
|
SensorProjectionEvaluator |
FieldOfViewExtension.getSensorProjectionEvaluator(CentralBody centralBody,
SensorProjectionOptions projectionOptions,
EvaluatorGroup group)
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
|
SensorProjectionEvaluator |
DynamicFieldOfViewExtension.getSensorProjectionEvaluator(CentralBody centralBody,
SensorProjectionOptions projectionOptions,
EvaluatorGroup group)
Gets an evaluator that can project the field of view of the sensor onto the ellipsoid
surface of a central body.
|
void |
FieldOfViewCentralBodyProjectionGraphicsExtension.setProjectionOptions(SensorProjectionOptions value)
|
Modifier and Type | Method and Description |
---|---|
SensorProjectionOptions |
IFieldOfViewCentralBodyProjectionGraphicsService.getProjectionOptions()
Gets additional options for computing the projection, including the distance to which to project
the portion of a sensor that does not intersect the
CentralBody (get ). |
Modifier and Type | Method and Description |
---|---|
void |
IFieldOfViewCentralBodyProjectionGraphicsService.setProjectionOptions(SensorProjectionOptions value)
Sets additional options for computing the projection, including the distance to which to project
the portion of a sensor that does not intersect the
CentralBody (get ). |
Modifier and Type | Method and Description |
---|---|
SensorProjectionOptions |
SensorFieldOfViewVisualizer.getProjectionOptions()
|
Modifier and Type | Method and Description |
---|---|
void |
SensorFieldOfViewVisualizer.setProjectionOptions(SensorProjectionOptions value)
|