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.
|
agi.foundation.graphics.imaging |
Provides types for raster and image processing, and for writing JPEG 2000 files.
|
Modifier and Type | Method and Description |
---|---|
Raster |
ProjectedRaster.getRaster()
Gets the
Raster that is
projected. |
Modifier and Type | Method and Description |
---|---|
void |
ProjectedRaster.setRaster(Raster value)
Sets the
Raster that is
projected. |
Modifier and Type | Method and Description |
---|---|
Raster |
CameraSnapshot.saveToRaster()
Saves a snapshot of the 3D window to a
Raster . |
Modifier and Type | Method and Description |
---|---|
Texture2D |
Texture2DFactory.fromRaster(Raster raster)
Creates a new texture from a
Raster . |
Modifier and Type | Class and Description |
---|---|
class |
FilteringRasterStream
A class decorator for applying a
RasterFilter to each update of a RasterStream . |
class |
RasterStream
A raster, the data of which, is updated dynamically at the specified
UpdateDelta . |
class |
VideoStream
A raster stream that streams from a video.
|
Modifier and Type | Method and Description |
---|---|
Raster |
Raster.apply(RasterFilter filter)
Applies a
RasterFilter to the raster and returns a new raster with the results of the filtering. |
Raster |
Raster.extractBand(RasterBand band)
Extracts the band of raster data associated with the given
RasterBand . |
Raster |
Raster.extractBand(RasterFormat format)
Extracts the bands of raster data associated with the given
RasterFormat . |
Raster |
AlphaFromRasterFilter.getRaster()
Gets the raster that the source raster will use to derive an
agi.foundation.graphics.imaging.RasterBand#Alpha band. |
Modifier and Type | Method and Description |
---|---|
void |
Raster.copyFromRaster(Raster raster)
Copies the data associated with the given
Raster into this raster. |
void |
AlphaFromRasterFilter.setRaster(Raster inVal)
Sets the raster that the source raster will use to derive an
agi.foundation.graphics.imaging.RasterBand#Alpha band. |
Constructor and Description |
---|
AlphaFromRasterFilter(Raster raster)
Initializes a new instance with the raster that the source raster will use to derive an
agi.foundation.graphics.imaging.RasterBand#Alpha band. |
Raster(Raster raster)
Initializes a raster from another raster.
|
RasterAttributes(Raster raster)
Initializes a new instance with the attributes of the specified
Raster |