 | CIPJIGetGXF Method (String, String, String, String, String, Int32) |
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
Syntaxpublic void IGetGXF(
ref string str1,
ref string str2,
ref string str3,
ref string str4,
ref string str5,
int length
)
public void IGetGXF(
ref string str1,
ref string str2,
ref string str3,
ref string str4,
ref string str5,
int length
)
Public Sub IGetGXF (
ByRef str1 As String,
ByRef str2 As String,
ByRef str3 As String,
ByRef str4 As String,
ByRef str5 As String,
length As Integer
)
Public Sub IGetGXF (
ByRef str1 As String,
ByRef str2 As String,
ByRef str3 As String,
ByRef str4 As String,
ByRef str5 As String,
length As Integer
)
public:
void IGetGXF(
String^% str1,
String^% str2,
String^% str3,
String^% str4,
String^% str5,
int length
)
public:
void IGetGXF(
String^% str1,
String^% str2,
String^% str3,
String^% str4,
String^% str5,
int length
)
member IGetGXF :
str1 : string byref *
str2 : string byref *
str3 : string byref *
str4 : string byref *
str5 : string byref *
length : int -> unit
member IGetGXF :
str1 : string byref *
str2 : string byref *
str3 : string byref *
str4 : string byref *
str5 : string byref *
length : int -> unit
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 - length
- Type: SystemInt32
Maximum length of all strings
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