Click or drag to resize

CHXYZhCreateSQL Method

Make an HXYZ from SQL Query

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CHXYZ hCreateSQL(
	CGXNETCore gxNetShared,
	string templ,
	string x,
	string y,
	string z,
	CIPJ ipj,
	string name
)

public static CHXYZ hCreateSQL(
	CGXNETCore gxNetShared,
	string templ,
	string x,
	string y,
	string z,
	CIPJ ipj,
	string name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
templ
Type: SystemString
Template File Name
x
Type: SystemString
X field name
y
Type: SystemString
Y field name
z
Type: SystemString
Z field name
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection of data values
name
Type: SystemString
Name of HXYZ object

Return Value

Type: CHXYZ
HXYZ object
See Also