 | CVOXNearestNeighbourGrid Method |
Grid a VOX from point VV's using the Nearest Neighbours method.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CVOX NearestNeighbourGrid(
CGXNETCore gxNetShared,
string name,
double cell_size,
double max_radius,
int type,
CVV vv_x,
CVV vv_y,
CVV vv_z,
CVV vv_d,
CIPJ ipj
)
public static CVOX NearestNeighbourGrid(
CGXNETCore gxNetShared,
string name,
double cell_size,
double max_radius,
int type,
CVV vv_x,
CVV vv_y,
CVV vv_z,
CVV vv_d,
CIPJ ipj
)
Public Shared Function NearestNeighbourGrid (
gxNetShared As CGXNETCore,
name As String,
cell_size As Double,
max_radius As Double,
type As Integer,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vv_d As CVV,
ipj As CIPJ
) As CVOX
Public Shared Function NearestNeighbourGrid (
gxNetShared As CGXNETCore,
name As String,
cell_size As Double,
max_radius As Double,
type As Integer,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vv_d As CVV,
ipj As CIPJ
) As CVOX
public:
static CVOX^ NearestNeighbourGrid(
CGXNETCore^ gxNetShared,
String^ name,
double cell_size,
double max_radius,
int type,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
CVV^ vv_d,
CIPJ^ ipj
)
public:
static CVOX^ NearestNeighbourGrid(
CGXNETCore^ gxNetShared,
String^ name,
double cell_size,
double max_radius,
int type,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
CVV^ vv_d,
CIPJ^ ipj
)
static member NearestNeighbourGrid :
gxNetShared : CGXNETCore *
name : string *
cell_size : float *
max_radius : float *
type : int *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vv_d : CVV *
ipj : CIPJ -> CVOX
static member NearestNeighbourGrid :
gxNetShared : CGXNETCore *
name : string *
cell_size : float *
max_radius : float *
type : int *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vv_d : CVV *
ipj : CIPJ -> CVOX
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Name of output VOX - cell_size
- Type: SystemDouble
Cell size (DUMMY for default) - max_radius
- Type: SystemDouble
Maximum radius (DUMMY for none) - type
- Type: SystemInt32
<define>GS_TYPES</define> - vv_x
- Type: GeoEngine.Core.GXNetXCVV
X VV - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y VV - vv_z
- Type: GeoEngine.Core.GXNetXCVV
Z VV - vv_d
- Type: GeoEngine.Core.GXNetXCVV
Data VV - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Return Value
Type:
CVOXVOX Object
See Also