Definition at line 433 of file postgis/lwgeom_transform.c.
440 PJ_TYPE types[
ntypes] = {PJ_TYPE_PROJECTED_CRS, PJ_TYPE_GEOGRAPHIC_CRS, PJ_TYPE_COMPOUND_CRS};
443 for (j = 0; j <
ntypes; j++)
445 PJ_CONTEXT *ctx = NULL;
446 int allow_deprecated = 0;
447 PJ_TYPE
type = types[j];
448 PROJ_STRING_LIST codes_ptr = proj_get_codes_from_database(ctx, auth_name,
type, allow_deprecated);
449 PROJ_STRING_LIST codes = codes_ptr;
451 while(codes && *codes)
464 proj_string_list_destroy(codes_ptr);
static void srs_state_memcheck(struct srs_data *state)
struct srs_entry * entries
References srs_entry::auth_code, srs_entry::auth_name, srs_data::entries, ntypes, srs_data::num_entries, srs_state_memcheck(), and ovdump::type.
Referenced by postgis_srs_codes(), and postgis_srs_entry_all().