IReflectanceFunctionArguments Interface

Provides access to members that control Apparent Reflectance raster function arguments.

Members

Name Description
Read/write property RadianceBiasValues The radiance bias values for each band.
Read/write property RadianceGainValues The radiance gain values for each band.
Read/write property Raster The input raster.
Read/write property SunElevation The Sun Elevation of the sensor when the image was captured

IReflectanceFunctionArguments.RadianceBiasValues Property

The radiance bias values for each band.

Public Property RadianceBiasValues As IDoubleArray
public IDoubleArray RadianceBiasValues {get; set;}

IReflectanceFunctionArguments.RadianceGainValues Property

The radiance gain values for each band.

Public Property RadianceGainValues As IDoubleArray
public IDoubleArray RadianceGainValues {get; set;}

IReflectanceFunctionArguments.Raster Property

The input raster.

Public Property Raster As Object
public object Raster {get; set;}

IReflectanceFunctionArguments.SunElevation Property

The Sun Elevation of the sensor when the image was captured.

Public Property SunElevation As Double
public double SunElevation {get; set;}

Classes that implement IReflectanceFunctionArguments

Classes Description
ReflectanceFunctionArguments A class for Apparent Reflectance raster function arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.