 | CIMUGridShad Method |
Create a shaded relief image.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GridShad(
string in_grid,
string sh_grid,
ref double inc,
ref double dec,
ref double scl
)
public static void GridShad(
string in_grid,
string sh_grid,
ref double inc,
ref double dec,
ref double scl
)
Public Shared Sub GridShad (
in_grid As String,
sh_grid As String,
ByRef inc As Double,
ByRef dec As Double,
ByRef scl As Double
)
Public Shared Sub GridShad (
in_grid As String,
sh_grid As String,
ByRef inc As Double,
ByRef dec As Double,
ByRef scl As Double
)
public:
static void GridShad(
String^ in_grid,
String^ sh_grid,
double% inc,
double% dec,
double% scl
)
public:
static void GridShad(
String^ in_grid,
String^ sh_grid,
double% inc,
double% dec,
double% scl
)
static member GridShad :
in_grid : string *
sh_grid : string *
inc : float byref *
dec : float byref *
scl : float byref -> unit
static member GridShad :
in_grid : string *
sh_grid : string *
inc : float byref *
dec : float byref *
scl : float byref -> unit
Parameters
- in_grid
- Type: SystemString
Input image name - sh_grid
- Type: SystemString
Output new shaded image - inc
- Type: SystemDouble
Inclination 0-90 degrees (def. 45) - dec
- Type: SystemDouble
Declination 0-360 degrees azimuth (def. 45) - scl
- Type: SystemDouble
Vertical scale factor (distance/z unit)
Remarks
Pass <define>GS_R8DM</define> as parameters to obtain default values.
The default values are returned.
See Also