Click or drag to resize

CIPJIGetGXF Method (String, String, String, String, String)

Store coordinate system in GXF style strings.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGetGXF(
	ref string str1,
	ref string str2,
	ref string str3,
	ref string str4,
	ref string str5
)

public void IGetGXF(
	ref string str1,
	ref string str2,
	ref string str3,
	ref string str4,
	ref string str5
)

Parameters

str1
Type: SystemString
Projection name
str2
Type: SystemString
Datum name, major axis, elipticity
str3
Type: SystemString
Method name, parameters
str4
Type: SystemString
Unit name, factor
str5
Type: SystemString
Local transform name,dX,dY,dZ,rX,rY,rZ,Scale
Remarks
See GXF revision 3 for string descriptions All strings must be the same length, 160 (<define>STR_GXF</define>) recommended. Strings too short will be truncated.
See Also