ICachedRasterFunctionArguments Interface

Provides access to members that control cached (item cache) function arguments.

Members

Name Description
Read/write property CacheBaseName Name used for generating the CacheFileName. GUID is used if this is not specified.
Read/write property ClippingGeometry The clipping geometry that defines regions of valid pixels. This geometry may have a coordinate system different from the corresponding dataset.
Read/write property CompressionQuality The compression quality.
Read/write property CompressionType The compression type.
Read/write property MaxAllowedInputCols The maximum number of cols allowed in the input raster for generating the cache.
Read/write property MaxAllowedInputRows The maximum number of rows allowed in the input raster for generating the cache.
Read/write property Raster The input raster.
Read/write property RequestSize The request size used for resampling the item cache.
Read/write property RequestSizeType The unit of the request size is determined by request size type.

ICachedRasterFunctionArguments.CacheBaseName Property

Name used for generating the CacheFileName. GUID is used if this is not specified.

Public Property CacheBaseName As String
public string CacheBaseName {get; set;}

ICachedRasterFunctionArguments.ClippingGeometry Property

The clipping geometry that defines regions of valid pixels. This geometry may have a coordinate system different from the corresponding dataset.

Public Property ClippingGeometry As IGeometry
public IGeometry ClippingGeometry {get; set;}

ICachedRasterFunctionArguments.CompressionQuality Property

The compression quality.

Public Property CompressionQuality As Integer
public int CompressionQuality {get; set;}

ICachedRasterFunctionArguments.CompressionType Property

The compression type.

Public Property CompressionType As esriCachedRasterCompressionType
public esriCachedRasterCompressionType CompressionType {get; set;}

ICachedRasterFunctionArguments.MaxAllowedInputCols Property

The maximum number of cols allowed in the input raster for generating the cache.

Public Property MaxAllowedInputCols As Integer
public int MaxAllowedInputCols {get; set;}

ICachedRasterFunctionArguments.MaxAllowedInputRows Property

The maximum number of rows allowed in the input raster for generating the cache.

Public Property MaxAllowedInputRows As Integer
public int MaxAllowedInputRows {get; set;}

ICachedRasterFunctionArguments.Raster Property

The input raster.

Public Property Raster As Object
public object Raster {get; set;}

ICachedRasterFunctionArguments.RequestSize Property

The request size used for resampling the item cache.

Public Property RequestSize As Double
public double RequestSize {get; set;}

ICachedRasterFunctionArguments.RequestSizeType Property

The unit of the request size is determined by request size type.

Public Property RequestSizeType As esriRequestSizeType
public esriRequestSizeType RequestSizeType {get; set;}

Classes that implement ICachedRasterFunctionArguments

Classes Description
CachedRasterFunctionArguments The cached raster function arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.