SE_spatialref_get_info_list

Returns a pointer to a list of the spatial reference entries.

Usage syntax

LONG SE_spatialref_get_info_list (SE_CONNECTION connection, SE_SPATIALREFINFO **sref_list_addr, LONG *count_addr);

Parameters
connection A connection
sref_list_addr A pointer to the array of spatial references
count_addr The number of spatial references
Description

Returns a pointer to an array of the currently defined spatial reference entries. Use SE_spatialref_free_info_list to free the memory allocated by this function.

Returns

SE_SUCCESS
SE_FAILURE

SE_DB_IO_ERROR

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_OUT_OF_SVMEM