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. | |
ScientificOutput | Indicates the output values should be between -1 and 1. | |
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. |
INDVIFunctionArguments3.ScientificOutput Property
Indicates the output values should be between -1 and 1.
Public Property ScientificOutput As Boolean
public bool ScientificOutput {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
INDVIFunctionArguments2 | Provides access to members that control NDVI function arguments. |
INDVIFunctionArguments | Provides access to members that control NDVI function arguments. |
Classes that implement INDVIFunctionArguments3
Classes | Description |
---|---|
NDVIFunctionArguments | A class for NDVI raster function arguments. |