Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SolidGraphics |
LocationPointCovarianceGraphicsExtension.getEllipsoidGraphics()
Gets the ellipsoid graphics.
|
SolidGraphics |
VectorGraphics.getSolid()
Gets the solid graphics use to render the vector.
|
SolidGraphics |
FieldOfViewCentralBodyProjectionGraphicsExtension.getVolume()
Gets the graphics describing the volume of the projection.
|
Modifier and Type | Method and Description |
---|---|
void |
LocationPointCovarianceGraphicsExtension.setEllipsoidGraphics(SolidGraphics value)
Sets the ellipsoid graphics.
|
void |
VectorGraphics.setSolid(SolidGraphics value)
Sets the solid graphics use to render the vector.
|
void |
FieldOfViewCentralBodyProjectionGraphicsExtension.setVolume(SolidGraphics value)
Sets the graphics describing the volume of the projection.
|
Constructor and Description |
---|
LocationPointCovarianceGraphicsExtension(SolidGraphics ellipsoidGraphics)
Initializes a new instance with the provided
SolidGraphics . |
Modifier and Type | Method and Description |
---|---|
SolidGraphics |
ILocationPointCovarianceGraphicsService.getEllipsoidGraphics()
Gets the ellipsoid graphics.
|
SolidGraphics |
IFieldOfViewCentralBodyProjectionGraphicsService.getVolume()
Gets the graphics describing the volume of the projection.
|
Constructor and Description |
---|
SolidUpdater(SolidGraphics solidGraphics,
EvaluatorGroup group)
Creates a new instance using the provided
SolidGraphics
and EvaluatorGroup |