Click or drag to resize

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
Syntax
public int iGetAuthorityID(
	ref string authority,
	int authority_length
)

public int iGetAuthorityID(
	ref string authority,
	int authority_length
)

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