Provides access to members that control spectral conversion function arguments.
Members
| Name | Description | |
|---|---|---|
![]() |
ConversionMatrix | The spectral conversion matrix. |
![]() |
Raster | The input raster for conversion. |
ISpectralConversionFunctionArguments.ConversionMatrix Property
The spectral conversion matrix.
Public Property ConversionMatrix As IDoubleArray
public IDoubleArray ConversionMatrix {get; set;}
ISpectralConversionFunctionArguments.Raster Property
The input raster for conversion.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement ISpectralConversionFunctionArguments
| Classes | Description |
|---|---|
| SpectralConversionFunctionArguments | The spectral conversion function arguments. |
