| Package | Description | 
|---|---|
| agi.foundation.geometry.shapes | 
 Contains types for representing geometric shapes such as curves, surfaces, and solids. 
 | 
| agi.foundation.graphics.advanced | 
 Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SensorProjection | 
SensorFieldOfView.getProjection(Ellipsoid ellipsoid,
             KinematicTransformation ellipsoidToSensorTransformation)
Gets the projection of the sensor onto the front surface of a specified ellipsoid and into space. 
 | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TriangulatedSensorProjection.updateFromNewProjection(CentralBody centralBody,
                       Cartesian sensorOrigin,
                       SensorProjection projection,
                       int approximateSamplesPerBoundary)
Updates the triangulation from a given sensor projection. 
 | 
void | 
TriangulatedSensorProjection.updateFromNewProjection(CentralBody centralBody,
                       Cartesian sensorOrigin,
                       SensorProjection projection,
                       int approximateSamplesPerBoundary,
                       boolean triangulateProjectionEndCap)
Updates the triangulation from a given sensor projection. 
 |