Click or drag to resize

CIMUGridXYZ Method

Export a Grid image to an XYZ file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void GridXYZ(
	CGXNETCore gxNetShared,
	CIMG img,
	string xyz,
	int index,
	int dec_x,
	int dec_y,
	int lab
)

public static void GridXYZ(
	CGXNETCore gxNetShared,
	CIMG img,
	string xyz,
	int index,
	int dec_x,
	int dec_y,
	int lab
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img
Type: GeoEngine.Core.GXNetXCIMG
Image of the grid to export
xyz
Type: SystemString
Name of new XYZ file
index
Type: SystemInt32
<define>IMU_XYZ_INDEX</define>
dec_x
Type: SystemInt32
X direction decimation factor
dec_y
Type: SystemInt32
Y direction decimation factor
lab
Type: SystemInt32
<define>IMU_XYZ_LABEL</define>
Remarks
The IMG (image) of the grid to export must be of type <define>GS_FLOAT</define>. If not, this method will terminate with an error.
See Also