Definition at line 420 of file postgis/lwgeom_transform.c.
427 PJ_TYPE types[
ntypes] = {PJ_TYPE_PROJECTED_CRS, PJ_TYPE_GEOGRAPHIC_CRS, PJ_TYPE_COMPOUND_CRS};
430 for (j = 0; j <
ntypes; j++)
432 PJ_CONTEXT *ctx = NULL;
433 int allow_deprecated = 0;
434 PJ_TYPE
type = types[j];
435 PROJ_STRING_LIST codes_ptr = proj_get_codes_from_database(ctx, auth_name,
type, allow_deprecated);
436 PROJ_STRING_LIST codes = codes_ptr;
438 while(codes && *codes)
451 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().