Definition at line 430 of file postgis/lwgeom_transform.c.
437 PJ_TYPE types[
ntypes] = {PJ_TYPE_PROJECTED_CRS, PJ_TYPE_GEOGRAPHIC_CRS, PJ_TYPE_COMPOUND_CRS};
440 for (j = 0; j <
ntypes; j++)
442 PJ_CONTEXT *ctx = NULL;
443 int allow_deprecated = 0;
444 PJ_TYPE
type = types[j];
445 PROJ_STRING_LIST codes_ptr = proj_get_codes_from_database(ctx, auth_name,
type, allow_deprecated);
446 PROJ_STRING_LIST codes = codes_ptr;
448 while(codes && *codes)
461 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().