 | 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
Syntaxpublic 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
)
Public Shared Function hCreateSQL (
gxNetShared As CGXNETCore,
templ As String,
x As String,
y As String,
z As String,
ipj As CIPJ,
name As String
) As CHXYZ
Public Shared Function hCreateSQL (
gxNetShared As CGXNETCore,
templ As String,
x As String,
y As String,
z As String,
ipj As CIPJ,
name As String
) As CHXYZ
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
)
static member hCreateSQL :
gxNetShared : CGXNETCore *
templ : string *
x : string *
y : string *
z : string *
ipj : CIPJ *
name : string -> CHXYZ
static member hCreateSQL :
gxNetShared : CGXNETCore *
templ : string *
x : string *
y : string *
z : string *
ipj : CIPJ *
name : string -> CHXYZ
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:
CHXYZHXYZ object
See Also