See: Description
Class | Description |
---|---|
AlphaFromLuminanceFilter |
Adds an
agi.foundation.graphics.imaging.RasterBand#Alpha band to the source raster derived from the luminance of the raster's color bands. |
AlphaFromPixelFilter |
Adds an
agi.foundation.graphics.imaging.RasterBand#Alpha band to the source raster
based on the value of its first pixel. |
AlphaFromRasterFilter |
Adds an
agi.foundation.graphics.imaging.RasterBand#Alpha band to the source
raster derived from the color bands or alpha of another raster. |
BandExtractFilter |
Extracts a band or set of bands from the source raster.
|
BandOrderFilter |
Reorders or swizzles the bands of the source raster to match the band order of the
RasterFormat specified by the BandOrder property. |
BlurFilter |
Applies a
ConvolutionFilter to blur or smooth the source raster. |
BrightnessFilter |
Adjusts the brightness of the source raster's color bands.
|
ColorToLuminanceFilter |
Extracts a
Luminance band derived from the color bands of the source raster. |
ContrastFilter |
Adjusts the contrast of the source raster.
|
ConvolutionFilter |
Applies convolution to the source raster.
|
EdgeDetectFilter |
Applies a
ConvolutionFilter to detect edges in the source raster. |
FilteringRasterStream |
A class decorator for applying a
RasterFilter to each update of a RasterStream . |
FlipFilter |
Flips the source raster along the given
FlipAxis . |
GammaCorrectionFilter |
Applies gamma correction to the source raster.
|
GaussianBlurFilter |
Applies a
ConvolutionFilter to blur the source raster using the Gaussian function. |
GradientDetectFilter |
Applies a
ConvolutionFilter to detect gradients in the source raster. |
Jpeg2000Writer |
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay.
|
LevelsFilter |
Adjusts the band levels of the source raster linearly.
|
Raster |
A raster dataset.
|
RasterAttributes |
The attributes describing a
Raster dataset. |
RasterFilter |
A filter for processing
Raster datasets. |
RasterStream |
A raster, the data of which, is updated dynamically at the specified
UpdateDelta . |
RotateFilter |
Rotates the source raster clockwise by the specified angle.
|
SequenceFilter |
Applies a sequence of filters to the source raster in the order in which they were added.
|
SharpenFilter |
Applies a
ConvolutionFilter to increase the sharpness of the source raster. |
VideoStream |
A raster stream that streams from a video.
|
Enum | Description |
---|---|
BlurMethod |
The method used to blur or smooth a raster.
|
EdgeDetectMethod |
The method used to detect edges in a raster.
|
FlipAxis |
The axis on which a raster will be flipped.
|
GradientDetectMethod |
The method used to detect gradients in a raster.
|
Jpeg2000CompressionProfile |
Defines the profile used when encoding a JPEG 2000 file.
|
RasterBand |
Common band types that may be contained within a
Raster dataset. |
RasterFormat |
Common
RasterBand layouts that may be contained within a Raster dataset. |
RasterOrientation |
The vertical orientation of the raster.
|
RasterType |
The type of data contained within each band of a
Raster dataset. |
SharpenMethod |
The method used to sharpen a raster.
|
VideoPlayback |
Specifies how the
VideoStream will playback. |