Provides access to members that control the global environment for raster analysis.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Introduced in ArcGIS 10 to allow for the processing of raster data in Spatial Analyst without the need to convert to ESRI grid format.
The following summarizes
IRasterAnalysisGlobalEnvironment:
- If IRasterAnalysisGlobalEnvironment.AvoidDataConversion is not used or is set to false, and an output name is specified via IRasterOpBase, the input data is read natively and the output data is permanent in the requested format.
- If IRasterAnalysisGlobalEnvironment.AvoidDataConversion is set to true, and IRasterOpBase is not used, the data is read natively; however, the output is a temporary ESRI grid in the user-defined workspace.
- If neither IRasterAnalysisGlobalEnvironment nor IRasterOpBase is used, conversion to an ESRI grid is done on the input data and the output is a temporary ESRI grid.
Members
Description | ||
---|---|---|
AvoidDataConversion | Indicates weather to avoid data conversion in the RasterAnalysis. |
CoClasses that implement IRasterAnalysisGlobalEnvironment
CoClasses and Classes | Description |
---|---|
GridTableOp | ESRI grid VAT operations class. |
RasterAnalysis | A collection of information about the raster analysis environment. |
RasterConversionOp | ESRI raster conversion and import operations class. |
RasterInterpolationOp | Raster interpolation operation class. |
RasterMakerOp | A mechanism for generating rasters. |
RasterMathSupportOp | Raster mathematic support operation class. |
RasterModel | A mechanism that allows scripting of operations, and inclusion of non-raster input/output formats (feature data, tables, etc). |
RasterReclassOp | Raster Reclass operation class. |
RasterSurfaceOp | Raster surface operation class. |
RasterTransformationOp | ESRI Transformation operations class. |