 | CIPJIGetESRI Method (String, Int32) |
Store coordinate system in an ESRI prj coordinate string
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetESRI(
ref string esri,
int length
)
public void IGetESRI(
ref string esri,
int length
)
Public Sub IGetESRI (
ByRef esri As String,
length As Integer
)
Public Sub IGetESRI (
ByRef esri As String,
length As Integer
)
public:
void IGetESRI(
String^% esri,
int length
)
public:
void IGetESRI(
String^% esri,
int length
)
member IGetESRI :
esri : string byref *
length : int -> unit
member IGetESRI :
esri : string byref *
length : int -> unit
Parameters
- esri
- Type: SystemString
ESRI projection string returned - length
- Type: SystemInt32
String length, should be at least 1024
Remarks
If the projection is not supported in ESRI, the projection
string will be empty.
See Also