Provides access to members that control NDVI function arguments.
Members
Name | Description | |
---|---|---|
InfraredBandID | The infrared band id. | |
InfraredBandName | Infrared band name. | |
InfraredBandWavelength | Infrared band wavelength. | |
MissingBandAction | Indicates how the raster function behaves when a request band (specified by index, name, or wavelength) is not found in the input raster. | |
Raster | The input raster. | |
VisibleBandID | The visible band id. | |
VisibleBandName | Visible band name. | |
VisibleBandWavelength | Visible band wavelength. | |
WavelengthMatchTolerance | The wavelength tolerance value in nanometers. For a raster band to be associated with a requested wavelength, the two wavelengths must lie within this tolerance. |
INDVIFunctionArguments2.InfraredBandName Property
Infrared band name.
Public Property InfraredBandName As String
public string InfraredBandName {get; set;}
INDVIFunctionArguments2.InfraredBandWavelength Property
Infrared band wavelength.
Public Property InfraredBandWavelength As Double
public double InfraredBandWavelength {get; set;}
INDVIFunctionArguments2.MissingBandAction Property
Indicates how the raster function behaves when a request band (specified by index, name, or wavelength) is not found in the input raster.
Public Property MissingBandAction As esriMissingBandAction
public esriMissingBandAction MissingBandAction {get; set;}
INDVIFunctionArguments2.VisibleBandName Property
Visible band name.
Public Property VisibleBandName As String
public string VisibleBandName {get; set;}
INDVIFunctionArguments2.VisibleBandWavelength Property
Visible band wavelength.
Public Property VisibleBandWavelength As Double
public double VisibleBandWavelength {get; set;}
INDVIFunctionArguments2.WavelengthMatchTolerance Property
The wavelength tolerance value in nanometers. For a raster band to be associated with a requested wavelength, the two wavelengths must lie within this tolerance.
Public Property WavelengthMatchTolerance As Double
public double WavelengthMatchTolerance {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
INDVIFunctionArguments | Provides access to members that control NDVI function arguments. |
Classes that implement INDVIFunctionArguments2
Classes | Description |
---|---|
NDVIFunctionArguments | A class for NDVI raster function arguments. |