SE_spatialrefinfo_get_auth_name

Returns the authority name from the supplied spatial reference object.

Usage syntax

LONG SE_spatialrefinfo_get_auth_name (const SE_SPATIALREFINFO spatialref, CHAR *auth_name);

Parameters
spatialref A pointer to the spatial reference
auth_name A pointer to the authority name
Description

Returns the authority name for a spatial reference object. The authority name property is the name of the standards authority for which the spatial reference is valid. Declare auth_name as SE_MAX_SPATIALREF_AUTHNAME_LEN (256). The authority name is defined for informational purposes only.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_INVALID_SPATIALREFINFO_OBJECT