Provides access to members that control cached (item cache) function arguments.
Members
Name | Description | |
---|---|---|
CacheBaseName | Name used for generating the CacheFileName. GUID is used if this is not specified. | |
ClippingGeometry | The clipping geometry that defines regions of valid pixels. This geometry may have a coordinate system different from the corresponding dataset. | |
CompressionQuality | The compression quality. | |
CompressionType | The compression type. | |
MaxAllowedInputCols | The maximum number of cols allowed in the input raster for generating the cache. | |
MaxAllowedInputRows | The maximum number of rows allowed in the input raster for generating the cache. | |
Raster | The input raster. | |
RequestSize | The request size used for resampling the item cache. | |
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. |