This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the default raster environment. Note: the IRasterDefaultsEnv interface has been superseded by IRasterDefaultsEnv4. Please consider using the more recent version.
The IRasterDefaultsEnv interface provides access to raster default properties that are shared between all supported raster formats.
Name | Description | |
---|---|---|
Format | Information about the format indicated by index i. | |
NumFormats | Number of supported raster formats. | |
PyramidCreateOpt | Default pyramid creation option. | |
Query3BandRGB | Default zero indexed bands for a 3 band raster. | |
Query4BandRGB | Default zero indexed bands for a 4 or more band raster. | |
Set3BandRGB | Default zero indexed bands for a 3 band raster. | |
Set4BandRGB | Default zero indexed bands for a 4 or more band raster. | |
UseExtChecking | Indicates if extension checking is on. |
Classes | Description |
---|---|
RasterDefaultsEnv | A container for default raster environmental variables. |