Provides access to members that control swath function arguments.
Members
Name | Description | |
---|---|---|
InterpolationMethod | The interpolation method. | |
Raster | The input Raster. | |
RasterInfo | The raster definition containing at least extent, cellsize, and pixel type. |
ISwathFunctionArguments.InterpolationMethod Property
The interpolation method.
Public Property InterpolationMethod As esriInterpolateIrregularDataMethod
public esriInterpolateIrregularDataMethod InterpolationMethod {get; set;}
ISwathFunctionArguments.Raster Property
The input Raster.
Public Property Raster As Object
public object Raster {get; set;}
ISwathFunctionArguments.RasterInfo Property
The raster definition containing at least extent, cellsize, and pixel type.
Public Property RasterInfo As IRasterInfo
public IRasterInfo RasterInfo {get; set;}
Classes that implement ISwathFunctionArguments
Classes | Description |
---|---|
SwathFunctionArguments | A class for the swath function arguments. |