 | CIPJiGetAuthorityID Method (String) |
Get Authority ID (e.g. EPSG, ESRI) for coordinate system or <define>iDUMMY</define> if unknown.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iGetAuthorityID(
ref string authority
)
public int iGetAuthorityID(
ref string authority
)
Public Function iGetAuthorityID (
ByRef authority As String
) As Integer
Public Function iGetAuthorityID (
ByRef authority As String
) As Integer
public:
int iGetAuthorityID(
String^% authority
)
public:
int iGetAuthorityID(
String^% authority
)
member iGetAuthorityID :
authority : string byref -> int
member iGetAuthorityID :
authority : string byref -> int
Parameters
- authority
- Type: SystemString
Authority ID (e.g. EPSG and ESRI)
Return Value
Type:
Int32<define>IPJ_ORIENT</define>
See Also