Click or drag to resize
CIPJIGetGXF Method
Store coordinate system in GXF style strings.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
See GXF revision 3 for string descriptions All strings must be the same length, 160 (STR_GXF) recommended. Strings too short will be truncated.
Syntax
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
See Also