 | CMULTIGRID3DUTILImportFromXYZ Method |
Import XYZ file into a Multi-Voxset
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportFromXYZ(
string name,
CRA ra,
int type,
CIPJ ipj
)
public static void ImportFromXYZ(
string name,
CRA ra,
int type,
CIPJ ipj
)
Public Shared Sub ImportFromXYZ (
name As String,
ra As CRA,
type As Integer,
ipj As CIPJ
)
Public Shared Sub ImportFromXYZ (
name As String,
ra As CRA,
type As Integer,
ipj As CIPJ
)
public:
static void ImportFromXYZ(
String^ name,
CRA^ ra,
int type,
CIPJ^ ipj
)
public:
static void ImportFromXYZ(
String^ name,
CRA^ ra,
int type,
CIPJ^ ipj
)
static member ImportFromXYZ :
name : string *
ra : CRA *
type : int *
ipj : CIPJ -> unit
static member ImportFromXYZ :
name : string *
ra : CRA *
type : int *
ipj : CIPJ -> unit
Parameters
- name
- Type: SystemString
Name of output Voxel file - ra
- Type: GeoEngine.Core.GXNetCRA
RA To import from - type
- Type: SystemInt32
Data Type <define>GS_TYPES</define> - ipj
- Type: GeoEngine.Core.GXNetCIPJ
Projection
See Also