SE_spatialrefinfo_set_auth_name |
Sets the name of the authority for a spatial reference object.
LONG SE_spatialrefinfo_set_auth_name (SE_SPATIALREFINFO spatialref, const CHAR *auth_name);
spatialref | A pointer to the spatial reference |
auth_name | A pointer to a character string authority name of the spatial reference |
Sets the name of the authority for a spatial reference object. Declare auth_name with SE_MAX_SPATIALREF_AUTHNAME_LEN. The auth_name property is defined for informational purposes only.
SE_SUCCESS
SE_FAILURE
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_SPATIALREFINFO_OBJECT