Provides access to members that control shaded relief function arguments.
Members
Name | Description | |
---|---|---|
Altitude | The solar altitude angle in degrees. | |
Azimuth | The solar azimuth angle in degrees with 0 toward North. | |
Colormap | The raster colormap. | |
Raster | The input image. | |
RGB | The input RGB image. | |
ZFactor | The zfactor. |
IShadedReliefFunctionArguments.Altitude Property
The solar altitude angle in degrees.
Public Property Altitude As Double
public double Altitude {get; set;}
IShadedReliefFunctionArguments.Azimuth Property
The solar azimuth angle in degrees with 0 toward North.
Public Property Azimuth As Double
public double Azimuth {get; set;}
IShadedReliefFunctionArguments.Colormap Property
The raster colormap.
Public Property Colormap As IRasterColormap
public IRasterColormap Colormap {get; set;}
IShadedReliefFunctionArguments.Raster Property
The input image.
Public Property Raster As Object
public object Raster {get; set;}
IShadedReliefFunctionArguments.RGB Property
The input RGB image.
Public Property RGB As Object
public object RGB {get; set;}
IShadedReliefFunctionArguments.ZFactor Property
The zfactor.
Public Property ZFactor As Double
public double ZFactor {get; set;}
Classes that implement IShadedReliefFunctionArguments
Classes | Description |
---|---|
ShadedReliefFunctionArguments | The Shaded Relief function arguments. |