public static void GridIDWFromGDB(
CGXNETCore gxNetShared,
string output_grid3d_filename,
double origin_x,
double origin_y,
double origin_z,
int cell_count_x,
int cell_count_y,
int cell_count_z,
double cell_size_x,
double cell_size_y,
double cell_size_z,
CDB db,
int x_channel,
int y_channel,
int z_channel,
int data_channel,
double weight_power,
double weight_slope,
double search_radius,
double blanking_distance,
int log,
double log_base,
int log_negative
)
public static void GridIDWFromGDB(
CGXNETCore gxNetShared,
string output_grid3d_filename,
double origin_x,
double origin_y,
double origin_z,
int cell_count_x,
int cell_count_y,
int cell_count_z,
double cell_size_x,
double cell_size_y,
double cell_size_z,
CDB db,
int x_channel,
int y_channel,
int z_channel,
int data_channel,
double weight_power,
double weight_slope,
double search_radius,
double blanking_distance,
int log,
double log_base,
int log_negative
)
Public Shared Sub GridIDWFromGDB (
gxNetShared As CGXNETCore,
output_grid3d_filename As String,
origin_x As Double,
origin_y As Double,
origin_z As Double,
cell_count_x As Integer,
cell_count_y As Integer,
cell_count_z As Integer,
cell_size_x As Double,
cell_size_y As Double,
cell_size_z As Double,
db As CDB,
x_channel As Integer,
y_channel As Integer,
z_channel As Integer,
data_channel As Integer,
weight_power As Double,
weight_slope As Double,
search_radius As Double,
blanking_distance As Double,
log As Integer,
log_base As Double,
log_negative As Integer
)
Public Shared Sub GridIDWFromGDB (
gxNetShared As CGXNETCore,
output_grid3d_filename As String,
origin_x As Double,
origin_y As Double,
origin_z As Double,
cell_count_x As Integer,
cell_count_y As Integer,
cell_count_z As Integer,
cell_size_x As Double,
cell_size_y As Double,
cell_size_z As Double,
db As CDB,
x_channel As Integer,
y_channel As Integer,
z_channel As Integer,
data_channel As Integer,
weight_power As Double,
weight_slope As Double,
search_radius As Double,
blanking_distance As Double,
log As Integer,
log_base As Double,
log_negative As Integer
)
public:
static void GridIDWFromGDB(
CGXNETCore^ gxNetShared,
String^ output_grid3d_filename,
double origin_x,
double origin_y,
double origin_z,
int cell_count_x,
int cell_count_y,
int cell_count_z,
double cell_size_x,
double cell_size_y,
double cell_size_z,
CDB^ db,
int x_channel,
int y_channel,
int z_channel,
int data_channel,
double weight_power,
double weight_slope,
double search_radius,
double blanking_distance,
int log,
double log_base,
int log_negative
)
public:
static void GridIDWFromGDB(
CGXNETCore^ gxNetShared,
String^ output_grid3d_filename,
double origin_x,
double origin_y,
double origin_z,
int cell_count_x,
int cell_count_y,
int cell_count_z,
double cell_size_x,
double cell_size_y,
double cell_size_z,
CDB^ db,
int x_channel,
int y_channel,
int z_channel,
int data_channel,
double weight_power,
double weight_slope,
double search_radius,
double blanking_distance,
int log,
double log_base,
int log_negative
)
static member GridIDWFromGDB :
gxNetShared : CGXNETCore *
output_grid3d_filename : string *
origin_x : float *
origin_y : float *
origin_z : float *
cell_count_x : int *
cell_count_y : int *
cell_count_z : int *
cell_size_x : float *
cell_size_y : float *
cell_size_z : float *
db : CDB *
x_channel : int *
y_channel : int *
z_channel : int *
data_channel : int *
weight_power : float *
weight_slope : float *
search_radius : float *
blanking_distance : float *
log : int *
log_base : float *
log_negative : int -> unit
static member GridIDWFromGDB :
gxNetShared : CGXNETCore *
output_grid3d_filename : string *
origin_x : float *
origin_y : float *
origin_z : float *
cell_count_x : int *
cell_count_y : int *
cell_count_z : int *
cell_size_x : float *
cell_size_y : float *
cell_size_z : float *
db : CDB *
x_channel : int *
y_channel : int *
z_channel : int *
data_channel : int *
weight_power : float *
weight_slope : float *
search_radius : float *
blanking_distance : float *
log : int *
log_base : float *
log_negative : int -> unit