| Package | Description | 
|---|---|
| agi.foundation.graphics | 
 Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more. 
 | 
| 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 | Method and Description | 
|---|---|
TextureMatrix | 
SurfaceMeshPrimitive.getTextureMatrix()
Gets the matrix used to transform texture coordinates when a  
Texture
is applied to this primitive. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SurfaceMeshPrimitive.setTextureMatrix(TextureMatrix matrix)
Sets the matrix used to transform texture coordinates when a  
Texture
is applied to this primitive. | 
| Modifier and Type | Method and Description | 
|---|---|
GraphicsParameter<TextureMatrix> | 
SurfaceGraphics.getTextureMatrix()
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SurfaceGraphics.setTextureMatrix(GraphicsParameter<TextureMatrix> value)
 | 
| Modifier and Type | Method and Description | 
|---|---|
TextureMatrix | 
SensorFieldOfViewVisualizer.getFootprintInteriorTextureMatrix()
Gets a value defining the  
TextureMatrix of the footprint interior. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SensorFieldOfViewVisualizer.setFootprintInteriorTextureMatrix(TextureMatrix value)
Sets a value defining the  
TextureMatrix of the footprint interior. |