Provides access to members that control InterpolateRasterByDimension arguments.
Members
Name | Description | |
---|---|---|
DimensionDefinition | The input dimension definition. | |
IgnoreNoData | Controls whether NoData will be ignored or not when calculating interpolated value. | |
InterpolationMethod | The input interpolation method. | |
Raster | The input multidimensional raster. |
IInterpolateRasterByDimensionFunctionArguments.DimensionDefinition Property
The input dimension definition.
Public Property DimensionDefinition As IMultidimensionalDefinition
public IMultidimensionalDefinition DimensionDefinition {get; set;}
IInterpolateRasterByDimensionFunctionArguments.IgnoreNoData Property
Controls whether NoData will be ignored or not when calculating interpolated value.
Public Property IgnoreNoData As Boolean
public bool IgnoreNoData {get; set;}
IInterpolateRasterByDimensionFunctionArguments.InterpolationMethod Property
The input interpolation method.
Public Property InterpolationMethod As esriInterpolateByDimMethod
public esriInterpolateByDimMethod InterpolationMethod {get; set;}
IInterpolateRasterByDimensionFunctionArguments.Raster Property
The input multidimensional raster.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement IInterpolateRasterByDimensionFunctionArguments
Classes | Description |
---|---|
InterpolateRasterByDimensionFunctionArguments | A class for interpolate raster by dimension function arguments. |