Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
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 |
---|---|
Projection |
ProjectedRaster.getProjection()
Gets the
Projection that projects
the raster. |
Modifier and Type | Method and Description |
---|---|
void |
ProjectedRaster.setProjection(Projection value)
Sets the
Projection that projects
the raster. |
Modifier and Type | Class and Description |
---|---|
class |
ProjectionStream
A
Projection that is updated dynamically at the specified UpdateDelta . |
Constructor and Description |
---|
Projection(Projection projection)
Initializes a new instance from another projection.
|