 | CIPJiGetAuthorityID Method (String, Int32) |
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,
int authority_length
)
public int iGetAuthorityID(
ref string authority,
int authority_length
)
Public Function iGetAuthorityID (
ByRef authority As String,
authority_length As Integer
) As Integer
Public Function iGetAuthorityID (
ByRef authority As String,
authority_length As Integer
) As Integer
public:
int iGetAuthorityID(
String^% authority,
int authority_length
)
public:
int iGetAuthorityID(
String^% authority,
int authority_length
)
member iGetAuthorityID :
authority : string byref *
authority_length : int -> int
member iGetAuthorityID :
authority : string byref *
authority_length : int -> int
Parameters
- authority
- Type: SystemString
Authority ID (e.g. EPSG and ESRI) - authority_length
- Type: SystemInt32
Authority ID string length.
Return Value
Type:
Int32<define>IPJ_ORIENT</define>
See Also