This document is archived and information here might be outdated.  Recommended version.


IRasterAnalysisGDBEnvironment Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGDBEnvironment Interface
ArcGIS Developer Help

IRasterAnalysisGDBEnvironment Interface

Provides access to members that control the environment for Geodatabase raster analysis.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property BuildPyramid Indicates if the pyramid building in the RasterAnalysis.
Read/write property CalculateStatistics Indicates if the statistics calculation in the RasterAnalysis.
Read/write property CompressionType The type and value of compression in the RasterAnalysis.
Read/write property ConfigurationKeyword The configuration keyword in the RasterAnalysis.
Read/write property GDBDomains The XY, Z and M domains in the RasterAnalysis.
Read/write property GlobeOptimized Indicates if the globe optimized type in the RasterAnalysis.
Read/write property IgnoredValue The ignored value in statistics calculation in RasterAnalysis.
Read/write property JpegQuality Jpeg compression quality in the RasterAnalysis. This corresponds to the compression quality geoprocessing environment.
Read/write property MaxError Max Error for LERC compression.
Read/write property MosaicType The mosaic type in the RasterAnalysis.
Read/write property PyramidLevel The level in pyramid building in the RasterAnalysis.
Read/write property PyramidResampleType The resample type in pyramid building in the RasterAnalysis.
Read/write property TileHeight The GeoDatabase tile height in the RasterAnalysis.
Read/write property TileWidth The GeoDatabase tile width in the RasterAnalysis.
Read/write property XSkipFactor The skip factor in X direction in statistics calculation in the RasterAnalysis.
Read/write property YSkipFactor The skip factor in Y direction in statistics calculation in the RasterAnalysis.

Classes that implement IRasterAnalysisGDBEnvironment

Classes Description
RasterAnalysis A collection of information about the raster analysis environment.
RasterConversionOp Esri raster conversion and import operations class.
RasterSettings (esriSpatialAnalystUI) Raster Settings object to hold seetings in an application.
RasterTransformationOp Esri Transformation operations class.

Remarks